Shades of Ruby #DD1056
Tints of Ruby #DD1056
RGB
CMYK
RGB Variations
Color information
#DD1056 (or 0xDD1056) is known color: Ruby. HEX triplet: DD, 10 and 56. RGB value is (221,16,86). Sum of RGB (Red+Green+Blue) = 221+16+86=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1056 is #22EFA9. Grayscale: #555555. Windows color (decimal): -2289578 or 5640413. OLE color: 5640413.
HSL color Cylindrical-coordinate representation of color #DD1056: hue angle of 339.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1056 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.51º | 0.86% | 0.46% | - |
| HSV(B) | 339.51º | 0.93% | 0.87% | - |
| XYZ | 31.68 | 16.41 | 10.3 | - |
| YUV | 85.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 86 | 0 | 0.93 | 0.61 | 0.13 | 339.51 | 0.86 | 0.46 |
| Hex | DD | 10 | 56 | 0 | 5D | 3D | D | 154 | 56 | 2E |
| Octal | 335 | 20 | 126 | 0 | 135 | 75 | 15 | 524 | 126 | 56 |
| Binary | 11011101 | 10000 | 1010110 | 0 | 1011101 | 111101 | 1101 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DD1056
Complementary color
Monochromatic Colors of #DD1056
Black with #DD1056
Text Example
Text Example
White with #DD1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1056; }
p { color: rgb(221,16,86); }
H1.HeaderClassName
{
color: #DD1056;
}
.AnyTagClassName
{
color: #DD1056;
}
</style>
background-color css
<style>
a { background-color: #DD1056; }
a { background-color: rgb(221,16,86); }
div.DivClassName
{
background-color: #DD1056;
}
.BgClassName
{
background-color: #DD1056;
}
</style>
border-color css
<style>
span { border-color: #DD1056; }
span { border-color: rgb(221,16,86); }
td.TdClassName
{
border-color: #DD1056;
}
.TagClassName
{
border-color: #DD1056;
}
</style>