Shades of Violet #DF87DC
Tints of Violet #DF87DC
RGB
CMYK
RGB Variations
Color information
#DF87DC (or 0xDF87DC) is known color: Violet. HEX triplet: DF, 87 and DC. RGB value is (223,135,220). Sum of RGB (Red+Green+Blue) = 223+135+220=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF87DC is #207823. Grayscale: #AAAAAA. Windows color (decimal): -2127908 or 14452703. OLE color: 14452703.
HSL color Cylindrical-coordinate representation of color #DF87DC: hue angle of 302.05º 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 #DF87DC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 220 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.13 |
| HSL | 302.05º | 0.58% | 0.7% | - |
| HSV(B) | 302.05º | 0.39% | 0.87% | - |
| XYZ | 52.01 | 38.18 | 72.34 | - |
| YUV | 171 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 220 | 0 | 0.39 | 0.01 | 0.13 | 302.05 | 0.58 | 0.7 |
| Hex | DF | 87 | DC | 0 | 27 | 1 | D | 12E | 3A | 46 |
| Octal | 337 | 207 | 334 | 0 | 47 | 1 | 15 | 456 | 72 | 106 |
| Binary | 11011111 | 10000111 | 11011100 | 0 | 100111 | 1 | 1101 | 100101110 | 111010 | 1000110 |
Color Harmonies of #DF87DC
Complementary color
Monochromatic Colors of #DF87DC
Black with #DF87DC
Text Example
Text Example
White with #DF87DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF87DC; }
p { color: rgb(223,135,220); }
H1.HeaderClassName
{
color: #DF87DC;
}
.AnyTagClassName
{
color: #DF87DC;
}
</style>
background-color css
<style>
a { background-color: #DF87DC; }
a { background-color: rgb(223,135,220); }
div.DivClassName
{
background-color: #DF87DC;
}
.BgClassName
{
background-color: #DF87DC;
}
</style>
border-color css
<style>
span { border-color: #DF87DC; }
span { border-color: rgb(223,135,220); }
td.TdClassName
{
border-color: #DF87DC;
}
.TagClassName
{
border-color: #DF87DC;
}
</style>