Shades of Ruby #DD056C
Tints of Ruby #DD056C
RGB
CMYK
RGB Variations
Color information
#DD056C (or 0xDD056C) is known color: Ruby. HEX triplet: DD, 05 and 6C. RGB value is (221,5,108). Sum of RGB (Red+Green+Blue) = 221+5+108=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD056C is #22FA93. Grayscale: #515151. Windows color (decimal): -2292372 or 7079389. OLE color: 7079389.
HSL color Cylindrical-coordinate representation of color #DD056C: hue angle of 331.39º 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 #DD056C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 331.39º | 0.96% | 0.44% | - |
| HSV(B) | 331.39º | 0.98% | 0.87% | - |
| XYZ | 32.58 | 16.56 | 15.67 | - |
| YUV | 81.33 | 143.06 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 108 | 0 | 0.98 | 0.51 | 0.13 | 331.39 | 0.96 | 0.44 |
| Hex | DD | 5 | 6C | 0 | 62 | 33 | D | 14B | 60 | 2C |
| Octal | 335 | 5 | 154 | 0 | 142 | 63 | 15 | 513 | 140 | 54 |
| Binary | 11011101 | 101 | 1101100 | 0 | 1100010 | 110011 | 1101 | 101001011 | 1100000 | 101100 |
Color Harmonies of #DD056C
Complementary color
Monochromatic Colors of #DD056C
Black with #DD056C
Text Example
Text Example
White with #DD056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD056C; }
p { color: rgb(221,5,108); }
H1.HeaderClassName
{
color: #DD056C;
}
.AnyTagClassName
{
color: #DD056C;
}
</style>
background-color css
<style>
a { background-color: #DD056C; }
a { background-color: rgb(221,5,108); }
div.DivClassName
{
background-color: #DD056C;
}
.BgClassName
{
background-color: #DD056C;
}
</style>
border-color css
<style>
span { border-color: #DD056C; }
span { border-color: rgb(221,5,108); }
td.TdClassName
{
border-color: #DD056C;
}
.TagClassName
{
border-color: #DD056C;
}
</style>