Shades of Violet #DC85EF
Tints of Violet #DC85EF
RGB
CMYK
RGB Variations
Color information
#DC85EF (or 0xDC85EF) is known color: Violet. HEX triplet: DC, 85 and EF. RGB value is (220,133,239). Sum of RGB (Red+Green+Blue) = 220+133+239=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85EF is #237A10. Grayscale: #AAAAAA. Windows color (decimal): -2325009 or 15697372. OLE color: 15697372.
HSL color Cylindrical-coordinate representation of color #DC85EF: hue angle of 289.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC85EF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 133 | 239 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.06 |
| HSL | 289.25º | 0.77% | 0.73% | - |
| HSV(B) | 289.25º | 0.44% | 0.94% | - |
| XYZ | 53.48 | 38.22 | 86.22 | - |
| YUV | 171.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 239 | 0.08 | 0.44 | 0 | 0.06 | 289.25 | 0.77 | 0.73 |
| Hex | DC | 85 | EF | 8 | 2C | 0 | 6 | 121 | 4D | 49 |
| Octal | 334 | 205 | 357 | 10 | 54 | 0 | 6 | 441 | 115 | 111 |
| Binary | 11011100 | 10000101 | 11101111 | 1000 | 101100 | 0 | 110 | 100100001 | 1001101 | 1001001 |
Color Harmonies of #DC85EF
Complementary color
Monochromatic Colors of #DC85EF
Black with #DC85EF
Text Example
Text Example
White with #DC85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC85EF; }
p { color: rgb(220,133,239); }
H1.HeaderClassName
{
color: #DC85EF;
}
.AnyTagClassName
{
color: #DC85EF;
}
</style>
background-color css
<style>
a { background-color: #DC85EF; }
a { background-color: rgb(220,133,239); }
div.DivClassName
{
background-color: #DC85EF;
}
.BgClassName
{
background-color: #DC85EF;
}
</style>
border-color css
<style>
span { border-color: #DC85EF; }
span { border-color: rgb(220,133,239); }
td.TdClassName
{
border-color: #DC85EF;
}
.TagClassName
{
border-color: #DC85EF;
}
</style>