Shades of Violet #DC84EC
Tints of Violet #DC84EC
RGB
CMYK
RGB Variations
Color information
#DC84EC (or 0xDC84EC) is known color: Violet. HEX triplet: DC, 84 and EC. RGB value is (220,132,236). Sum of RGB (Red+Green+Blue) = 220+132+236=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC84EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84EC is #237B13. Grayscale: #A9A9A9. Windows color (decimal): -2325268 or 15500508. OLE color: 15500508.
HSL color Cylindrical-coordinate representation of color #DC84EC: hue angle of 290.77º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC84EC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 132 | 236 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.07 |
| HSL | 290.77º | 0.73% | 0.72% | - |
| HSV(B) | 290.77º | 0.44% | 0.93% | - |
| XYZ | 52.91 | 37.77 | 83.86 | - |
| YUV | 170.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 236 | 0.07 | 0.44 | 0 | 0.07 | 290.77 | 0.73 | 0.72 |
| Hex | DC | 84 | EC | 7 | 2C | 0 | 7 | 123 | 49 | 48 |
| Octal | 334 | 204 | 354 | 7 | 54 | 0 | 7 | 443 | 111 | 110 |
| Binary | 11011100 | 10000100 | 11101100 | 111 | 101100 | 0 | 111 | 100100011 | 1001001 | 1001000 |
Color Harmonies of #DC84EC
Complementary color
Monochromatic Colors of #DC84EC
Black with #DC84EC
Text Example
Text Example
White with #DC84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84EC; }
p { color: rgb(220,132,236); }
H1.HeaderClassName
{
color: #DC84EC;
}
.AnyTagClassName
{
color: #DC84EC;
}
</style>
background-color css
<style>
a { background-color: #DC84EC; }
a { background-color: rgb(220,132,236); }
div.DivClassName
{
background-color: #DC84EC;
}
.BgClassName
{
background-color: #DC84EC;
}
</style>
border-color css
<style>
span { border-color: #DC84EC; }
span { border-color: rgb(220,132,236); }
td.TdClassName
{
border-color: #DC84EC;
}
.TagClassName
{
border-color: #DC84EC;
}
</style>