Shades of Ruby #DD116A
Tints of Ruby #DD116A
RGB
CMYK
RGB Variations
Color information
#DD116A (or 0xDD116A) is known color: Ruby. HEX triplet: DD, 11 and 6A. RGB value is (221,17,106). Sum of RGB (Red+Green+Blue) = 221+17+106=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116A is #22EE95. Grayscale: #575757. Windows color (decimal): -2289302 or 6951389. OLE color: 6951389.
HSL color Cylindrical-coordinate representation of color #DD116A: hue angle of 333.82º 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 #DD116A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 106 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.13 |
| HSL | 333.82º | 0.86% | 0.47% | - |
| HSV(B) | 333.82º | 0.92% | 0.87% | - |
| XYZ | 32.62 | 16.81 | 15.16 | - |
| YUV | 88.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 106 | 0 | 0.92 | 0.52 | 0.13 | 333.82 | 0.86 | 0.47 |
| Hex | DD | 11 | 6A | 0 | 5C | 34 | D | 14E | 56 | 2F |
| Octal | 335 | 21 | 152 | 0 | 134 | 64 | 15 | 516 | 126 | 57 |
| Binary | 11011101 | 10001 | 1101010 | 0 | 1011100 | 110100 | 1101 | 101001110 | 1010110 | 101111 |
Color Harmonies of #DD116A
Complementary color
Monochromatic Colors of #DD116A
Black with #DD116A
Text Example
Text Example
White with #DD116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD116A; }
p { color: rgb(221,17,106); }
H1.HeaderClassName
{
color: #DD116A;
}
.AnyTagClassName
{
color: #DD116A;
}
</style>
background-color css
<style>
a { background-color: #DD116A; }
a { background-color: rgb(221,17,106); }
div.DivClassName
{
background-color: #DD116A;
}
.BgClassName
{
background-color: #DD116A;
}
</style>
border-color css
<style>
span { border-color: #DD116A; }
span { border-color: rgb(221,17,106); }
td.TdClassName
{
border-color: #DD116A;
}
.TagClassName
{
border-color: #DD116A;
}
</style>