Shades of Ruby #DD1777
Tints of Ruby #DD1777
RGB
CMYK
RGB Variations
Color information
#DD1777 (or 0xDD1777) is known color: Ruby. HEX triplet: DD, 17 and 77. RGB value is (221,23,119). Sum of RGB (Red+Green+Blue) = 221+23+119=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1777 is #22E888. Grayscale: #5C5C5C. Windows color (decimal): -2287753 or 7804893. OLE color: 7804893.
HSL color Cylindrical-coordinate representation of color #DD1777: hue angle of 330.91º 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 #DD1777 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 119 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.13 |
| HSL | 330.91º | 0.81% | 0.48% | - |
| HSV(B) | 330.91º | 0.9% | 0.87% | - |
| XYZ | 33.45 | 17.32 | 19.03 | - |
| YUV | 93.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 119 | 0 | 0.90 | 0.46 | 0.13 | 330.91 | 0.81 | 0.48 |
| Hex | DD | 17 | 77 | 0 | 5A | 2E | D | 14B | 51 | 30 |
| Octal | 335 | 27 | 167 | 0 | 132 | 56 | 15 | 513 | 121 | 60 |
| Binary | 11011101 | 10111 | 1110111 | 0 | 1011010 | 101110 | 1101 | 101001011 | 1010001 | 110000 |
Color Harmonies of #DD1777
Complementary color
Monochromatic Colors of #DD1777
Black with #DD1777
Text Example
Text Example
White with #DD1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1777; }
p { color: rgb(221,23,119); }
H1.HeaderClassName
{
color: #DD1777;
}
.AnyTagClassName
{
color: #DD1777;
}
</style>
background-color css
<style>
a { background-color: #DD1777; }
a { background-color: rgb(221,23,119); }
div.DivClassName
{
background-color: #DD1777;
}
.BgClassName
{
background-color: #DD1777;
}
</style>
border-color css
<style>
span { border-color: #DD1777; }
span { border-color: rgb(221,23,119); }
td.TdClassName
{
border-color: #DD1777;
}
.TagClassName
{
border-color: #DD1777;
}
</style>