Shades of Ruby #DD2071
Tints of Ruby #DD2071
RGB
CMYK
RGB Variations
Color information
#DD2071 (or 0xDD2071) is known color: Ruby. HEX triplet: DD, 20 and 71. RGB value is (221,32,113). Sum of RGB (Red+Green+Blue) = 221+32+113=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2071 is #22DF8E. Grayscale: #616161. Windows color (decimal): -2285455 or 7413981. OLE color: 7413981.
HSL color Cylindrical-coordinate representation of color #DD2071: hue angle of 334.29º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2071 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 113 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.13 |
| HSL | 334.29º | 0.75% | 0.5% | - |
| HSV(B) | 334.29º | 0.86% | 0.87% | - |
| XYZ | 33.32 | 17.6 | 17.26 | - |
| YUV | 97.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 113 | 0 | 0.86 | 0.49 | 0.13 | 334.29 | 0.75 | 0.5 |
| Hex | DD | 20 | 71 | 0 | 56 | 31 | D | 14E | 4B | 32 |
| Octal | 335 | 40 | 161 | 0 | 126 | 61 | 15 | 516 | 113 | 62 |
| Binary | 11011101 | 100000 | 1110001 | 0 | 1010110 | 110001 | 1101 | 101001110 | 1001011 | 110010 |
Color Harmonies of #DD2071
Complementary color
Monochromatic Colors of #DD2071
Black with #DD2071
Text Example
Text Example
White with #DD2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2071; }
p { color: rgb(221,32,113); }
H1.HeaderClassName
{
color: #DD2071;
}
.AnyTagClassName
{
color: #DD2071;
}
</style>
background-color css
<style>
a { background-color: #DD2071; }
a { background-color: rgb(221,32,113); }
div.DivClassName
{
background-color: #DD2071;
}
.BgClassName
{
background-color: #DD2071;
}
</style>
border-color css
<style>
span { border-color: #DD2071; }
span { border-color: rgb(221,32,113); }
td.TdClassName
{
border-color: #DD2071;
}
.TagClassName
{
border-color: #DD2071;
}
</style>