Shades of Violet #DC80ED
Tints of Violet #DC80ED
RGB
CMYK
RGB Variations
Color information
#DC80ED (or 0xDC80ED) is known color: Violet. HEX triplet: DC, 80 and ED. RGB value is (220,128,237). Sum of RGB (Red+Green+Blue) = 220+128+237=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80ED is #237F12. Grayscale: #A7A7A7. Windows color (decimal): -2326291 or 15565020. OLE color: 15565020.
HSL color Cylindrical-coordinate representation of color #DC80ED: hue angle of 290.64º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC80ED is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 128 | 237 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 290.64º | 0.75% | 0.72% | - |
| HSV(B) | 290.64º | 0.46% | 0.93% | - |
| XYZ | 52.52 | 36.77 | 84.45 | - |
| YUV | 167.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 237 | 0.07 | 0.46 | 0 | 0.07 | 290.64 | 0.75 | 0.72 |
| Hex | DC | 80 | ED | 7 | 2E | 0 | 7 | 123 | 4B | 48 |
| Octal | 334 | 200 | 355 | 7 | 56 | 0 | 7 | 443 | 113 | 110 |
| Binary | 11011100 | 10000000 | 11101101 | 111 | 101110 | 0 | 111 | 100100011 | 1001011 | 1001000 |
Color Harmonies of #DC80ED
Complementary color
Monochromatic Colors of #DC80ED
Black with #DC80ED
Text Example
Text Example
White with #DC80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80ED; }
p { color: rgb(220,128,237); }
H1.HeaderClassName
{
color: #DC80ED;
}
.AnyTagClassName
{
color: #DC80ED;
}
</style>
background-color css
<style>
a { background-color: #DC80ED; }
a { background-color: rgb(220,128,237); }
div.DivClassName
{
background-color: #DC80ED;
}
.BgClassName
{
background-color: #DC80ED;
}
</style>
border-color css
<style>
span { border-color: #DC80ED; }
span { border-color: rgb(220,128,237); }
td.TdClassName
{
border-color: #DC80ED;
}
.TagClassName
{
border-color: #DC80ED;
}
</style>