Shades of Ruby #DD1173
Tints of Ruby #DD1173
RGB
CMYK
RGB Variations
Color information
#DD1173 (or 0xDD1173) is known color: Ruby. HEX triplet: DD, 11 and 73. RGB value is (221,17,115). Sum of RGB (Red+Green+Blue) = 221+17+115=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1173 is #22EE8C. Grayscale: #585858. Windows color (decimal): -2289293 or 7541213. OLE color: 7541213.
HSL color Cylindrical-coordinate representation of color #DD1173: hue angle of 331.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1173 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.13 |
| HSL | 331.18º | 0.86% | 0.47% | - |
| HSV(B) | 331.18º | 0.92% | 0.87% | - |
| XYZ | 33.11 | 17.01 | 17.76 | - |
| YUV | 89.17 | 142.59 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 115 | 0 | 0.92 | 0.48 | 0.13 | 331.18 | 0.86 | 0.47 |
| Hex | DD | 11 | 73 | 0 | 5C | 30 | D | 14B | 56 | 2F |
| Octal | 335 | 21 | 163 | 0 | 134 | 60 | 15 | 513 | 126 | 57 |
| Binary | 11011101 | 10001 | 1110011 | 0 | 1011100 | 110000 | 1101 | 101001011 | 1010110 | 101111 |
Color Harmonies of #DD1173
Complementary color
Monochromatic Colors of #DD1173
Black with #DD1173
Text Example
Text Example
White with #DD1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1173; }
p { color: rgb(221,17,115); }
H1.HeaderClassName
{
color: #DD1173;
}
.AnyTagClassName
{
color: #DD1173;
}
</style>
background-color css
<style>
a { background-color: #DD1173; }
a { background-color: rgb(221,17,115); }
div.DivClassName
{
background-color: #DD1173;
}
.BgClassName
{
background-color: #DD1173;
}
</style>
border-color css
<style>
span { border-color: #DD1173; }
span { border-color: rgb(221,17,115); }
td.TdClassName
{
border-color: #DD1173;
}
.TagClassName
{
border-color: #DD1173;
}
</style>