Shades of Medium Violet Red #DC0284
Tints of Medium Violet Red #DC0284
RGB
CMYK
RGB Variations
Color information
#DC0284 (or 0xDC0284) is known color: Medium Violet Red. HEX triplet: DC, 02 and 84. RGB value is (220,2,132). Sum of RGB (Red+Green+Blue) = 220+2+132=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0284 is #23FD7B. Grayscale: #515151. Windows color (decimal): -2358652 or 8651484. OLE color: 8651484.
HSL color Cylindrical-coordinate representation of color #DC0284: hue angle of 324.22º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0284 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.14 |
| HSL | 324.22º | 0.98% | 0.44% | - |
| HSV(B) | 324.22º | 0.99% | 0.86% | - |
| XYZ | 33.7 | 16.93 | 23.32 | - |
| YUV | 82 | 156.22 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 132 | 0 | 0.99 | 0.40 | 0.14 | 324.22 | 0.98 | 0.44 |
| Hex | DC | 2 | 84 | 0 | 63 | 28 | E | 144 | 62 | 2C |
| Octal | 334 | 2 | 204 | 0 | 143 | 50 | 16 | 504 | 142 | 54 |
| Binary | 11011100 | 10 | 10000100 | 0 | 1100011 | 101000 | 1110 | 101000100 | 1100010 | 101100 |
Color Harmonies of #DC0284
Complementary color
Monochromatic Colors of #DC0284
Black with #DC0284
Text Example
Text Example
White with #DC0284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0284; }
p { color: rgb(220,2,132); }
H1.HeaderClassName
{
color: #DC0284;
}
.AnyTagClassName
{
color: #DC0284;
}
</style>
background-color css
<style>
a { background-color: #DC0284; }
a { background-color: rgb(220,2,132); }
div.DivClassName
{
background-color: #DC0284;
}
.BgClassName
{
background-color: #DC0284;
}
</style>
border-color css
<style>
span { border-color: #DC0284; }
span { border-color: rgb(220,2,132); }
td.TdClassName
{
border-color: #DC0284;
}
.TagClassName
{
border-color: #DC0284;
}
</style>