Shades of Ruby #DD1260
Tints of Ruby #DD1260
RGB
CMYK
RGB Variations
Color information
#DD1260 (or 0xDD1260) is known color: Ruby. HEX triplet: DD, 12 and 60. RGB value is (221,18,96). Sum of RGB (Red+Green+Blue) = 221+18+96=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1260 is #22ED9F. Grayscale: #575757. Windows color (decimal): -2289056 or 6296285. OLE color: 6296285.
HSL color Cylindrical-coordinate representation of color #DD1260: hue angle of 336.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1260 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.13 |
| HSL | 336.95º | 0.85% | 0.47% | - |
| HSV(B) | 336.95º | 0.92% | 0.87% | - |
| XYZ | 32.15 | 16.65 | 12.59 | - |
| YUV | 87.59 | 132.75 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 96 | 0 | 0.92 | 0.57 | 0.13 | 336.95 | 0.85 | 0.47 |
| Hex | DD | 12 | 60 | 0 | 5C | 39 | D | 151 | 55 | 2F |
| Octal | 335 | 22 | 140 | 0 | 134 | 71 | 15 | 521 | 125 | 57 |
| Binary | 11011101 | 10010 | 1100000 | 0 | 1011100 | 111001 | 1101 | 101010001 | 1010101 | 101111 |
Color Harmonies of #DD1260
Complementary color
Monochromatic Colors of #DD1260
Black with #DD1260
Text Example
Text Example
White with #DD1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1260; }
p { color: rgb(221,18,96); }
H1.HeaderClassName
{
color: #DD1260;
}
.AnyTagClassName
{
color: #DD1260;
}
</style>
background-color css
<style>
a { background-color: #DD1260; }
a { background-color: rgb(221,18,96); }
div.DivClassName
{
background-color: #DD1260;
}
.BgClassName
{
background-color: #DD1260;
}
</style>
border-color css
<style>
span { border-color: #DD1260; }
span { border-color: rgb(221,18,96); }
td.TdClassName
{
border-color: #DD1260;
}
.TagClassName
{
border-color: #DD1260;
}
</style>