Shades of Violet #DC84ED
Tints of Violet #DC84ED
RGB
CMYK
RGB Variations
Color information
#DC84ED (or 0xDC84ED) is known color: Violet. HEX triplet: DC, 84 and ED. RGB value is (220,132,237). Sum of RGB (Red+Green+Blue) = 220+132+237=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC84ED is #237B12. Grayscale: #A9A9A9. Windows color (decimal): -2325267 or 15566044. OLE color: 15566044.
HSL color Cylindrical-coordinate representation of color #DC84ED: hue angle of 290.29º degrees, saturation: 0.74, 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 #DC84ED is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 132 | 237 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.07 |
| HSL | 290.29º | 0.74% | 0.72% | - |
| HSV(B) | 290.29º | 0.44% | 0.93% | - |
| XYZ | 53.05 | 37.83 | 84.63 | - |
| YUV | 170.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 237 | 0.07 | 0.44 | 0 | 0.07 | 290.29 | 0.74 | 0.72 |
| Hex | DC | 84 | ED | 7 | 2C | 0 | 7 | 122 | 4A | 48 |
| Octal | 334 | 204 | 355 | 7 | 54 | 0 | 7 | 442 | 112 | 110 |
| Binary | 11011100 | 10000100 | 11101101 | 111 | 101100 | 0 | 111 | 100100010 | 1001010 | 1001000 |
Color Harmonies of #DC84ED
Complementary color
Monochromatic Colors of #DC84ED
Black with #DC84ED
Text Example
Text Example
White with #DC84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC84ED; }
p { color: rgb(220,132,237); }
H1.HeaderClassName
{
color: #DC84ED;
}
.AnyTagClassName
{
color: #DC84ED;
}
</style>
background-color css
<style>
a { background-color: #DC84ED; }
a { background-color: rgb(220,132,237); }
div.DivClassName
{
background-color: #DC84ED;
}
.BgClassName
{
background-color: #DC84ED;
}
</style>
border-color css
<style>
span { border-color: #DC84ED; }
span { border-color: rgb(220,132,237); }
td.TdClassName
{
border-color: #DC84ED;
}
.TagClassName
{
border-color: #DC84ED;
}
</style>