Shades of Violet #DF86DD
Tints of Violet #DF86DD
RGB
CMYK
RGB Variations
Color information
#DF86DD (or 0xDF86DD) is known color: Violet. HEX triplet: DF, 86 and DD. RGB value is (223,134,221). Sum of RGB (Red+Green+Blue) = 223+134+221=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86DD is #207922. Grayscale: #AAAAAA. Windows color (decimal): -2128163 or 14517983. OLE color: 14517983.
HSL color Cylindrical-coordinate representation of color #DF86DD: hue angle of 301.35º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86DD is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 134 | 221 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.13 |
| HSL | 301.35º | 0.58% | 0.7% | - |
| HSV(B) | 301.35º | 0.4% | 0.87% | - |
| XYZ | 52.01 | 37.96 | 72.99 | - |
| YUV | 170.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 221 | 0 | 0.40 | 0.01 | 0.13 | 301.35 | 0.58 | 0.7 |
| Hex | DF | 86 | DD | 0 | 28 | 1 | D | 12D | 3A | 46 |
| Octal | 337 | 206 | 335 | 0 | 50 | 1 | 15 | 455 | 72 | 106 |
| Binary | 11011111 | 10000110 | 11011101 | 0 | 101000 | 1 | 1101 | 100101101 | 111010 | 1000110 |
Color Harmonies of #DF86DD
Complementary color
Monochromatic Colors of #DF86DD
Black with #DF86DD
Text Example
Text Example
White with #DF86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86DD; }
p { color: rgb(223,134,221); }
H1.HeaderClassName
{
color: #DF86DD;
}
.AnyTagClassName
{
color: #DF86DD;
}
</style>
background-color css
<style>
a { background-color: #DF86DD; }
a { background-color: rgb(223,134,221); }
div.DivClassName
{
background-color: #DF86DD;
}
.BgClassName
{
background-color: #DF86DD;
}
</style>
border-color css
<style>
span { border-color: #DF86DD; }
span { border-color: rgb(223,134,221); }
td.TdClassName
{
border-color: #DF86DD;
}
.TagClassName
{
border-color: #DF86DD;
}
</style>