Shades of Ruby #DC0672
Tints of Ruby #DC0672
RGB
CMYK
RGB Variations
Color information
#DC0672 (or 0xDC0672) is known color: Ruby. HEX triplet: DC, 06 and 72. RGB value is (220,6,114). Sum of RGB (Red+Green+Blue) = 220+6+114=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0672 is #23F98D. Grayscale: #525252. Windows color (decimal): -2357646 or 7472860. OLE color: 7472860.
HSL color Cylindrical-coordinate representation of color #DC0672: hue angle of 329.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0672 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.14 |
| HSL | 329.72º | 0.95% | 0.44% | - |
| HSV(B) | 329.72º | 0.97% | 0.86% | - |
| XYZ | 32.62 | 16.56 | 17.4 | - |
| YUV | 82.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 114 | 0 | 0.97 | 0.48 | 0.14 | 329.72 | 0.95 | 0.44 |
| Hex | DC | 6 | 72 | 0 | 61 | 30 | E | 14A | 5F | 2C |
| Octal | 334 | 6 | 162 | 0 | 141 | 60 | 16 | 512 | 137 | 54 |
| Binary | 11011100 | 110 | 1110010 | 0 | 1100001 | 110000 | 1110 | 101001010 | 1011111 | 101100 |
Color Harmonies of #DC0672
Complementary color
Monochromatic Colors of #DC0672
Black with #DC0672
Text Example
Text Example
White with #DC0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0672; }
p { color: rgb(220,6,114); }
H1.HeaderClassName
{
color: #DC0672;
}
.AnyTagClassName
{
color: #DC0672;
}
</style>
background-color css
<style>
a { background-color: #DC0672; }
a { background-color: rgb(220,6,114); }
div.DivClassName
{
background-color: #DC0672;
}
.BgClassName
{
background-color: #DC0672;
}
</style>
border-color css
<style>
span { border-color: #DC0672; }
span { border-color: rgb(220,6,114); }
td.TdClassName
{
border-color: #DC0672;
}
.TagClassName
{
border-color: #DC0672;
}
</style>