#D970EC

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

Shades of Heliotrope #D970EC

Tints of Heliotrope #D970EC

Color information

#D970EC (or 0xD970EC) is unknown color: approx Heliotrope. HEX triplet: D9, 70 and EC. RGB value is (217,112,236). Sum of RGB (Red+Green+Blue) = 217+112+236=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970EC is #268F13. Grayscale: #9D9D9D. Windows color (decimal): -2526996 or 15495385. OLE color: 15495385.

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

Color convert

RGB217112236-
CMYK0.080.5300.07
HSL290.81º76.54%68.24%-
HSV(B)290.81º52.54%92.55%-
XYZ49.5532.483-
YUV157.53172.29170.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 112 (44.14% from 255) = 19.82%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=38.41%
G=19.82%
B=41.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171122360.080.5300.07290.8176.5468.24
HexD970EC835071234d44
Octal331160354106507443115104
Binary110110011110000111011001000110101011110010001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970EC; }

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

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

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

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

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

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

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

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