Html Css Color HEX #DB62F1 Heliotrope

📋 copy color: '#DB62F1'

red 219 ◦ green 98 ◦ blue 241

#DB62F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB62F1

Tints of Heliotrope #DB62F1

RGB

 RED value IS 219 (85.94% from 255) = 39.25%

 GREEN value IS 98 (38.67% from 255) = 17.56%

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 39.25%
G = 17.56%
B = 43.19%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB62F1 (or 0xDB62F1) is known color: Heliotrope. HEX triplet: DB, 62 and F1. RGB value is (219,98,241). Sum of RGB (Red+Green+Blue) = 219+98+241=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB62F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB62F1 is #249D0E. Grayscale: #969696. Windows color (decimal): -2399503 or 15819483. OLE color: 15819483.

HSL color Cylindrical-coordinate representation of color #DB62F1: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB62F1 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 98 241 -
CMYK 0.09 0.59 0 0.05
HSL 290.77º 0.84% 0.66% -
HSV(B) 290.77º 0.59% 0.95% -
XYZ 49.46 30.15 86.43 -
YUV 150.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 219 98 241 0.09 0.59 0 0.05 290.77 0.84 0.66
Hex DB 62 F1 9 3B 0 5 123 54 42
Octal 333 142 361 11 73 0 5 443 124 102
Binary 11011011 1100010 11110001 1001 111011 0 101 100100011 1010100 1000010

Color Harmonies of #DB62F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62F1

Black with #DB62F1

Text Example


Text Example

White with #DB62F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62F1; }

 p { color: rgb(219,98,241); }

 H1.HeaderClassName
 {
   color: #DB62F1;
 }
 .AnyTagClassName
 {
   color: #DB62F1;
 }
</style>

background-color css

<style>
 a { background-color: #DB62F1; }

 a { background-color: rgb(219,98,241); }

 div.DivClassName
 {
   background-color: #DB62F1;
 }
 .BgClassName
 {
   background-color: #DB62F1;
 }
</style>

border-color css

<style>
 span { border-color: #DB62F1; }

 span { border-color: rgb(219,98,241); }

 td.TdClassName
 {
   border-color: #DB62F1;
 }
 .TagClassName
 {
   border-color: #DB62F1;
 }
</style>