Shades of Ruby #DD1175
Tints of Ruby #DD1175
RGB
CMYK
RGB Variations
Color information
#DD1175 (or 0xDD1175) is known color: Ruby. HEX triplet: DD, 11 and 75. RGB value is (221,17,117). Sum of RGB (Red+Green+Blue) = 221+17+117=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1175 is #22EE8A. Grayscale: #595959. Windows color (decimal): -2289291 or 7672285. OLE color: 7672285.
HSL color Cylindrical-coordinate representation of color #DD1175: hue angle of 330.59º 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 #DD1175 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 117 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.13 |
| HSL | 330.59º | 0.86% | 0.47% | - |
| HSV(B) | 330.59º | 0.92% | 0.87% | - |
| XYZ | 33.23 | 17.06 | 18.37 | - |
| YUV | 89.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 117 | 0 | 0.92 | 0.47 | 0.13 | 330.59 | 0.86 | 0.47 |
| Hex | DD | 11 | 75 | 0 | 5C | 2F | D | 14B | 56 | 2F |
| Octal | 335 | 21 | 165 | 0 | 134 | 57 | 15 | 513 | 126 | 57 |
| Binary | 11011101 | 10001 | 1110101 | 0 | 1011100 | 101111 | 1101 | 101001011 | 1010110 | 101111 |
Color Harmonies of #DD1175
Complementary color
Monochromatic Colors of #DD1175
Black with #DD1175
Text Example
Text Example
White with #DD1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1175; }
p { color: rgb(221,17,117); }
H1.HeaderClassName
{
color: #DD1175;
}
.AnyTagClassName
{
color: #DD1175;
}
</style>
background-color css
<style>
a { background-color: #DD1175; }
a { background-color: rgb(221,17,117); }
div.DivClassName
{
background-color: #DD1175;
}
.BgClassName
{
background-color: #DD1175;
}
</style>
border-color css
<style>
span { border-color: #DD1175; }
span { border-color: rgb(221,17,117); }
td.TdClassName
{
border-color: #DD1175;
}
.TagClassName
{
border-color: #DD1175;
}
</style>