Shades of Ruby #DC0372
Tints of Ruby #DC0372
RGB
CMYK
RGB Variations
Color information
#DC0372 (or 0xDC0372) is known color: Ruby. HEX triplet: DC, 03 and 72. RGB value is (220,3,114). Sum of RGB (Red+Green+Blue) = 220+3+114=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0372 is #23FC8D. Grayscale: #505050. Windows color (decimal): -2358414 or 7472092. OLE color: 7472092.
HSL color Cylindrical-coordinate representation of color #DC0372: hue angle of 329.31º degrees, saturation: 0.97, 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 #DC0372 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.14 |
| HSL | 329.31º | 0.97% | 0.44% | - |
| HSV(B) | 329.31º | 0.99% | 0.86% | - |
| XYZ | 32.59 | 16.5 | 17.39 | - |
| YUV | 80.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 114 | 0 | 0.99 | 0.48 | 0.14 | 329.31 | 0.97 | 0.44 |
| Hex | DC | 3 | 72 | 0 | 63 | 30 | E | 149 | 61 | 2C |
| Octal | 334 | 3 | 162 | 0 | 143 | 60 | 16 | 511 | 141 | 54 |
| Binary | 11011100 | 11 | 1110010 | 0 | 1100011 | 110000 | 1110 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DC0372
Complementary color
Monochromatic Colors of #DC0372
Black with #DC0372
Text Example
Text Example
White with #DC0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0372; }
p { color: rgb(220,3,114); }
H1.HeaderClassName
{
color: #DC0372;
}
.AnyTagClassName
{
color: #DC0372;
}
</style>
background-color css
<style>
a { background-color: #DC0372; }
a { background-color: rgb(220,3,114); }
div.DivClassName
{
background-color: #DC0372;
}
.BgClassName
{
background-color: #DC0372;
}
</style>
border-color css
<style>
span { border-color: #DC0372; }
span { border-color: rgb(220,3,114); }
td.TdClassName
{
border-color: #DC0372;
}
.TagClassName
{
border-color: #DC0372;
}
</style>