Shades of Violet #DD80EA
Tints of Violet #DD80EA
RGB
CMYK
RGB Variations
Color information
#DD80EA (or 0xDD80EA) is known color: Violet. HEX triplet: DD, 80 and EA. RGB value is (221,128,234). Sum of RGB (Red+Green+Blue) = 221+128+234=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD80EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80EA is #227F15. Grayscale: #A7A7A7. Windows color (decimal): -2260758 or 15368413. OLE color: 15368413.
HSL color Cylindrical-coordinate representation of color #DD80EA: hue angle of 292.64º 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 #DD80EA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 128 | 234 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.08 |
| HSL | 292.64º | 0.72% | 0.71% | - |
| HSV(B) | 292.64º | 0.45% | 0.92% | - |
| XYZ | 52.39 | 36.75 | 82.17 | - |
| YUV | 167.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 234 | 0.06 | 0.45 | 0 | 0.08 | 292.64 | 0.72 | 0.71 |
| Hex | DD | 80 | EA | 6 | 2D | 0 | 8 | 125 | 48 | 47 |
| Octal | 335 | 200 | 352 | 6 | 55 | 0 | 10 | 445 | 110 | 107 |
| Binary | 11011101 | 10000000 | 11101010 | 110 | 101101 | 0 | 1000 | 100100101 | 1001000 | 1000111 |
Color Harmonies of #DD80EA
Complementary color
Monochromatic Colors of #DD80EA
Black with #DD80EA
Text Example
Text Example
White with #DD80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80EA; }
p { color: rgb(221,128,234); }
H1.HeaderClassName
{
color: #DD80EA;
}
.AnyTagClassName
{
color: #DD80EA;
}
</style>
background-color css
<style>
a { background-color: #DD80EA; }
a { background-color: rgb(221,128,234); }
div.DivClassName
{
background-color: #DD80EA;
}
.BgClassName
{
background-color: #DD80EA;
}
</style>
border-color css
<style>
span { border-color: #DD80EA; }
span { border-color: rgb(221,128,234); }
td.TdClassName
{
border-color: #DD80EA;
}
.TagClassName
{
border-color: #DD80EA;
}
</style>