Shades of Violet #DD88DF
Tints of Violet #DD88DF
RGB
CMYK
RGB Variations
Color information
#DD88DF (or 0xDD88DF) is known color: Violet. HEX triplet: DD, 88 and DF. RGB value is (221,136,223). Sum of RGB (Red+Green+Blue) = 221+136+223=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DF is #227720. Grayscale: #ABABAB. Windows color (decimal): -2258721 or 14649565. OLE color: 14649565.
HSL color Cylindrical-coordinate representation of color #DD88DF: hue angle of 298.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD88DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 223 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.13 |
| HSL | 298.62º | 0.58% | 0.7% | - |
| HSV(B) | 298.62º | 0.39% | 0.87% | - |
| XYZ | 51.94 | 38.31 | 74.47 | - |
| YUV | 171.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 223 | 0.01 | 0.39 | 0 | 0.13 | 298.62 | 0.58 | 0.7 |
| Hex | DD | 88 | DF | 1 | 27 | 0 | D | 12B | 3A | 46 |
| Octal | 335 | 210 | 337 | 1 | 47 | 0 | 15 | 453 | 72 | 106 |
| Binary | 11011101 | 10001000 | 11011111 | 1 | 100111 | 0 | 1101 | 100101011 | 111010 | 1000110 |
Color Harmonies of #DD88DF
Complementary color
Monochromatic Colors of #DD88DF
Black with #DD88DF
Text Example
Text Example
White with #DD88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88DF; }
p { color: rgb(221,136,223); }
H1.HeaderClassName
{
color: #DD88DF;
}
.AnyTagClassName
{
color: #DD88DF;
}
</style>
background-color css
<style>
a { background-color: #DD88DF; }
a { background-color: rgb(221,136,223); }
div.DivClassName
{
background-color: #DD88DF;
}
.BgClassName
{
background-color: #DD88DF;
}
</style>
border-color css
<style>
span { border-color: #DD88DF; }
span { border-color: rgb(221,136,223); }
td.TdClassName
{
border-color: #DD88DF;
}
.TagClassName
{
border-color: #DD88DF;
}
</style>