Shades of Ruby #DD1164
Tints of Ruby #DD1164
RGB
CMYK
RGB Variations
Color information
#DD1164 (or 0xDD1164) is known color: Ruby. HEX triplet: DD, 11 and 64. RGB value is (221,17,100). Sum of RGB (Red+Green+Blue) = 221+17+100=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1164 is #22EE9B. Grayscale: #575757. Windows color (decimal): -2289308 or 6558173. OLE color: 6558173.
HSL color Cylindrical-coordinate representation of color #DD1164: hue angle of 335.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 #DD1164 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 100 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.13 |
| HSL | 335.59º | 0.86% | 0.47% | - |
| HSV(B) | 335.59º | 0.92% | 0.87% | - |
| XYZ | 32.32 | 16.69 | 13.58 | - |
| YUV | 87.46 | 135.09 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 100 | 0 | 0.92 | 0.55 | 0.13 | 335.59 | 0.86 | 0.47 |
| Hex | DD | 11 | 64 | 0 | 5C | 37 | D | 150 | 56 | 2F |
| Octal | 335 | 21 | 144 | 0 | 134 | 67 | 15 | 520 | 126 | 57 |
| Binary | 11011101 | 10001 | 1100100 | 0 | 1011100 | 110111 | 1101 | 101010000 | 1010110 | 101111 |
Color Harmonies of #DD1164
Complementary color
Monochromatic Colors of #DD1164
Black with #DD1164
Text Example
Text Example
White with #DD1164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1164; }
p { color: rgb(221,17,100); }
H1.HeaderClassName
{
color: #DD1164;
}
.AnyTagClassName
{
color: #DD1164;
}
</style>
background-color css
<style>
a { background-color: #DD1164; }
a { background-color: rgb(221,17,100); }
div.DivClassName
{
background-color: #DD1164;
}
.BgClassName
{
background-color: #DD1164;
}
</style>
border-color css
<style>
span { border-color: #DD1164; }
span { border-color: rgb(221,17,100); }
td.TdClassName
{
border-color: #DD1164;
}
.TagClassName
{
border-color: #DD1164;
}
</style>