#D980EC

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

Shades of Heliotrope #D980EC

Tints of Heliotrope #D980EC

Color information

#D980EC (or 0xD980EC) is unknown color: approx Heliotrope. HEX triplet: D9, 80 and EC. RGB value is (217,128,236). Sum of RGB (Red+Green+Blue) = 217+128+236=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #D980EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980EC is #267F13. Grayscale: #A6A6A6. Windows color (decimal): -2522900 or 15499481. OLE color: 15499481.

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

Color convert

RGB217128236-
CMYK0.080.4600.07
HSL289.44º73.97%71.37%-
HSV(B)289.44º45.76%92.55%-
XYZ51.4736.2583.64-
YUV166.92166.99163.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 128 (50.39% from 255) = 22.03%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=37.35%
G=22.03%
B=40.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171282360.080.4600.07289.4473.9771.37
HexD980EC82E071214a47
Octal331200354105607441112107
Binary1101100110000000111011001000101110011110010000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980EC; }

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

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

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

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

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

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

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

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