Shades of Ruby #DD1854
Tints of Ruby #DD1854
RGB
CMYK
RGB Variations
Color information
#DD1854 (or 0xDD1854) is known color: Ruby. HEX triplet: DD, 18 and 54. RGB value is (221,24,84). Sum of RGB (Red+Green+Blue) = 221+24+84=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1854 is #22E7AB. Grayscale: #595959. Windows color (decimal): -2287532 or 5511389. OLE color: 5511389.
HSL color Cylindrical-coordinate representation of color #DD1854: hue angle of 341.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1854 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 84 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.13 |
| HSL | 341.73º | 0.8% | 0.48% | - |
| HSV(B) | 341.73º | 0.89% | 0.87% | - |
| XYZ | 31.75 | 16.67 | 9.93 | - |
| YUV | 89.74 | 124.77 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 84 | 0 | 0.89 | 0.62 | 0.13 | 341.73 | 0.8 | 0.48 |
| Hex | DD | 18 | 54 | 0 | 59 | 3E | D | 156 | 50 | 30 |
| Octal | 335 | 30 | 124 | 0 | 131 | 76 | 15 | 526 | 120 | 60 |
| Binary | 11011101 | 11000 | 1010100 | 0 | 1011001 | 111110 | 1101 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DD1854
Complementary color
Monochromatic Colors of #DD1854
Black with #DD1854
Text Example
Text Example
White with #DD1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1854; }
p { color: rgb(221,24,84); }
H1.HeaderClassName
{
color: #DD1854;
}
.AnyTagClassName
{
color: #DD1854;
}
</style>
background-color css
<style>
a { background-color: #DD1854; }
a { background-color: rgb(221,24,84); }
div.DivClassName
{
background-color: #DD1854;
}
.BgClassName
{
background-color: #DD1854;
}
</style>
border-color css
<style>
span { border-color: #DD1854; }
span { border-color: rgb(221,24,84); }
td.TdClassName
{
border-color: #DD1854;
}
.TagClassName
{
border-color: #DD1854;
}
</style>