Shades of Violet #DD88ED
Tints of Violet #DD88ED
RGB
CMYK
RGB Variations
Color information
#DD88ED (or 0xDD88ED) is known color: Violet. HEX triplet: DD, 88 and ED. RGB value is (221,136,237). Sum of RGB (Red+Green+Blue) = 221+136+237=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88ED is #227712. Grayscale: #ACACAC. Windows color (decimal): -2258707 or 15567069. OLE color: 15567069.
HSL color Cylindrical-coordinate representation of color #DD88ED: hue angle of 290.5º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD88ED is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 136 | 237 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.07 |
| HSL | 290.5º | 0.74% | 0.73% | - |
| HSV(B) | 290.5º | 0.43% | 0.93% | - |
| XYZ | 53.91 | 39.09 | 84.83 | - |
| YUV | 172.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 237 | 0.07 | 0.43 | 0 | 0.07 | 290.5 | 0.74 | 0.73 |
| Hex | DD | 88 | ED | 7 | 2B | 0 | 7 | 122 | 4A | 49 |
| Octal | 335 | 210 | 355 | 7 | 53 | 0 | 7 | 442 | 112 | 111 |
| Binary | 11011101 | 10001000 | 11101101 | 111 | 101011 | 0 | 111 | 100100010 | 1001010 | 1001001 |
Color Harmonies of #DD88ED
Complementary color
Monochromatic Colors of #DD88ED
Black with #DD88ED
Text Example
Text Example
White with #DD88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88ED; }
p { color: rgb(221,136,237); }
H1.HeaderClassName
{
color: #DD88ED;
}
.AnyTagClassName
{
color: #DD88ED;
}
</style>
background-color css
<style>
a { background-color: #DD88ED; }
a { background-color: rgb(221,136,237); }
div.DivClassName
{
background-color: #DD88ED;
}
.BgClassName
{
background-color: #DD88ED;
}
</style>
border-color css
<style>
span { border-color: #DD88ED; }
span { border-color: rgb(221,136,237); }
td.TdClassName
{
border-color: #DD88ED;
}
.TagClassName
{
border-color: #DD88ED;
}
</style>