#D972EC

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

Shades of Heliotrope #D972EC

Tints of Heliotrope #D972EC

Color information

#D972EC (or 0xD972EC) is unknown color: approx Heliotrope. HEX triplet: D9, 72 and EC. RGB value is (217,114,236). Sum of RGB (Red+Green+Blue) = 217+114+236=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #D972EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EC is #268D13. Grayscale: #9E9E9E. Windows color (decimal): -2526484 or 15495897. OLE color: 15495897.

HSL color Cylindrical-coordinate representation of color #D972EC: hue angle of 290.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D972EC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217114236-
CMYK0.080.5200.07
HSL290.66º76.25%68.63%-
HSV(B)290.66º51.69%92.55%-
XYZ49.7732.8483.07-
YUV158.7171.62169.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 114 (44.92% from 255) = 20.11%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=38.27%
G=20.11%
B=41.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171142360.080.5200.07290.6676.2568.63
HexD972EC834071234c45
Octal331162354106407443114105
Binary110110011110010111011001000110100011110010001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972EC; }

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

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

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

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

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

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

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

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