Shades of Ruby #DD136B
Tints of Ruby #DD136B
RGB
CMYK
RGB Variations
Color information
#DD136B (or 0xDD136B) is known color: Ruby. HEX triplet: DD, 13 and 6B. RGB value is (221,19,107). Sum of RGB (Red+Green+Blue) = 221+19+107=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD136B is #22EC94. Grayscale: #595959. Windows color (decimal): -2288789 or 7017437. OLE color: 7017437.
HSL color Cylindrical-coordinate representation of color #DD136B: hue angle of 333.86º 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 #DD136B is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.13 |
| HSL | 333.86º | 0.84% | 0.47% | - |
| HSV(B) | 333.86º | 0.91% | 0.87% | - |
| XYZ | 32.71 | 16.9 | 15.45 | - |
| YUV | 89.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 107 | 0 | 0.91 | 0.52 | 0.13 | 333.86 | 0.84 | 0.47 |
| Hex | DD | 13 | 6B | 0 | 5B | 34 | D | 14E | 54 | 2F |
| Octal | 335 | 23 | 153 | 0 | 133 | 64 | 15 | 516 | 124 | 57 |
| Binary | 11011101 | 10011 | 1101011 | 0 | 1011011 | 110100 | 1101 | 101001110 | 1010100 | 101111 |
Color Harmonies of #DD136B
Complementary color
Monochromatic Colors of #DD136B
Black with #DD136B
Text Example
Text Example
White with #DD136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD136B; }
p { color: rgb(221,19,107); }
H1.HeaderClassName
{
color: #DD136B;
}
.AnyTagClassName
{
color: #DD136B;
}
</style>
background-color css
<style>
a { background-color: #DD136B; }
a { background-color: rgb(221,19,107); }
div.DivClassName
{
background-color: #DD136B;
}
.BgClassName
{
background-color: #DD136B;
}
</style>
border-color css
<style>
span { border-color: #DD136B; }
span { border-color: rgb(221,19,107); }
td.TdClassName
{
border-color: #DD136B;
}
.TagClassName
{
border-color: #DD136B;
}
</style>