Shades of Violet #DC85ED
Tints of Violet #DC85ED
RGB
CMYK
RGB Variations
Color information
#DC85ED (or 0xDC85ED) is known color: Violet. HEX triplet: DC, 85 and ED. RGB value is (220,133,237). Sum of RGB (Red+Green+Blue) = 220+133+237=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85ED is #237A12. Grayscale: #AAAAAA. Windows color (decimal): -2325011 or 15566300. OLE color: 15566300.
HSL color Cylindrical-coordinate representation of color #DC85ED: hue angle of 290.19º 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 #DC85ED is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 133 | 237 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.07 |
| HSL | 290.19º | 0.74% | 0.73% | - |
| HSV(B) | 290.19º | 0.44% | 0.93% | - |
| XYZ | 53.19 | 38.11 | 84.67 | - |
| YUV | 170.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 237 | 0.07 | 0.44 | 0 | 0.07 | 290.19 | 0.74 | 0.73 |
| Hex | DC | 85 | ED | 7 | 2C | 0 | 7 | 122 | 4A | 49 |
| Octal | 334 | 205 | 355 | 7 | 54 | 0 | 7 | 442 | 112 | 111 |
| Binary | 11011100 | 10000101 | 11101101 | 111 | 101100 | 0 | 111 | 100100010 | 1001010 | 1001001 |
Color Harmonies of #DC85ED
Complementary color
Monochromatic Colors of #DC85ED
Black with #DC85ED
Text Example
Text Example
White with #DC85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85ED; }
p { color: rgb(220,133,237); }
H1.HeaderClassName
{
color: #DC85ED;
}
.AnyTagClassName
{
color: #DC85ED;
}
</style>
background-color css
<style>
a { background-color: #DC85ED; }
a { background-color: rgb(220,133,237); }
div.DivClassName
{
background-color: #DC85ED;
}
.BgClassName
{
background-color: #DC85ED;
}
</style>
border-color css
<style>
span { border-color: #DC85ED; }
span { border-color: rgb(220,133,237); }
td.TdClassName
{
border-color: #DC85ED;
}
.TagClassName
{
border-color: #DC85ED;
}
</style>