Shades of Violet #DF87DD
Tints of Violet #DF87DD
RGB
CMYK
RGB Variations
Color information
#DF87DD (or 0xDF87DD) is known color: Violet. HEX triplet: DF, 87 and DD. RGB value is (223,135,221). Sum of RGB (Red+Green+Blue) = 223+135+221=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 135 (53.12% from 255 or 23.32% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87DD is #207822. Grayscale: #AAAAAA. Windows color (decimal): -2127907 or 14518239. OLE color: 14518239.
HSL color Cylindrical-coordinate representation of color #DF87DD: hue angle of 301.36º 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 #DF87DD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 221 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 301.36º | 0.58% | 0.7% | - |
| HSV(B) | 301.36º | 0.39% | 0.87% | - |
| XYZ | 52.15 | 38.24 | 73.04 | - |
| YUV | 171.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 221 | 0 | 0.39 | 0.01 | 0.13 | 301.36 | 0.58 | 0.7 |
| Hex | DF | 87 | DD | 0 | 27 | 1 | D | 12D | 3A | 46 |
| Octal | 337 | 207 | 335 | 0 | 47 | 1 | 15 | 455 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11011101 | 0 | 100111 | 1 | 1101 | 100101101 | 111010 | 1000110 |
Color Harmonies of #DF87DD
Complementary color
Monochromatic Colors of #DF87DD
Black with #DF87DD
Text Example
Text Example
White with #DF87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87DD; }
p { color: rgb(223,135,221); }
H1.HeaderClassName
{
color: #DF87DD;
}
.AnyTagClassName
{
color: #DF87DD;
}
</style>
background-color css
<style>
a { background-color: #DF87DD; }
a { background-color: rgb(223,135,221); }
div.DivClassName
{
background-color: #DF87DD;
}
.BgClassName
{
background-color: #DF87DD;
}
</style>
border-color css
<style>
span { border-color: #DF87DD; }
span { border-color: rgb(223,135,221); }
td.TdClassName
{
border-color: #DF87DD;
}
.TagClassName
{
border-color: #DF87DD;
}
</style>