Shades of Ruby #DD1554
Tints of Ruby #DD1554
RGB
CMYK
RGB Variations
Color information
#DD1554 (or 0xDD1554) is known color: Ruby. HEX triplet: DD, 15 and 54. RGB value is (221,21,84). Sum of RGB (Red+Green+Blue) = 221+21+84=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1554 is #22EAAB. Grayscale: #575757. Windows color (decimal): -2288300 or 5510621. OLE color: 5510621.
HSL color Cylindrical-coordinate representation of color #DD1554: hue angle of 341.1º 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 #DD1554 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.1º | 0.83% | 0.47% | - |
| HSV(B) | 341.1º | 0.9% | 0.87% | - |
| XYZ | 31.69 | 16.55 | 9.91 | - |
| YUV | 87.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 84 | 0 | 0.90 | 0.62 | 0.13 | 341.1 | 0.83 | 0.47 |
| Hex | DD | 15 | 54 | 0 | 5A | 3E | D | 155 | 53 | 2F |
| Octal | 335 | 25 | 124 | 0 | 132 | 76 | 15 | 525 | 123 | 57 |
| Binary | 11011101 | 10101 | 1010100 | 0 | 1011010 | 111110 | 1101 | 101010101 | 1010011 | 101111 |
Color Harmonies of #DD1554
Complementary color
Monochromatic Colors of #DD1554
Black with #DD1554
Text Example
Text Example
White with #DD1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1554; }
p { color: rgb(221,21,84); }
H1.HeaderClassName
{
color: #DD1554;
}
.AnyTagClassName
{
color: #DD1554;
}
</style>
background-color css
<style>
a { background-color: #DD1554; }
a { background-color: rgb(221,21,84); }
div.DivClassName
{
background-color: #DD1554;
}
.BgClassName
{
background-color: #DD1554;
}
</style>
border-color css
<style>
span { border-color: #DD1554; }
span { border-color: rgb(221,21,84); }
td.TdClassName
{
border-color: #DD1554;
}
.TagClassName
{
border-color: #DD1554;
}
</style>