Shades of Ruby #DD136D
Tints of Ruby #DD136D
RGB
CMYK
RGB Variations
Color information
#DD136D (or 0xDD136D) is known color: Ruby. HEX triplet: DD, 13 and 6D. RGB value is (221,19,109). Sum of RGB (Red+Green+Blue) = 221+19+109=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD136D is #22EC92. Grayscale: #595959. Windows color (decimal): -2288787 or 7148509. OLE color: 7148509.
HSL color Cylindrical-coordinate representation of color #DD136D: hue angle of 333.27º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD136D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.27º | 0.84% | 0.47% | - |
| HSV(B) | 333.27º | 0.91% | 0.87% | - |
| XYZ | 32.81 | 16.94 | 16.01 | - |
| YUV | 89.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 109 | 0 | 0.91 | 0.51 | 0.13 | 333.27 | 0.84 | 0.47 |
| Hex | DD | 13 | 6D | 0 | 5B | 33 | D | 14D | 54 | 2F |
| Octal | 335 | 23 | 155 | 0 | 133 | 63 | 15 | 515 | 124 | 57 |
| Binary | 11011101 | 10011 | 1101101 | 0 | 1011011 | 110011 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DD136D
Complementary color
Monochromatic Colors of #DD136D
Black with #DD136D
Text Example
Text Example
White with #DD136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD136D; }
p { color: rgb(221,19,109); }
H1.HeaderClassName
{
color: #DD136D;
}
.AnyTagClassName
{
color: #DD136D;
}
</style>
background-color css
<style>
a { background-color: #DD136D; }
a { background-color: rgb(221,19,109); }
div.DivClassName
{
background-color: #DD136D;
}
.BgClassName
{
background-color: #DD136D;
}
</style>
border-color css
<style>
span { border-color: #DD136D; }
span { border-color: rgb(221,19,109); }
td.TdClassName
{
border-color: #DD136D;
}
.TagClassName
{
border-color: #DD136D;
}
</style>