Shades of Ruby #DD1659
Tints of Ruby #DD1659
RGB
CMYK
RGB Variations
Color information
#DD1659 (or 0xDD1659) is known color: Ruby. HEX triplet: DD, 16 and 59. RGB value is (221,22,89). Sum of RGB (Red+Green+Blue) = 221+22+89=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1659 is #22E9A6. Grayscale: #595959. Windows color (decimal): -2288039 or 5838557. OLE color: 5838557.
HSL color Cylindrical-coordinate representation of color #DD1659: hue angle of 339.8º degrees, saturation: 0.82, 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 #DD1659 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 89 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.13 |
| HSL | 339.8º | 0.82% | 0.48% | - |
| HSV(B) | 339.8º | 0.9% | 0.87% | - |
| XYZ | 31.91 | 16.67 | 10.99 | - |
| YUV | 89.14 | 127.93 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 89 | 0 | 0.90 | 0.60 | 0.13 | 339.8 | 0.82 | 0.48 |
| Hex | DD | 16 | 59 | 0 | 5A | 3C | D | 154 | 52 | 30 |
| Octal | 335 | 26 | 131 | 0 | 132 | 74 | 15 | 524 | 122 | 60 |
| Binary | 11011101 | 10110 | 1011001 | 0 | 1011010 | 111100 | 1101 | 101010100 | 1010010 | 110000 |
Color Harmonies of #DD1659
Complementary color
Monochromatic Colors of #DD1659
Black with #DD1659
Text Example
Text Example
White with #DD1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1659; }
p { color: rgb(221,22,89); }
H1.HeaderClassName
{
color: #DD1659;
}
.AnyTagClassName
{
color: #DD1659;
}
</style>
background-color css
<style>
a { background-color: #DD1659; }
a { background-color: rgb(221,22,89); }
div.DivClassName
{
background-color: #DD1659;
}
.BgClassName
{
background-color: #DD1659;
}
</style>
border-color css
<style>
span { border-color: #DD1659; }
span { border-color: rgb(221,22,89); }
td.TdClassName
{
border-color: #DD1659;
}
.TagClassName
{
border-color: #DD1659;
}
</style>