#D66EEE

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

Shades of Heliotrope #D66EEE

Tints of Heliotrope #D66EEE

Color information

#D66EEE (or 0xD66EEE) is unknown color: approx Heliotrope. HEX triplet: D6, 6E and EE. RGB value is (214,110,238). Sum of RGB (Red+Green+Blue) = 214+110+238=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #D66EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EEE is #299111. Grayscale: #9B9B9B. Windows color (decimal): -2724114 or 15625942. OLE color: 15625942.

HSL color Cylindrical-coordinate representation of color #D66EEE: hue angle of 288.75º degrees, saturation: 0.79, 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 #D66EEE is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214110238-
CMYK0.100.5400.07
HSL288.75º79.01%68.24%-
HSV(B)288.75º53.78%93.33%-
XYZ48.7431.6284.42-
YUV155.69174.46169.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 110 (43.36% from 255) = 19.57%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=38.08%
G=19.57%
B=42.35%

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
Decimal2141102380.100.5400.07288.7579.0168.24
HexD66EEEA36071214f44
Octal326156356126607441117104
Binary110101101101110111011101010110110011110010000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EEE; }

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

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

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

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

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

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

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

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