#D08EF9

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

Shades of Heliotrope #D08EF9

Tints of Heliotrope #D08EF9

Color information

#D08EF9 (or 0xD08EF9) is unknown color: approx Heliotrope. HEX triplet: D0, 8E and F9. RGB value is (208,142,249). Sum of RGB (Red+Green+Blue) = 208+142+249=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #D08EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EF9 is #2F7106. Grayscale: #ADADAD. Windows color (decimal): -3109127 or 16355024. OLE color: 16355024.

HSL color Cylindrical-coordinate representation of color #D08EF9: hue angle of 277.01º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08EF9 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208142249-
CMYK0.160.4300.02
HSL277.01º89.92%76.67%-
HSV(B)277.01º42.97%97.65%-
XYZ52.7839.694.48-
YUV173.93170.37152.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 249 (97.66% from 255) = 41.57%
R=34.72%
G=23.71%
B=41.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081422490.160.4300.02277.0189.9276.67
HexD08EF9102B021155a4d
Octal320216371205302425132115
Binary1101000010001110111110011000010101101010001010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EF9; }

 p { color: rgb(208,142,249); }

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

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

 a { background-color: rgb(208,142,249); }

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

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

 span { border-color: rgb(208,142,249); }

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