Shades of Violet #DD81E9
Tints of Violet #DD81E9
RGB
CMYK
RGB Variations
Color information
#DD81E9 (or 0xDD81E9) is known color: Violet. HEX triplet: DD, 81 and E9. RGB value is (221,129,233). Sum of RGB (Red+Green+Blue) = 221+129+233=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD81E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81E9 is #227E16. Grayscale: #A8A8A8. Windows color (decimal): -2260503 or 15303133. OLE color: 15303133.
HSL color Cylindrical-coordinate representation of color #DD81E9: hue angle of 293.08º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD81E9 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 129 | 233 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.09 |
| HSL | 293.08º | 0.7% | 0.71% | - |
| HSV(B) | 293.08º | 0.45% | 0.91% | - |
| XYZ | 52.38 | 36.96 | 81.46 | - |
| YUV | 168.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 233 | 0.05 | 0.45 | 0 | 0.09 | 293.08 | 0.7 | 0.71 |
| Hex | DD | 81 | E9 | 5 | 2D | 0 | 9 | 125 | 46 | 47 |
| Octal | 335 | 201 | 351 | 5 | 55 | 0 | 11 | 445 | 106 | 107 |
| Binary | 11011101 | 10000001 | 11101001 | 101 | 101101 | 0 | 1001 | 100100101 | 1000110 | 1000111 |
Color Harmonies of #DD81E9
Complementary color
Monochromatic Colors of #DD81E9
Black with #DD81E9
Text Example
Text Example
White with #DD81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81E9; }
p { color: rgb(221,129,233); }
H1.HeaderClassName
{
color: #DD81E9;
}
.AnyTagClassName
{
color: #DD81E9;
}
</style>
background-color css
<style>
a { background-color: #DD81E9; }
a { background-color: rgb(221,129,233); }
div.DivClassName
{
background-color: #DD81E9;
}
.BgClassName
{
background-color: #DD81E9;
}
</style>
border-color css
<style>
span { border-color: #DD81E9; }
span { border-color: rgb(221,129,233); }
td.TdClassName
{
border-color: #DD81E9;
}
.TagClassName
{
border-color: #DD81E9;
}
</style>