Shades of Violet #DF85ED
Tints of Violet #DF85ED
RGB
CMYK
RGB Variations
Color information
#DF85ED (or 0xDF85ED) is known color: Violet. HEX triplet: DF, 85 and ED. RGB value is (223,133,237). Sum of RGB (Red+Green+Blue) = 223+133+237=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF85ED is #207A12. Grayscale: #ABABAB. Windows color (decimal): -2128403 or 15566303. OLE color: 15566303.
HSL color Cylindrical-coordinate representation of color #DF85ED: hue angle of 291.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF85ED is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 133 | 237 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.07 |
| HSL | 291.92º | 0.74% | 0.73% | - |
| HSV(B) | 291.92º | 0.44% | 0.93% | - |
| XYZ | 54.11 | 38.58 | 84.72 | - |
| YUV | 171.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 237 | 0.06 | 0.44 | 0 | 0.07 | 291.92 | 0.74 | 0.73 |
| Hex | DF | 85 | ED | 6 | 2C | 0 | 7 | 124 | 4A | 49 |
| Octal | 337 | 205 | 355 | 6 | 54 | 0 | 7 | 444 | 112 | 111 |
| Binary | 11011111 | 10000101 | 11101101 | 110 | 101100 | 0 | 111 | 100100100 | 1001010 | 1001001 |
Color Harmonies of #DF85ED
Complementary color
Monochromatic Colors of #DF85ED
Black with #DF85ED
Text Example
Text Example
White with #DF85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF85ED; }
p { color: rgb(223,133,237); }
H1.HeaderClassName
{
color: #DF85ED;
}
.AnyTagClassName
{
color: #DF85ED;
}
</style>
background-color css
<style>
a { background-color: #DF85ED; }
a { background-color: rgb(223,133,237); }
div.DivClassName
{
background-color: #DF85ED;
}
.BgClassName
{
background-color: #DF85ED;
}
</style>
border-color css
<style>
span { border-color: #DF85ED; }
span { border-color: rgb(223,133,237); }
td.TdClassName
{
border-color: #DF85ED;
}
.TagClassName
{
border-color: #DF85ED;
}
</style>