Shades of Ruby #DD1761
Tints of Ruby #DD1761
RGB
CMYK
RGB Variations
Color information
#DD1761 (or 0xDD1761) is known color: Ruby. HEX triplet: DD, 17 and 61. RGB value is (221,23,97). Sum of RGB (Red+Green+Blue) = 221+23+97=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1761 is #22E89E. Grayscale: #5A5A5A. Windows color (decimal): -2287775 or 6363101. OLE color: 6363101.
HSL color Cylindrical-coordinate representation of color #DD1761: hue angle of 337.58º 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 #DD1761 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 97 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.13 |
| HSL | 337.58º | 0.81% | 0.48% | - |
| HSV(B) | 337.58º | 0.9% | 0.87% | - |
| XYZ | 32.28 | 16.85 | 12.86 | - |
| YUV | 90.64 | 131.6 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 97 | 0 | 0.90 | 0.56 | 0.13 | 337.58 | 0.81 | 0.48 |
| Hex | DD | 17 | 61 | 0 | 5A | 38 | D | 152 | 51 | 30 |
| Octal | 335 | 27 | 141 | 0 | 132 | 70 | 15 | 522 | 121 | 60 |
| Binary | 11011101 | 10111 | 1100001 | 0 | 1011010 | 111000 | 1101 | 101010010 | 1010001 | 110000 |
Color Harmonies of #DD1761
Complementary color
Monochromatic Colors of #DD1761
Black with #DD1761
Text Example
Text Example
White with #DD1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1761; }
p { color: rgb(221,23,97); }
H1.HeaderClassName
{
color: #DD1761;
}
.AnyTagClassName
{
color: #DD1761;
}
</style>
background-color css
<style>
a { background-color: #DD1761; }
a { background-color: rgb(221,23,97); }
div.DivClassName
{
background-color: #DD1761;
}
.BgClassName
{
background-color: #DD1761;
}
</style>
border-color css
<style>
span { border-color: #DD1761; }
span { border-color: rgb(221,23,97); }
td.TdClassName
{
border-color: #DD1761;
}
.TagClassName
{
border-color: #DD1761;
}
</style>