#D980EA

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

Shades of Violet #D980EA

Tints of Violet #D980EA

Color information

#D980EA (or 0xD980EA) is unknown color: approx Violet. HEX triplet: D9, 80 and EA. RGB value is (217,128,234). Sum of RGB (Red+Green+Blue) = 217+128+234=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #D980EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D980EA is #267F15. Grayscale: #A6A6A6. Windows color (decimal): -2522902 or 15368409. OLE color: 15368409.

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

Color convert

RGB217128234-
CMYK0.070.4500.08
HSL290.38º71.62%70.98%-
HSV(B)290.38º45.3%91.76%-
XYZ51.1936.1382.12-
YUV166.7165.99163.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=37.48%
G=22.11%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171282340.070.4500.08290.3871.6270.98
HexD980EA72D081224847
Octal331200352755010442110107
Binary1101100110000000111010101111011010100010010001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980EA; }

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

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

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

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

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

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

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

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