Shades of Violet #DF86E0
Tints of Violet #DF86E0
RGB
CMYK
RGB Variations
Color information
#DF86E0 (or 0xDF86E0) is known color: Violet. HEX triplet: DF, 86 and E0. RGB value is (223,134,224). Sum of RGB (Red+Green+Blue) = 223+134+224=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF86E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86E0 is #20791F. Grayscale: #AAAAAA. Windows color (decimal): -2128160 or 14714591. OLE color: 14714591.
HSL color Cylindrical-coordinate representation of color #DF86E0: hue angle of 299.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86E0 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 134 | 224 | - |
| CMYK | 0.00 | 0.40 | 0 | 0.12 |
| HSL | 299.33º | 0.59% | 0.7% | - |
| HSV(B) | 299.33º | 0.4% | 0.88% | - |
| XYZ | 52.41 | 38.12 | 75.12 | - |
| YUV | 170.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 134 | 224 | 0.00 | 0.40 | 0 | 0.12 | 299.33 | 0.59 | 0.7 |
| Hex | DF | 86 | E0 | 0 | 28 | 0 | C | 12B | 3B | 46 |
| Octal | 337 | 206 | 340 | 0 | 50 | 0 | 14 | 453 | 73 | 106 |
| Binary | 11011111 | 10000110 | 11100000 | 0 | 101000 | 0 | 1100 | 100101011 | 111011 | 1000110 |
Color Harmonies of #DF86E0
Complementary color
Monochromatic Colors of #DF86E0
Black with #DF86E0
Text Example
Text Example
White with #DF86E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF86E0; }
p { color: rgb(223,134,224); }
H1.HeaderClassName
{
color: #DF86E0;
}
.AnyTagClassName
{
color: #DF86E0;
}
</style>
background-color css
<style>
a { background-color: #DF86E0; }
a { background-color: rgb(223,134,224); }
div.DivClassName
{
background-color: #DF86E0;
}
.BgClassName
{
background-color: #DF86E0;
}
</style>
border-color css
<style>
span { border-color: #DF86E0; }
span { border-color: rgb(223,134,224); }
td.TdClassName
{
border-color: #DF86E0;
}
.TagClassName
{
border-color: #DF86E0;
}
</style>