#DB69EF

Color #DB69EF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB69EF

Tints of Heliotrope #DB69EF

Color information

#DB69EF (or 0xDB69EF) is unknown color: approx Heliotrope. HEX triplet: DB, 69 and EF. RGB value is (219,105,239). Sum of RGB (Red+Green+Blue) = 219+105+239=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69EF is #249610. Grayscale: #999999. Windows color (decimal): -2397713 or 15690203. OLE color: 15690203.

HSL color Cylindrical-coordinate representation of color #DB69EF: hue angle of 291.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69EF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219105239-
CMYK0.080.5600.06
HSL291.04º80.72%67.45%-
HSV(B)291.04º56.07%93.73%-
XYZ49.8431.485.09-
YUV154.36175.77174.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=38.90%
G=18.65%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2191052390.080.5600.06291.0480.7267.45
HexDB69EF838061235143
Octal333151357107006443121103
Binary110110111101001111011111000111000011010010001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69EF; }

 p { color: rgb(219,105,239); }

 H1.HeaderClassName
 {
   color: #DB69EF;
 }
 .AnyTagClassName
 {
   color: #DB69EF;
 }
</style>
background-color css

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

 a { background-color: rgb(219,105,239); }

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

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

 span { border-color: rgb(219,105,239); }

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