Shades of Ruby #DD1261
Tints of Ruby #DD1261
RGB
CMYK
RGB Variations
Color information
#DD1261 (or 0xDD1261) is known color: Ruby. HEX triplet: DD, 12 and 61. RGB value is (221,18,97). Sum of RGB (Red+Green+Blue) = 221+18+97=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1261 is #22ED9E. Grayscale: #575757. Windows color (decimal): -2289055 or 6361821. OLE color: 6361821.
HSL color Cylindrical-coordinate representation of color #DD1261: hue angle of 336.65º 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 #DD1261 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.13 |
| HSL | 336.65º | 0.85% | 0.47% | - |
| HSV(B) | 336.65º | 0.92% | 0.87% | - |
| XYZ | 32.19 | 16.67 | 12.83 | - |
| YUV | 87.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 97 | 0 | 0.92 | 0.56 | 0.13 | 336.65 | 0.85 | 0.47 |
| Hex | DD | 12 | 61 | 0 | 5C | 38 | D | 151 | 55 | 2F |
| Octal | 335 | 22 | 141 | 0 | 134 | 70 | 15 | 521 | 125 | 57 |
| Binary | 11011101 | 10010 | 1100001 | 0 | 1011100 | 111000 | 1101 | 101010001 | 1010101 | 101111 |
Color Harmonies of #DD1261
Complementary color
Monochromatic Colors of #DD1261
Black with #DD1261
Text Example
Text Example
White with #DD1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1261; }
p { color: rgb(221,18,97); }
H1.HeaderClassName
{
color: #DD1261;
}
.AnyTagClassName
{
color: #DD1261;
}
</style>
background-color css
<style>
a { background-color: #DD1261; }
a { background-color: rgb(221,18,97); }
div.DivClassName
{
background-color: #DD1261;
}
.BgClassName
{
background-color: #DD1261;
}
</style>
border-color css
<style>
span { border-color: #DD1261; }
span { border-color: rgb(221,18,97); }
td.TdClassName
{
border-color: #DD1261;
}
.TagClassName
{
border-color: #DD1261;
}
</style>