Shades of Violet #DC84E7
Tints of Violet #DC84E7
RGB
CMYK
RGB Variations
Color information
#DC84E7 (or 0xDC84E7) is known color: Violet. HEX triplet: DC, 84 and E7. RGB value is (220,132,231). Sum of RGB (Red+Green+Blue) = 220+132+231=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC84E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84E7 is #237B18. Grayscale: #A9A9A9. Windows color (decimal): -2325273 or 15172828. OLE color: 15172828.
HSL color Cylindrical-coordinate representation of color #DC84E7: hue angle of 293.33º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC84E7 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 132 | 231 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.09 |
| HSL | 293.33º | 0.67% | 0.71% | - |
| HSV(B) | 293.33º | 0.43% | 0.91% | - |
| XYZ | 52.19 | 37.49 | 80.09 | - |
| YUV | 169.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 231 | 0.05 | 0.43 | 0 | 0.09 | 293.33 | 0.67 | 0.71 |
| Hex | DC | 84 | E7 | 5 | 2B | 0 | 9 | 125 | 43 | 47 |
| Octal | 334 | 204 | 347 | 5 | 53 | 0 | 11 | 445 | 103 | 107 |
| Binary | 11011100 | 10000100 | 11100111 | 101 | 101011 | 0 | 1001 | 100100101 | 1000011 | 1000111 |
Color Harmonies of #DC84E7
Complementary color
Monochromatic Colors of #DC84E7
Black with #DC84E7
Text Example
Text Example
White with #DC84E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84E7; }
p { color: rgb(220,132,231); }
H1.HeaderClassName
{
color: #DC84E7;
}
.AnyTagClassName
{
color: #DC84E7;
}
</style>
background-color css
<style>
a { background-color: #DC84E7; }
a { background-color: rgb(220,132,231); }
div.DivClassName
{
background-color: #DC84E7;
}
.BgClassName
{
background-color: #DC84E7;
}
</style>
border-color css
<style>
span { border-color: #DC84E7; }
span { border-color: rgb(220,132,231); }
td.TdClassName
{
border-color: #DC84E7;
}
.TagClassName
{
border-color: #DC84E7;
}
</style>