Shades of Ruby #DC1772
Tints of Ruby #DC1772
RGB
CMYK
RGB Variations
Color information
#DC1772 (or 0xDC1772) is known color: Ruby. HEX triplet: DC, 17 and 72. RGB value is (220,23,114). Sum of RGB (Red+Green+Blue) = 220+23+114=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1772 is #23E88D. Grayscale: #5C5C5C. Windows color (decimal): -2353294 or 7477212. OLE color: 7477212.
HSL color Cylindrical-coordinate representation of color #DC1772: hue angle of 332.28º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1772 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.14 |
| HSL | 332.28º | 0.81% | 0.48% | - |
| HSV(B) | 332.28º | 0.9% | 0.86% | - |
| XYZ | 32.86 | 17.04 | 17.48 | - |
| YUV | 92.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 114 | 0 | 0.90 | 0.48 | 0.14 | 332.28 | 0.81 | 0.48 |
| Hex | DC | 17 | 72 | 0 | 5A | 30 | E | 14C | 51 | 30 |
| Octal | 334 | 27 | 162 | 0 | 132 | 60 | 16 | 514 | 121 | 60 |
| Binary | 11011100 | 10111 | 1110010 | 0 | 1011010 | 110000 | 1110 | 101001100 | 1010001 | 110000 |
Color Harmonies of #DC1772
Complementary color
Monochromatic Colors of #DC1772
Black with #DC1772
Text Example
Text Example
White with #DC1772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1772; }
p { color: rgb(220,23,114); }
H1.HeaderClassName
{
color: #DC1772;
}
.AnyTagClassName
{
color: #DC1772;
}
</style>
background-color css
<style>
a { background-color: #DC1772; }
a { background-color: rgb(220,23,114); }
div.DivClassName
{
background-color: #DC1772;
}
.BgClassName
{
background-color: #DC1772;
}
</style>
border-color css
<style>
span { border-color: #DC1772; }
span { border-color: rgb(220,23,114); }
td.TdClassName
{
border-color: #DC1772;
}
.TagClassName
{
border-color: #DC1772;
}
</style>