Shades of Violet #DF85EC
Tints of Violet #DF85EC
RGB
CMYK
RGB Variations
Color information
#DF85EC (or 0xDF85EC) is known color: Violet. HEX triplet: DF, 85 and EC. RGB value is (223,133,236). Sum of RGB (Red+Green+Blue) = 223+133+236=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85EC is #207A13. Grayscale: #ABABAB. Windows color (decimal): -2128404 or 15500767. OLE color: 15500767.
HSL color Cylindrical-coordinate representation of color #DF85EC: hue angle of 292.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF85EC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 133 | 236 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 292.43º | 0.73% | 0.72% | - |
| HSV(B) | 292.43º | 0.44% | 0.93% | - |
| XYZ | 53.96 | 38.52 | 83.95 | - |
| YUV | 171.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 236 | 0.06 | 0.44 | 0 | 0.07 | 292.43 | 0.73 | 0.72 |
| Hex | DF | 85 | EC | 6 | 2C | 0 | 7 | 124 | 49 | 48 |
| Octal | 337 | 205 | 354 | 6 | 54 | 0 | 7 | 444 | 111 | 110 |
| Binary | 11011111 | 10000101 | 11101100 | 110 | 101100 | 0 | 111 | 100100100 | 1001001 | 1001000 |
Color Harmonies of #DF85EC
Complementary color
Monochromatic Colors of #DF85EC
Black with #DF85EC
Text Example
Text Example
White with #DF85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85EC; }
p { color: rgb(223,133,236); }
H1.HeaderClassName
{
color: #DF85EC;
}
.AnyTagClassName
{
color: #DF85EC;
}
</style>
background-color css
<style>
a { background-color: #DF85EC; }
a { background-color: rgb(223,133,236); }
div.DivClassName
{
background-color: #DF85EC;
}
.BgClassName
{
background-color: #DF85EC;
}
</style>
border-color css
<style>
span { border-color: #DF85EC; }
span { border-color: rgb(223,133,236); }
td.TdClassName
{
border-color: #DF85EC;
}
.TagClassName
{
border-color: #DF85EC;
}
</style>