Shades of Ruby #DD186D
Tints of Ruby #DD186D
RGB
CMYK
RGB Variations
Color information
#DD186D (or 0xDD186D) is known color: Ruby. HEX triplet: DD, 18 and 6D. RGB value is (221,24,109). Sum of RGB (Red+Green+Blue) = 221+24+109=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD186D is #22E792. Grayscale: #5C5C5C. Windows color (decimal): -2287507 or 7149789. OLE color: 7149789.
HSL color Cylindrical-coordinate representation of color #DD186D: hue angle of 334.11º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD186D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.13 |
| HSL | 334.11º | 0.8% | 0.48% | - |
| HSV(B) | 334.11º | 0.89% | 0.87% | - |
| XYZ | 32.91 | 17.13 | 16.04 | - |
| YUV | 92.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 109 | 0 | 0.89 | 0.51 | 0.13 | 334.11 | 0.8 | 0.48 |
| Hex | DD | 18 | 6D | 0 | 59 | 33 | D | 14E | 50 | 30 |
| Octal | 335 | 30 | 155 | 0 | 131 | 63 | 15 | 516 | 120 | 60 |
| Binary | 11011101 | 11000 | 1101101 | 0 | 1011001 | 110011 | 1101 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DD186D
Complementary color
Monochromatic Colors of #DD186D
Black with #DD186D
Text Example
Text Example
White with #DD186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD186D; }
p { color: rgb(221,24,109); }
H1.HeaderClassName
{
color: #DD186D;
}
.AnyTagClassName
{
color: #DD186D;
}
</style>
background-color css
<style>
a { background-color: #DD186D; }
a { background-color: rgb(221,24,109); }
div.DivClassName
{
background-color: #DD186D;
}
.BgClassName
{
background-color: #DD186D;
}
</style>
border-color css
<style>
span { border-color: #DD186D; }
span { border-color: rgb(221,24,109); }
td.TdClassName
{
border-color: #DD186D;
}
.TagClassName
{
border-color: #DD186D;
}
</style>