Shades of Ruby #DC0472
Tints of Ruby #DC0472
RGB
CMYK
RGB Variations
Color information
#DC0472 (or 0xDC0472) is known color: Ruby. HEX triplet: DC, 04 and 72. RGB value is (220,4,114). Sum of RGB (Red+Green+Blue) = 220+4+114=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0472 is #23FB8D. Grayscale: #505050. Windows color (decimal): -2358158 or 7472348. OLE color: 7472348.
HSL color Cylindrical-coordinate representation of color #DC0472: hue angle of 329.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0472 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.14 |
| HSL | 329.44º | 0.96% | 0.44% | - |
| HSV(B) | 329.44º | 0.98% | 0.86% | - |
| XYZ | 32.6 | 16.52 | 17.39 | - |
| YUV | 81.12 | 146.56 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 114 | 0 | 0.98 | 0.48 | 0.14 | 329.44 | 0.96 | 0.44 |
| Hex | DC | 4 | 72 | 0 | 62 | 30 | E | 149 | 60 | 2C |
| Octal | 334 | 4 | 162 | 0 | 142 | 60 | 16 | 511 | 140 | 54 |
| Binary | 11011100 | 100 | 1110010 | 0 | 1100010 | 110000 | 1110 | 101001001 | 1100000 | 101100 |
Color Harmonies of #DC0472
Complementary color
Monochromatic Colors of #DC0472
Black with #DC0472
Text Example
Text Example
White with #DC0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0472; }
p { color: rgb(220,4,114); }
H1.HeaderClassName
{
color: #DC0472;
}
.AnyTagClassName
{
color: #DC0472;
}
</style>
background-color css
<style>
a { background-color: #DC0472; }
a { background-color: rgb(220,4,114); }
div.DivClassName
{
background-color: #DC0472;
}
.BgClassName
{
background-color: #DC0472;
}
</style>
border-color css
<style>
span { border-color: #DC0472; }
span { border-color: rgb(220,4,114); }
td.TdClassName
{
border-color: #DC0472;
}
.TagClassName
{
border-color: #DC0472;
}
</style>