#D872EF

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

Shades of Heliotrope #D872EF

Tints of Heliotrope #D872EF

Color information

#D872EF (or 0xD872EF) is unknown color: approx Heliotrope. HEX triplet: D8, 72 and EF. RGB value is (216,114,239). Sum of RGB (Red+Green+Blue) = 216+114+239=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #D872EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D872EF is #278D10. Grayscale: #9E9E9E. Windows color (decimal): -2592017 or 15692504. OLE color: 15692504.

HSL color Cylindrical-coordinate representation of color #D872EF: hue angle of 288.96º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D872EF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216114239-
CMYK0.100.5200.06
HSL288.96º79.62%69.22%-
HSV(B)288.96º52.3%93.73%-
XYZ49.9232.8785.37-
YUV158.75173.29168.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 114 (44.92% from 255) = 20.04%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=37.96%
G=20.04%
B=42.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161142390.100.5200.06288.9679.6269.22
HexD872EFA34061215045
Octal330162357126406441120105
Binary110110001110010111011111010110100011010010000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872EF; }

 p { color: rgb(216,114,239); }

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

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

 a { background-color: rgb(216,114,239); }

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

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

 span { border-color: rgb(216,114,239); }

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