Shades of Ruby #DD1666
Tints of Ruby #DD1666
RGB
CMYK
RGB Variations
Color information
#DD1666 (or 0xDD1666) is known color: Ruby. HEX triplet: DD, 16 and 66. RGB value is (221,22,102). Sum of RGB (Red+Green+Blue) = 221+22+102=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1666 is #22E999. Grayscale: #5A5A5A. Windows color (decimal): -2288026 or 6690525. OLE color: 6690525.
HSL color Cylindrical-coordinate representation of color #DD1666: hue angle of 335.88º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1666 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 102 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.13 |
| HSL | 335.88º | 0.82% | 0.48% | - |
| HSV(B) | 335.88º | 0.9% | 0.87% | - |
| XYZ | 32.5 | 16.91 | 14.12 | - |
| YUV | 90.62 | 134.43 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 102 | 0 | 0.90 | 0.54 | 0.13 | 335.88 | 0.82 | 0.48 |
| Hex | DD | 16 | 66 | 0 | 5A | 36 | D | 150 | 52 | 30 |
| Octal | 335 | 26 | 146 | 0 | 132 | 66 | 15 | 520 | 122 | 60 |
| Binary | 11011101 | 10110 | 1100110 | 0 | 1011010 | 110110 | 1101 | 101010000 | 1010010 | 110000 |
Color Harmonies of #DD1666
Complementary color
Monochromatic Colors of #DD1666
Black with #DD1666
Text Example
Text Example
White with #DD1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1666; }
p { color: rgb(221,22,102); }
H1.HeaderClassName
{
color: #DD1666;
}
.AnyTagClassName
{
color: #DD1666;
}
</style>
background-color css
<style>
a { background-color: #DD1666; }
a { background-color: rgb(221,22,102); }
div.DivClassName
{
background-color: #DD1666;
}
.BgClassName
{
background-color: #DD1666;
}
</style>
border-color css
<style>
span { border-color: #DD1666; }
span { border-color: rgb(221,22,102); }
td.TdClassName
{
border-color: #DD1666;
}
.TagClassName
{
border-color: #DD1666;
}
</style>