Shades of Violet #DD88E2
Tints of Violet #DD88E2
RGB
CMYK
RGB Variations
Color information
#DD88E2 (or 0xDD88E2) is known color: Violet. HEX triplet: DD, 88 and E2. RGB value is (221,136,226). Sum of RGB (Red+Green+Blue) = 221+136+226=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD88E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88E2 is #22771D. Grayscale: #ABABAB. Windows color (decimal): -2258718 or 14846173. OLE color: 14846173.
HSL color Cylindrical-coordinate representation of color #DD88E2: hue angle of 296.67º degrees, saturation: 0.61, 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 #DD88E2 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 136 | 226 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.11 |
| HSL | 296.67º | 0.61% | 0.71% | - |
| HSV(B) | 296.67º | 0.4% | 0.89% | - |
| XYZ | 52.35 | 38.47 | 76.62 | - |
| YUV | 171.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 226 | 0.02 | 0.40 | 0 | 0.11 | 296.67 | 0.61 | 0.71 |
| Hex | DD | 88 | E2 | 2 | 28 | 0 | B | 129 | 3D | 47 |
| Octal | 335 | 210 | 342 | 2 | 50 | 0 | 13 | 451 | 75 | 107 |
| Binary | 11011101 | 10001000 | 11100010 | 10 | 101000 | 0 | 1011 | 100101001 | 111101 | 1000111 |
Color Harmonies of #DD88E2
Complementary color
Monochromatic Colors of #DD88E2
Black with #DD88E2
Text Example
Text Example
White with #DD88E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88E2; }
p { color: rgb(221,136,226); }
H1.HeaderClassName
{
color: #DD88E2;
}
.AnyTagClassName
{
color: #DD88E2;
}
</style>
background-color css
<style>
a { background-color: #DD88E2; }
a { background-color: rgb(221,136,226); }
div.DivClassName
{
background-color: #DD88E2;
}
.BgClassName
{
background-color: #DD88E2;
}
</style>
border-color css
<style>
span { border-color: #DD88E2; }
span { border-color: rgb(221,136,226); }
td.TdClassName
{
border-color: #DD88E2;
}
.TagClassName
{
border-color: #DD88E2;
}
</style>