Shades of Violet #DD80ED
Tints of Violet #DD80ED
RGB
CMYK
RGB Variations
Color information
#DD80ED (or 0xDD80ED) is known color: Violet. HEX triplet: DD, 80 and ED. RGB value is (221,128,237). Sum of RGB (Red+Green+Blue) = 221+128+237=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80ED is #227F12. Grayscale: #A7A7A7. Windows color (decimal): -2260755 or 15565021. OLE color: 15565021.
HSL color Cylindrical-coordinate representation of color #DD80ED: hue angle of 291.19º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD80ED is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 128 | 237 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 291.19º | 0.75% | 0.72% | - |
| HSV(B) | 291.19º | 0.46% | 0.93% | - |
| XYZ | 52.82 | 36.92 | 84.46 | - |
| YUV | 168.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 237 | 0.07 | 0.46 | 0 | 0.07 | 291.19 | 0.75 | 0.72 |
| Hex | DD | 80 | ED | 7 | 2E | 0 | 7 | 123 | 4B | 48 |
| Octal | 335 | 200 | 355 | 7 | 56 | 0 | 7 | 443 | 113 | 110 |
| Binary | 11011101 | 10000000 | 11101101 | 111 | 101110 | 0 | 111 | 100100011 | 1001011 | 1001000 |
Color Harmonies of #DD80ED
Complementary color
Monochromatic Colors of #DD80ED
Black with #DD80ED
Text Example
Text Example
White with #DD80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80ED; }
p { color: rgb(221,128,237); }
H1.HeaderClassName
{
color: #DD80ED;
}
.AnyTagClassName
{
color: #DD80ED;
}
</style>
background-color css
<style>
a { background-color: #DD80ED; }
a { background-color: rgb(221,128,237); }
div.DivClassName
{
background-color: #DD80ED;
}
.BgClassName
{
background-color: #DD80ED;
}
</style>
border-color css
<style>
span { border-color: #DD80ED; }
span { border-color: rgb(221,128,237); }
td.TdClassName
{
border-color: #DD80ED;
}
.TagClassName
{
border-color: #DD80ED;
}
</style>