#D972EF

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

Shades of Heliotrope #D972EF

Tints of Heliotrope #D972EF

Color information

#D972EF (or 0xD972EF) is unknown color: approx Heliotrope. HEX triplet: D9, 72 and EF. RGB value is (217,114,239). Sum of RGB (Red+Green+Blue) = 217+114+239=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #D972EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EF is #268D10. Grayscale: #9E9E9E. Windows color (decimal): -2526481 or 15692505. OLE color: 15692505.

HSL color Cylindrical-coordinate representation of color #D972EF: hue angle of 289.44º 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 #D972EF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217114239-
CMYK0.090.5200.06
HSL289.44º79.62%69.22%-
HSV(B)289.44º52.3%93.73%-
XYZ50.2133.0285.39-
YUV159.05173.12169.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=38.07%
G=20%
B=41.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171142390.090.5200.06289.4479.6269.22
HexD972EF934061215045
Octal331162357116406441120105
Binary110110011110010111011111001110100011010010000110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972EF; }

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

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

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

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

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

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

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

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