#D66EF5

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

Shades of Heliotrope #D66EF5

Tints of Heliotrope #D66EF5

Color information

#D66EF5 (or 0xD66EF5) is unknown color: approx Heliotrope. HEX triplet: D6, 6E and F5. RGB value is (214,110,245). Sum of RGB (Red+Green+Blue) = 214+110+245=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #D66EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EF5 is #29910A. Grayscale: #9C9C9C. Windows color (decimal): -2724107 or 16084694. OLE color: 16084694.

HSL color Cylindrical-coordinate representation of color #D66EF5: hue angle of 286.22º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66EF5 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB214110245-
CMYK0.130.5500.04
HSL286.22º87.1%69.61%-
HSV(B)286.22º55.1%96.08%-
XYZ49.7932.0489.95-
YUV156.49177.96169.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 110 (43.36% from 255) = 19.33%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=37.61%
G=19.33%
B=43.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2141102450.130.5500.04286.2287.169.61
HexD66EF5D370411e5746
Octal326156365156704436127106
Binary110101101101110111101011101110111010010001111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EF5; }

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

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

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

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

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

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

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

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