Shades of Violet #DC84E4
Tints of Violet #DC84E4
RGB
CMYK
RGB Variations
Color information
#DC84E4 (or 0xDC84E4) is known color: Violet. HEX triplet: DC, 84 and E4. RGB value is (220,132,228). Sum of RGB (Red+Green+Blue) = 220+132+228=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC84E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84E4 is #237B1B. Grayscale: #A8A8A8. Windows color (decimal): -2325276 or 14976220. OLE color: 14976220.
HSL color Cylindrical-coordinate representation of color #DC84E4: hue angle of 295º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC84E4 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 132 | 228 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.11 |
| HSL | 295º | 0.64% | 0.71% | - |
| HSV(B) | 295º | 0.42% | 0.89% | - |
| XYZ | 51.77 | 37.32 | 77.87 | - |
| YUV | 169.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 228 | 0.04 | 0.42 | 0 | 0.11 | 295 | 0.64 | 0.71 |
| Hex | DC | 84 | E4 | 4 | 2A | 0 | B | 127 | 40 | 47 |
| Octal | 334 | 204 | 344 | 4 | 52 | 0 | 13 | 447 | 100 | 107 |
| Binary | 11011100 | 10000100 | 11100100 | 100 | 101010 | 0 | 1011 | 100100111 | 1000000 | 1000111 |
Color Harmonies of #DC84E4
Complementary color
Monochromatic Colors of #DC84E4
Black with #DC84E4
Text Example
Text Example
White with #DC84E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84E4; }
p { color: rgb(220,132,228); }
H1.HeaderClassName
{
color: #DC84E4;
}
.AnyTagClassName
{
color: #DC84E4;
}
</style>
background-color css
<style>
a { background-color: #DC84E4; }
a { background-color: rgb(220,132,228); }
div.DivClassName
{
background-color: #DC84E4;
}
.BgClassName
{
background-color: #DC84E4;
}
</style>
border-color css
<style>
span { border-color: #DC84E4; }
span { border-color: rgb(220,132,228); }
td.TdClassName
{
border-color: #DC84E4;
}
.TagClassName
{
border-color: #DC84E4;
}
</style>