Shades of Ruby #DD166F
Tints of Ruby #DD166F
RGB
CMYK
RGB Variations
Color information
#DD166F (or 0xDD166F) is known color: Ruby. HEX triplet: DD, 16 and 6F. RGB value is (221,22,111). Sum of RGB (Red+Green+Blue) = 221+22+111=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166F is #22E990. Grayscale: #5B5B5B. Windows color (decimal): -2288017 or 7280349. OLE color: 7280349.
HSL color Cylindrical-coordinate representation of color #DD166F: hue angle of 333.17º 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 #DD166F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.13 |
| HSL | 333.17º | 0.82% | 0.48% | - |
| HSV(B) | 333.17º | 0.9% | 0.87% | - |
| XYZ | 32.97 | 17.09 | 16.6 | - |
| YUV | 91.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 111 | 0 | 0.90 | 0.50 | 0.13 | 333.17 | 0.82 | 0.48 |
| Hex | DD | 16 | 6F | 0 | 5A | 32 | D | 14D | 52 | 30 |
| Octal | 335 | 26 | 157 | 0 | 132 | 62 | 15 | 515 | 122 | 60 |
| Binary | 11011101 | 10110 | 1101111 | 0 | 1011010 | 110010 | 1101 | 101001101 | 1010010 | 110000 |
Color Harmonies of #DD166F
Complementary color
Monochromatic Colors of #DD166F
Black with #DD166F
Text Example
Text Example
White with #DD166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD166F; }
p { color: rgb(221,22,111); }
H1.HeaderClassName
{
color: #DD166F;
}
.AnyTagClassName
{
color: #DD166F;
}
</style>
background-color css
<style>
a { background-color: #DD166F; }
a { background-color: rgb(221,22,111); }
div.DivClassName
{
background-color: #DD166F;
}
.BgClassName
{
background-color: #DD166F;
}
</style>
border-color css
<style>
span { border-color: #DD166F; }
span { border-color: rgb(221,22,111); }
td.TdClassName
{
border-color: #DD166F;
}
.TagClassName
{
border-color: #DD166F;
}
</style>