Html Css Color HEX #DB6BF6 Heliotrope

📋 copy color: '#DB6BF6'

red 219 ◦ green 107 ◦ blue 246

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

Shades of Heliotrope #DB6BF6

Tints of Heliotrope #DB6BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.71%

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 38.29%
G = 18.71%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB6BF6 (or 0xDB6BF6) is known color: Heliotrope. HEX triplet: DB, 6B and F6. RGB value is (219,107,246). Sum of RGB (Red+Green+Blue) = 219+107+246=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB6BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF6 is #249409. Grayscale: #9B9B9B. Windows color (decimal): -2397194 or 16149467. OLE color: 16149467.

HSL color Cylindrical-coordinate representation of color #DB6BF6: hue angle of 288.35º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6BF6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 107 246 -
CMYK 0.11 0.57 0 0.04
HSL 288.35º 0.89% 0.69% -
HSV(B) 288.35º 0.57% 0.96% -
XYZ 51.11 32.23 90.72 -
YUV 156.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 219 107 246 0.11 0.57 0 0.04 288.35 0.89 0.69
Hex DB 6B F6 B 39 0 4 120 59 45
Octal 333 153 366 13 71 0 4 440 131 105
Binary 11011011 1101011 11110110 1011 111001 0 100 100100000 1011001 1000101

Color Harmonies of #DB6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BF6

Black with #DB6BF6

Text Example


Text Example

White with #DB6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BF6; }

 p { color: rgb(219,107,246); }

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

background-color css

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

 a { background-color: rgb(219,107,246); }

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

border-color css

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

 span { border-color: rgb(219,107,246); }

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