#D45EEF

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

Shades of Heliotrope #D45EEF

Tints of Heliotrope #D45EEF

Color information

#D45EEF (or 0xD45EEF) is unknown color: approx Heliotrope. HEX triplet: D4, 5E and EF. RGB value is (212,94,239). Sum of RGB (Red+Green+Blue) = 212+94+239=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D45EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EEF is #2BA110. Grayscale: #919191. Windows color (decimal): -2859281 or 15687380. OLE color: 15687380.

HSL color Cylindrical-coordinate representation of color #D45EEF: hue angle of 288.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45EEF is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21294239-
CMYK0.110.6100.06
HSL288.83º81.92%65.29%-
HSV(B)288.83º60.67%93.73%-
XYZ46.7328.2384.65-
YUV145.81180.59175.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 94 (37.11% from 255) = 17.25%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=38.90%
G=17.25%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212942390.110.6100.06288.8381.9265.29
HexD45EEFB3D061215241
Octal324136357137506441122101
Binary110101001011110111011111011111101011010010000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45EEF; }

 p { color: rgb(212,94,239); }

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

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

 a { background-color: rgb(212,94,239); }

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

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

 span { border-color: rgb(212,94,239); }

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