Shades of Ruby #DC0172
Tints of Ruby #DC0172
RGB
CMYK
RGB Variations
Color information
#DC0172 (or 0xDC0172) is known color: Ruby. HEX triplet: DC, 01 and 72. RGB value is (220,1,114). Sum of RGB (Red+Green+Blue) = 220+1+114=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0172 is #23FE8D. Grayscale: #4F4F4F. Windows color (decimal): -2358926 or 7471580. OLE color: 7471580.
HSL color Cylindrical-coordinate representation of color #DC0172: hue angle of 329.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0172 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.14 |
| HSL | 329.04º | 0.99% | 0.43% | - |
| HSV(B) | 329.04º | 1% | 0.86% | - |
| XYZ | 32.56 | 16.45 | 17.38 | - |
| YUV | 79.36 | 147.55 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 114 | 0 | 1.00 | 0.48 | 0.14 | 329.04 | 0.99 | 0.43 |
| Hex | DC | 1 | 72 | 0 | 64 | 30 | E | 149 | 63 | 2B |
| Octal | 334 | 1 | 162 | 0 | 144 | 60 | 16 | 511 | 143 | 53 |
| Binary | 11011100 | 1 | 1110010 | 0 | 1100100 | 110000 | 1110 | 101001001 | 1100011 | 101011 |
Color Harmonies of #DC0172
Complementary color
Monochromatic Colors of #DC0172
Black with #DC0172
Text Example
Text Example
White with #DC0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0172; }
p { color: rgb(220,1,114); }
H1.HeaderClassName
{
color: #DC0172;
}
.AnyTagClassName
{
color: #DC0172;
}
</style>
background-color css
<style>
a { background-color: #DC0172; }
a { background-color: rgb(220,1,114); }
div.DivClassName
{
background-color: #DC0172;
}
.BgClassName
{
background-color: #DC0172;
}
</style>
border-color css
<style>
span { border-color: #DC0172; }
span { border-color: rgb(220,1,114); }
td.TdClassName
{
border-color: #DC0172;
}
.TagClassName
{
border-color: #DC0172;
}
</style>