Shades of Ruby #DD1165
Tints of Ruby #DD1165
RGB
CMYK
RGB Variations
Color information
#DD1165 (or 0xDD1165) is known color: Ruby. HEX triplet: DD, 11 and 65. RGB value is (221,17,101). Sum of RGB (Red+Green+Blue) = 221+17+101=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1165 is #22EE9A. Grayscale: #575757. Windows color (decimal): -2289307 or 6623709. OLE color: 6623709.
HSL color Cylindrical-coordinate representation of color #DD1165: hue angle of 335.29º 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 #DD1165 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.13 |
| HSL | 335.29º | 0.86% | 0.47% | - |
| HSV(B) | 335.29º | 0.92% | 0.87% | - |
| XYZ | 32.37 | 16.71 | 13.83 | - |
| YUV | 87.57 | 135.59 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 101 | 0 | 0.92 | 0.54 | 0.13 | 335.29 | 0.86 | 0.47 |
| Hex | DD | 11 | 65 | 0 | 5C | 36 | D | 14F | 56 | 2F |
| Octal | 335 | 21 | 145 | 0 | 134 | 66 | 15 | 517 | 126 | 57 |
| Binary | 11011101 | 10001 | 1100101 | 0 | 1011100 | 110110 | 1101 | 101001111 | 1010110 | 101111 |
Color Harmonies of #DD1165
Complementary color
Monochromatic Colors of #DD1165
Black with #DD1165
Text Example
Text Example
White with #DD1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1165; }
p { color: rgb(221,17,101); }
H1.HeaderClassName
{
color: #DD1165;
}
.AnyTagClassName
{
color: #DD1165;
}
</style>
background-color css
<style>
a { background-color: #DD1165; }
a { background-color: rgb(221,17,101); }
div.DivClassName
{
background-color: #DD1165;
}
.BgClassName
{
background-color: #DD1165;
}
</style>
border-color css
<style>
span { border-color: #DD1165; }
span { border-color: rgb(221,17,101); }
td.TdClassName
{
border-color: #DD1165;
}
.TagClassName
{
border-color: #DD1165;
}
</style>