Shades of Violet #DF88DD
Tints of Violet #DF88DD
RGB
CMYK
RGB Variations
Color information
#DF88DD (or 0xDF88DD) is known color: Violet. HEX triplet: DF, 88 and DD. RGB value is (223,136,221). Sum of RGB (Red+Green+Blue) = 223+136+221=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF88DD is #207722. Grayscale: #ABABAB. Windows color (decimal): -2127651 or 14518495. OLE color: 14518495.
HSL color Cylindrical-coordinate representation of color #DF88DD: hue angle of 301.38º 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 #DF88DD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 221 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 301.38º | 0.58% | 0.7% | - |
| HSV(B) | 301.38º | 0.39% | 0.87% | - |
| XYZ | 52.29 | 38.52 | 73.09 | - |
| YUV | 171.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 221 | 0 | 0.39 | 0.01 | 0.13 | 301.38 | 0.58 | 0.7 |
| Hex | DF | 88 | DD | 0 | 27 | 1 | D | 12D | 3A | 46 |
| Octal | 337 | 210 | 335 | 0 | 47 | 1 | 15 | 455 | 72 | 106 |
| Binary | 11011111 | 10001000 | 11011101 | 0 | 100111 | 1 | 1101 | 100101101 | 111010 | 1000110 |
Color Harmonies of #DF88DD
Complementary color
Monochromatic Colors of #DF88DD
Black with #DF88DD
Text Example
Text Example
White with #DF88DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88DD; }
p { color: rgb(223,136,221); }
H1.HeaderClassName
{
color: #DF88DD;
}
.AnyTagClassName
{
color: #DF88DD;
}
</style>
background-color css
<style>
a { background-color: #DF88DD; }
a { background-color: rgb(223,136,221); }
div.DivClassName
{
background-color: #DF88DD;
}
.BgClassName
{
background-color: #DF88DD;
}
</style>
border-color css
<style>
span { border-color: #DF88DD; }
span { border-color: rgb(223,136,221); }
td.TdClassName
{
border-color: #DF88DD;
}
.TagClassName
{
border-color: #DF88DD;
}
</style>