Shades of Ruby #DD1561
Tints of Ruby #DD1561
RGB
CMYK
RGB Variations
Color information
#DD1561 (or 0xDD1561) is known color: Ruby. HEX triplet: DD, 15 and 61. RGB value is (221,21,97). Sum of RGB (Red+Green+Blue) = 221+21+97=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1561 is #22EA9E. Grayscale: #595959. Windows color (decimal): -2288287 or 6362589. OLE color: 6362589.
HSL color Cylindrical-coordinate representation of color #DD1561: hue angle of 337.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1561 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.13 |
| HSL | 337.2º | 0.83% | 0.47% | - |
| HSV(B) | 337.2º | 0.9% | 0.87% | - |
| XYZ | 32.24 | 16.77 | 12.85 | - |
| YUV | 89.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 97 | 0 | 0.90 | 0.56 | 0.13 | 337.2 | 0.83 | 0.47 |
| Hex | DD | 15 | 61 | 0 | 5A | 38 | D | 151 | 53 | 2F |
| Octal | 335 | 25 | 141 | 0 | 132 | 70 | 15 | 521 | 123 | 57 |
| Binary | 11011101 | 10101 | 1100001 | 0 | 1011010 | 111000 | 1101 | 101010001 | 1010011 | 101111 |
Color Harmonies of #DD1561
Complementary color
Monochromatic Colors of #DD1561
Black with #DD1561
Text Example
Text Example
White with #DD1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1561; }
p { color: rgb(221,21,97); }
H1.HeaderClassName
{
color: #DD1561;
}
.AnyTagClassName
{
color: #DD1561;
}
</style>
background-color css
<style>
a { background-color: #DD1561; }
a { background-color: rgb(221,21,97); }
div.DivClassName
{
background-color: #DD1561;
}
.BgClassName
{
background-color: #DD1561;
}
</style>
border-color css
<style>
span { border-color: #DD1561; }
span { border-color: rgb(221,21,97); }
td.TdClassName
{
border-color: #DD1561;
}
.TagClassName
{
border-color: #DD1561;
}
</style>