Shades of Violet #D980EA
Tints of Violet #D980EA
RGB
CMYK
RGB Variations
Color information
#D980EA (or 0xD980EA) is known color: 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
| RGB | 217 | 128 | 234 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.08 |
| HSL | 290.38º | 0.72% | 0.71% | - |
| HSV(B) | 290.38º | 0.45% | 0.92% | - |
| XYZ | 51.19 | 36.13 | 82.12 | - |
| YUV | 166.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 128 | 234 | 0.07 | 0.45 | 0 | 0.08 | 290.38 | 0.72 | 0.71 |
| Hex | D9 | 80 | EA | 7 | 2D | 0 | 8 | 122 | 48 | 47 |
| Octal | 331 | 200 | 352 | 7 | 55 | 0 | 10 | 442 | 110 | 107 |
| Binary | 11011001 | 10000000 | 11101010 | 111 | 101101 | 0 | 1000 | 100100010 | 1001000 | 1000111 |
Color Harmonies of #D980EA
Complementary color
Monochromatic Colors of #D980EA
Black with #D980EA
Text Example
Text Example
White with #D980EA
Text Example
Text Example
HTML Codes & Css Web 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>