Shades of Ruby #DD0571
Tints of Ruby #DD0571
RGB
CMYK
RGB Variations
Color information
#DD0571 (or 0xDD0571) is known color: Ruby. HEX triplet: DD, 05 and 71. RGB value is (221,5,113). Sum of RGB (Red+Green+Blue) = 221+5+113=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0571 is #22FA8E. Grayscale: #515151. Windows color (decimal): -2292367 or 7407069. OLE color: 7407069.
HSL color Cylindrical-coordinate representation of color #DD0571: hue angle of 330º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0571 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.13 |
| HSL | 330º | 0.96% | 0.44% | - |
| HSV(B) | 330º | 0.98% | 0.87% | - |
| XYZ | 32.85 | 16.67 | 17.11 | - |
| YUV | 81.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 113 | 0 | 0.98 | 0.49 | 0.13 | 330 | 0.96 | 0.44 |
| Hex | DD | 5 | 71 | 0 | 62 | 31 | D | 14A | 60 | 2C |
| Octal | 335 | 5 | 161 | 0 | 142 | 61 | 15 | 512 | 140 | 54 |
| Binary | 11011101 | 101 | 1110001 | 0 | 1100010 | 110001 | 1101 | 101001010 | 1100000 | 101100 |
Color Harmonies of #DD0571
Complementary color
Monochromatic Colors of #DD0571
Black with #DD0571
Text Example
Text Example
White with #DD0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0571; }
p { color: rgb(221,5,113); }
H1.HeaderClassName
{
color: #DD0571;
}
.AnyTagClassName
{
color: #DD0571;
}
</style>
background-color css
<style>
a { background-color: #DD0571; }
a { background-color: rgb(221,5,113); }
div.DivClassName
{
background-color: #DD0571;
}
.BgClassName
{
background-color: #DD0571;
}
</style>
border-color css
<style>
span { border-color: #DD0571; }
span { border-color: rgb(221,5,113); }
td.TdClassName
{
border-color: #DD0571;
}
.TagClassName
{
border-color: #DD0571;
}
</style>