#D66EED

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

Shades of Heliotrope #D66EED

Tints of Heliotrope #D66EED

Color information

#D66EED (or 0xD66EED) is unknown color: approx Heliotrope. HEX triplet: D6, 6E and ED. RGB value is (214,110,237). Sum of RGB (Red+Green+Blue) = 214+110+237=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EED is #299112. Grayscale: #9B9B9B. Windows color (decimal): -2724115 or 15560406. OLE color: 15560406.

HSL color Cylindrical-coordinate representation of color #D66EED: hue angle of 289.13º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66EED is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214110237-
CMYK0.100.5400.07
HSL289.13º77.91%68.04%-
HSV(B)289.13º53.59%92.94%-
XYZ48.5931.5683.65-
YUV155.57173.96169.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 110 (43.36% from 255) = 19.61%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=38.15%
G=19.61%
B=42.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141102370.100.5400.07289.1377.9168.04
HexD66EEDA36071214e44
Octal326156355126607441116104
Binary110101101101110111011011010110110011110010000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EED; }

 p { color: rgb(214,110,237); }

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

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

 a { background-color: rgb(214,110,237); }

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

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

 span { border-color: rgb(214,110,237); }

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