Shades of Ruby #DD1771
Tints of Ruby #DD1771
RGB
CMYK
RGB Variations
Color information
#DD1771 (or 0xDD1771) is known color: Ruby. HEX triplet: DD, 17 and 71. RGB value is (221,23,113). Sum of RGB (Red+Green+Blue) = 221+23+113=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1771 is #22E88E. Grayscale: #5C5C5C. Windows color (decimal): -2287759 or 7411677. OLE color: 7411677.
HSL color Cylindrical-coordinate representation of color #DD1771: hue angle of 332.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1771 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.13 |
| HSL | 332.73º | 0.81% | 0.48% | - |
| HSV(B) | 332.73º | 0.9% | 0.87% | - |
| XYZ | 33.11 | 17.18 | 17.19 | - |
| YUV | 92.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 113 | 0 | 0.90 | 0.49 | 0.13 | 332.73 | 0.81 | 0.48 |
| Hex | DD | 17 | 71 | 0 | 5A | 31 | D | 14D | 51 | 30 |
| Octal | 335 | 27 | 161 | 0 | 132 | 61 | 15 | 515 | 121 | 60 |
| Binary | 11011101 | 10111 | 1110001 | 0 | 1011010 | 110001 | 1101 | 101001101 | 1010001 | 110000 |
Color Harmonies of #DD1771
Complementary color
Monochromatic Colors of #DD1771
Black with #DD1771
Text Example
Text Example
White with #DD1771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1771; }
p { color: rgb(221,23,113); }
H1.HeaderClassName
{
color: #DD1771;
}
.AnyTagClassName
{
color: #DD1771;
}
</style>
background-color css
<style>
a { background-color: #DD1771; }
a { background-color: rgb(221,23,113); }
div.DivClassName
{
background-color: #DD1771;
}
.BgClassName
{
background-color: #DD1771;
}
</style>
border-color css
<style>
span { border-color: #DD1771; }
span { border-color: rgb(221,23,113); }
td.TdClassName
{
border-color: #DD1771;
}
.TagClassName
{
border-color: #DD1771;
}
</style>