Shades of Violet #DC86E5
Tints of Violet #DC86E5
RGB
CMYK
RGB Variations
Color information
#DC86E5 (or 0xDC86E5) is known color: Violet. HEX triplet: DC, 86 and E5. RGB value is (220,134,229). Sum of RGB (Red+Green+Blue) = 220+134+229=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC86E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86E5 is #23791A. Grayscale: #AAAAAA. Windows color (decimal): -2324763 or 15042268. OLE color: 15042268.
HSL color Cylindrical-coordinate representation of color #DC86E5: hue angle of 294.32º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC86E5 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 134 | 229 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.10 |
| HSL | 294.32º | 0.65% | 0.71% | - |
| HSV(B) | 294.32º | 0.41% | 0.9% | - |
| XYZ | 52.18 | 37.92 | 78.7 | - |
| YUV | 170.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 229 | 0.04 | 0.41 | 0 | 0.10 | 294.32 | 0.65 | 0.71 |
| Hex | DC | 86 | E5 | 4 | 29 | 0 | A | 126 | 41 | 47 |
| Octal | 334 | 206 | 345 | 4 | 51 | 0 | 12 | 446 | 101 | 107 |
| Binary | 11011100 | 10000110 | 11100101 | 100 | 101001 | 0 | 1010 | 100100110 | 1000001 | 1000111 |
Color Harmonies of #DC86E5
Complementary color
Monochromatic Colors of #DC86E5
Black with #DC86E5
Text Example
Text Example
White with #DC86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86E5; }
p { color: rgb(220,134,229); }
H1.HeaderClassName
{
color: #DC86E5;
}
.AnyTagClassName
{
color: #DC86E5;
}
</style>
background-color css
<style>
a { background-color: #DC86E5; }
a { background-color: rgb(220,134,229); }
div.DivClassName
{
background-color: #DC86E5;
}
.BgClassName
{
background-color: #DC86E5;
}
</style>
border-color css
<style>
span { border-color: #DC86E5; }
span { border-color: rgb(220,134,229); }
td.TdClassName
{
border-color: #DC86E5;
}
.TagClassName
{
border-color: #DC86E5;
}
</style>