Shades of Ruby #DD116D
Tints of Ruby #DD116D
RGB
CMYK
RGB Variations
Color information
#DD116D (or 0xDD116D) is known color: Ruby. HEX triplet: DD, 11 and 6D. RGB value is (221,17,109). Sum of RGB (Red+Green+Blue) = 221+17+109=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116D is #22EE92. Grayscale: #585858. Windows color (decimal): -2289299 or 7147997. OLE color: 7147997.
HSL color Cylindrical-coordinate representation of color #DD116D: hue angle of 332.94º 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 #DD116D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.13 |
| HSL | 332.94º | 0.86% | 0.47% | - |
| HSV(B) | 332.94º | 0.92% | 0.87% | - |
| XYZ | 32.78 | 16.88 | 16 | - |
| YUV | 88.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 109 | 0 | 0.92 | 0.51 | 0.13 | 332.94 | 0.86 | 0.47 |
| Hex | DD | 11 | 6D | 0 | 5C | 33 | D | 14D | 56 | 2F |
| Octal | 335 | 21 | 155 | 0 | 134 | 63 | 15 | 515 | 126 | 57 |
| Binary | 11011101 | 10001 | 1101101 | 0 | 1011100 | 110011 | 1101 | 101001101 | 1010110 | 101111 |
Color Harmonies of #DD116D
Complementary color
Monochromatic Colors of #DD116D
Black with #DD116D
Text Example
Text Example
White with #DD116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD116D; }
p { color: rgb(221,17,109); }
H1.HeaderClassName
{
color: #DD116D;
}
.AnyTagClassName
{
color: #DD116D;
}
</style>
background-color css
<style>
a { background-color: #DD116D; }
a { background-color: rgb(221,17,109); }
div.DivClassName
{
background-color: #DD116D;
}
.BgClassName
{
background-color: #DD116D;
}
</style>
border-color css
<style>
span { border-color: #DD116D; }
span { border-color: rgb(221,17,109); }
td.TdClassName
{
border-color: #DD116D;
}
.TagClassName
{
border-color: #DD116D;
}
</style>