Shades of Ruby #DD056D
Tints of Ruby #DD056D
RGB
CMYK
RGB Variations
Color information
#DD056D (or 0xDD056D) is known color: Ruby. HEX triplet: DD, 05 and 6D. RGB value is (221,5,109). Sum of RGB (Red+Green+Blue) = 221+5+109=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD056D is #22FA92. Grayscale: #515151. Windows color (decimal): -2292371 or 7144925. OLE color: 7144925.
HSL color Cylindrical-coordinate representation of color #DD056D: hue angle of 331.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD056D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 331.11º | 0.96% | 0.44% | - |
| HSV(B) | 331.11º | 0.98% | 0.87% | - |
| XYZ | 32.63 | 16.58 | 15.95 | - |
| YUV | 81.44 | 143.56 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 109 | 0 | 0.98 | 0.51 | 0.13 | 331.11 | 0.96 | 0.44 |
| Hex | DD | 5 | 6D | 0 | 62 | 33 | D | 14B | 60 | 2C |
| Octal | 335 | 5 | 155 | 0 | 142 | 63 | 15 | 513 | 140 | 54 |
| Binary | 11011101 | 101 | 1101101 | 0 | 1100010 | 110011 | 1101 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DD056D
Complementary color
Monochromatic Colors of #DD056D
Black with #DD056D
Text Example
Text Example
White with #DD056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD056D; }
p { color: rgb(221,5,109); }
H1.HeaderClassName
{
color: #DD056D;
}
.AnyTagClassName
{
color: #DD056D;
}
</style>
background-color css
<style>
a { background-color: #DD056D; }
a { background-color: rgb(221,5,109); }
div.DivClassName
{
background-color: #DD056D;
}
.BgClassName
{
background-color: #DD056D;
}
</style>
border-color css
<style>
span { border-color: #DD056D; }
span { border-color: rgb(221,5,109); }
td.TdClassName
{
border-color: #DD056D;
}
.TagClassName
{
border-color: #DD056D;
}
</style>