Html Css Color HEX #DB6FF2 Heliotrope

📋 copy color: '#DB6FF2'

red 219 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #DB6FF2

Tints of Heliotrope #DB6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.41%

 BLUE value IS 242 (94.92% from 255) = 42.31%

R = 38.29%
G = 19.41%
B = 42.31%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB6FF2 (or 0xDB6FF2) is known color: Heliotrope. HEX triplet: DB, 6F and F2. RGB value is (219,111,242). Sum of RGB (Red+Green+Blue) = 219+111+242=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FF2 is #24900D. Grayscale: #9D9D9D. Windows color (decimal): -2396174 or 15888347. OLE color: 15888347.

HSL color Cylindrical-coordinate representation of color #DB6FF2: hue angle of 289.47º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6FF2 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 111 242 -
CMYK 0.10 0.54 0 0.05
HSL 289.47º 0.83% 0.69% -
HSV(B) 289.47º 0.54% 0.95% -
XYZ 50.92 32.84 87.66 -
YUV 158.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 219 111 242 0.10 0.54 0 0.05 289.47 0.83 0.69
Hex DB 6F F2 A 36 0 5 121 53 45
Octal 333 157 362 12 66 0 5 441 123 105
Binary 11011011 1101111 11110010 1010 110110 0 101 100100001 1010011 1000101

Color Harmonies of #DB6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FF2

Black with #DB6FF2

Text Example


Text Example

White with #DB6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FF2; }

 p { color: rgb(219,111,242); }

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

background-color css

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

 a { background-color: rgb(219,111,242); }

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

border-color css

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

 span { border-color: rgb(219,111,242); }

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