Shades of Ruby #DD166D
Tints of Ruby #DD166D
RGB
CMYK
RGB Variations
Color information
#DD166D (or 0xDD166D) is known color: Ruby. HEX triplet: DD, 16 and 6D. RGB value is (221,22,109). Sum of RGB (Red+Green+Blue) = 221+22+109=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD166D is #22E992. Grayscale: #5B5B5B. Windows color (decimal): -2288019 or 7149277. OLE color: 7149277.
HSL color Cylindrical-coordinate representation of color #DD166D: hue angle of 333.77º 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 #DD166D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.13 |
| HSL | 333.77º | 0.82% | 0.48% | - |
| HSV(B) | 333.77º | 0.9% | 0.87% | - |
| XYZ | 32.87 | 17.05 | 16.03 | - |
| YUV | 91.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 109 | 0 | 0.90 | 0.51 | 0.13 | 333.77 | 0.82 | 0.48 |
| Hex | DD | 16 | 6D | 0 | 5A | 33 | D | 14E | 52 | 30 |
| Octal | 335 | 26 | 155 | 0 | 132 | 63 | 15 | 516 | 122 | 60 |
| Binary | 11011101 | 10110 | 1101101 | 0 | 1011010 | 110011 | 1101 | 101001110 | 1010010 | 110000 |
Color Harmonies of #DD166D
Complementary color
Monochromatic Colors of #DD166D
Black with #DD166D
Text Example
Text Example
White with #DD166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD166D; }
p { color: rgb(221,22,109); }
H1.HeaderClassName
{
color: #DD166D;
}
.AnyTagClassName
{
color: #DD166D;
}
</style>
background-color css
<style>
a { background-color: #DD166D; }
a { background-color: rgb(221,22,109); }
div.DivClassName
{
background-color: #DD166D;
}
.BgClassName
{
background-color: #DD166D;
}
</style>
border-color css
<style>
span { border-color: #DD166D; }
span { border-color: rgb(221,22,109); }
td.TdClassName
{
border-color: #DD166D;
}
.TagClassName
{
border-color: #DD166D;
}
</style>