#D981EC

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

Shades of Heliotrope #D981EC

Tints of Heliotrope #D981EC

Color information

#D981EC (or 0xD981EC) is unknown color: approx Heliotrope. HEX triplet: D9, 81 and EC. RGB value is (217,129,236). Sum of RGB (Red+Green+Blue) = 217+129+236=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 129 (50.78% from 255 or 22.16% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #D981EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981EC is #267E13. Grayscale: #A7A7A7. Windows color (decimal): -2522644 or 15499737. OLE color: 15499737.

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

Color convert

RGB217129236-
CMYK0.080.4500.07
HSL289.35º73.79%71.57%-
HSV(B)289.35º45.34%92.55%-
XYZ51.6136.5183.68-
YUV167.51166.65163.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.29%
GREEN value IS 129 (50.78% from 255) = 22.16%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=37.29%
G=22.16%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171292360.080.4500.07289.3573.7971.57
HexD981EC82D071214a48
Octal331201354105507441112110
Binary1101100110000001111011001000101101011110010000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981EC; }

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

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

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

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

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

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

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

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