Shades of Ruby #DD0D60
Tints of Ruby #DD0D60
RGB
CMYK
RGB Variations
Color information
#DD0D60 (or 0xDD0D60) is known color: Ruby. HEX triplet: DD, 0D and 60. RGB value is (221,13,96). Sum of RGB (Red+Green+Blue) = 221+13+96=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D60 is #22F29F. Grayscale: #545454. Windows color (decimal): -2290336 or 6295005. OLE color: 6295005.
HSL color Cylindrical-coordinate representation of color #DD0D60: hue angle of 336.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D60 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 96 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.13 |
| HSL | 336.06º | 0.89% | 0.46% | - |
| HSV(B) | 336.06º | 0.94% | 0.87% | - |
| XYZ | 32.07 | 16.5 | 12.56 | - |
| YUV | 84.65 | 134.41 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 96 | 0 | 0.94 | 0.57 | 0.13 | 336.06 | 0.89 | 0.46 |
| Hex | DD | D | 60 | 0 | 5E | 39 | D | 150 | 59 | 2E |
| Octal | 335 | 15 | 140 | 0 | 136 | 71 | 15 | 520 | 131 | 56 |
| Binary | 11011101 | 1101 | 1100000 | 0 | 1011110 | 111001 | 1101 | 101010000 | 1011001 | 101110 |
Color Harmonies of #DD0D60
Complementary color
Monochromatic Colors of #DD0D60
Black with #DD0D60
Text Example
Text Example
White with #DD0D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D60; }
p { color: rgb(221,13,96); }
H1.HeaderClassName
{
color: #DD0D60;
}
.AnyTagClassName
{
color: #DD0D60;
}
</style>
background-color css
<style>
a { background-color: #DD0D60; }
a { background-color: rgb(221,13,96); }
div.DivClassName
{
background-color: #DD0D60;
}
.BgClassName
{
background-color: #DD0D60;
}
</style>
border-color css
<style>
span { border-color: #DD0D60; }
span { border-color: rgb(221,13,96); }
td.TdClassName
{
border-color: #DD0D60;
}
.TagClassName
{
border-color: #DD0D60;
}
</style>