Shades of Ruby #DD2161
Tints of Ruby #DD2161
RGB
CMYK
RGB Variations
Color information
#DD2161 (or 0xDD2161) is known color: Ruby. HEX triplet: DD, 21 and 61. RGB value is (221,33,97). Sum of RGB (Red+Green+Blue) = 221+33+97=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2161 is #22DE9E. Grayscale: #606060. Windows color (decimal): -2285215 or 6365661. OLE color: 6365661.
HSL color Cylindrical-coordinate representation of color #DD2161: hue angle of 339.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2161 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 97 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.13 |
| HSL | 339.57º | 0.74% | 0.5% | - |
| HSV(B) | 339.57º | 0.85% | 0.87% | - |
| XYZ | 32.52 | 17.32 | 12.94 | - |
| YUV | 96.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 97 | 0 | 0.85 | 0.56 | 0.13 | 339.57 | 0.74 | 0.5 |
| Hex | DD | 21 | 61 | 0 | 55 | 38 | D | 154 | 4A | 32 |
| Octal | 335 | 41 | 141 | 0 | 125 | 70 | 15 | 524 | 112 | 62 |
| Binary | 11011101 | 100001 | 1100001 | 0 | 1010101 | 111000 | 1101 | 101010100 | 1001010 | 110010 |
Color Harmonies of #DD2161
Complementary color
Monochromatic Colors of #DD2161
Black with #DD2161
Text Example
Text Example
White with #DD2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2161; }
p { color: rgb(221,33,97); }
H1.HeaderClassName
{
color: #DD2161;
}
.AnyTagClassName
{
color: #DD2161;
}
</style>
background-color css
<style>
a { background-color: #DD2161; }
a { background-color: rgb(221,33,97); }
div.DivClassName
{
background-color: #DD2161;
}
.BgClassName
{
background-color: #DD2161;
}
</style>
border-color css
<style>
span { border-color: #DD2161; }
span { border-color: rgb(221,33,97); }
td.TdClassName
{
border-color: #DD2161;
}
.TagClassName
{
border-color: #DD2161;
}
</style>