Shades of Violet #DC86E3
Tints of Violet #DC86E3
RGB
CMYK
RGB Variations
Color information
#DC86E3 (or 0xDC86E3) is known color: Violet. HEX triplet: DC, 86 and E3. RGB value is (220,134,227). Sum of RGB (Red+Green+Blue) = 220+134+227=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC86E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86E3 is #23791C. Grayscale: #AAAAAA. Windows color (decimal): -2324765 or 14911196. OLE color: 14911196.
HSL color Cylindrical-coordinate representation of color #DC86E3: hue angle of 295.48º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC86E3 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 134 | 227 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.11 |
| HSL | 295.48º | 0.62% | 0.71% | - |
| HSV(B) | 295.48º | 0.41% | 0.89% | - |
| XYZ | 51.91 | 37.81 | 77.24 | - |
| YUV | 170.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 227 | 0.03 | 0.41 | 0 | 0.11 | 295.48 | 0.62 | 0.71 |
| Hex | DC | 86 | E3 | 3 | 29 | 0 | B | 127 | 3E | 47 |
| Octal | 334 | 206 | 343 | 3 | 51 | 0 | 13 | 447 | 76 | 107 |
| Binary | 11011100 | 10000110 | 11100011 | 11 | 101001 | 0 | 1011 | 100100111 | 111110 | 1000111 |
Color Harmonies of #DC86E3
Complementary color
Monochromatic Colors of #DC86E3
Black with #DC86E3
Text Example
Text Example
White with #DC86E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86E3; }
p { color: rgb(220,134,227); }
H1.HeaderClassName
{
color: #DC86E3;
}
.AnyTagClassName
{
color: #DC86E3;
}
</style>
background-color css
<style>
a { background-color: #DC86E3; }
a { background-color: rgb(220,134,227); }
div.DivClassName
{
background-color: #DC86E3;
}
.BgClassName
{
background-color: #DC86E3;
}
</style>
border-color css
<style>
span { border-color: #DC86E3; }
span { border-color: rgb(220,134,227); }
td.TdClassName
{
border-color: #DC86E3;
}
.TagClassName
{
border-color: #DC86E3;
}
</style>