Shades of Violet #DD88E4
Tints of Violet #DD88E4
RGB
CMYK
RGB Variations
Color information
#DD88E4 (or 0xDD88E4) is known color: Violet. HEX triplet: DD, 88 and E4. RGB value is (221,136,228). Sum of RGB (Red+Green+Blue) = 221+136+228=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88E4 is #22771B. Grayscale: #ABABAB. Windows color (decimal): -2258716 or 14977245. OLE color: 14977245.
HSL color Cylindrical-coordinate representation of color #DD88E4: hue angle of 295.43º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD88E4 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 136 | 228 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.11 |
| HSL | 295.43º | 0.63% | 0.71% | - |
| HSV(B) | 295.43º | 0.4% | 0.89% | - |
| XYZ | 52.63 | 38.58 | 78.07 | - |
| YUV | 171.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 228 | 0.03 | 0.40 | 0 | 0.11 | 295.43 | 0.63 | 0.71 |
| Hex | DD | 88 | E4 | 3 | 28 | 0 | B | 127 | 3F | 47 |
| Octal | 335 | 210 | 344 | 3 | 50 | 0 | 13 | 447 | 77 | 107 |
| Binary | 11011101 | 10001000 | 11100100 | 11 | 101000 | 0 | 1011 | 100100111 | 111111 | 1000111 |
Color Harmonies of #DD88E4
Complementary color
Monochromatic Colors of #DD88E4
Black with #DD88E4
Text Example
Text Example
White with #DD88E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88E4; }
p { color: rgb(221,136,228); }
H1.HeaderClassName
{
color: #DD88E4;
}
.AnyTagClassName
{
color: #DD88E4;
}
</style>
background-color css
<style>
a { background-color: #DD88E4; }
a { background-color: rgb(221,136,228); }
div.DivClassName
{
background-color: #DD88E4;
}
.BgClassName
{
background-color: #DD88E4;
}
</style>
border-color css
<style>
span { border-color: #DD88E4; }
span { border-color: rgb(221,136,228); }
td.TdClassName
{
border-color: #DD88E4;
}
.TagClassName
{
border-color: #DD88E4;
}
</style>