Shades of Ruby #DD1552
Tints of Ruby #DD1552
RGB
CMYK
RGB Variations
Color information
#DD1552 (or 0xDD1552) is known color: Ruby. HEX triplet: DD, 15 and 52. RGB value is (221,21,82). Sum of RGB (Red+Green+Blue) = 221+21+82=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1552 is #22EAAD. Grayscale: #575757. Windows color (decimal): -2288302 or 5379549. OLE color: 5379549.
HSL color Cylindrical-coordinate representation of color #DD1552: hue angle of 341.7º 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 #DD1552 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 82 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.13 |
| HSL | 341.7º | 0.83% | 0.47% | - |
| HSV(B) | 341.7º | 0.9% | 0.87% | - |
| XYZ | 31.61 | 16.52 | 9.5 | - |
| YUV | 87.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 82 | 0 | 0.90 | 0.63 | 0.13 | 341.7 | 0.83 | 0.47 |
| Hex | DD | 15 | 52 | 0 | 5A | 3F | D | 156 | 53 | 2F |
| Octal | 335 | 25 | 122 | 0 | 132 | 77 | 15 | 526 | 123 | 57 |
| Binary | 11011101 | 10101 | 1010010 | 0 | 1011010 | 111111 | 1101 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DD1552
Complementary color
Monochromatic Colors of #DD1552
Black with #DD1552
Text Example
Text Example
White with #DD1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1552; }
p { color: rgb(221,21,82); }
H1.HeaderClassName
{
color: #DD1552;
}
.AnyTagClassName
{
color: #DD1552;
}
</style>
background-color css
<style>
a { background-color: #DD1552; }
a { background-color: rgb(221,21,82); }
div.DivClassName
{
background-color: #DD1552;
}
.BgClassName
{
background-color: #DD1552;
}
</style>
border-color css
<style>
span { border-color: #DD1552; }
span { border-color: rgb(221,21,82); }
td.TdClassName
{
border-color: #DD1552;
}
.TagClassName
{
border-color: #DD1552;
}
</style>