Shades of Ruby #DD136C
Tints of Ruby #DD136C
RGB
CMYK
RGB Variations
Color information
#DD136C (or 0xDD136C) is known color: Ruby. HEX triplet: DD, 13 and 6C. RGB value is (221,19,108). Sum of RGB (Red+Green+Blue) = 221+19+108=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD136C is #22EC93. Grayscale: #595959. Windows color (decimal): -2288788 or 7082973. OLE color: 7082973.
HSL color Cylindrical-coordinate representation of color #DD136C: hue angle of 333.56º 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 #DD136C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 108 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.56º | 0.84% | 0.47% | - |
| HSV(B) | 333.56º | 0.91% | 0.87% | - |
| XYZ | 32.76 | 16.92 | 15.73 | - |
| YUV | 89.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 108 | 0 | 0.91 | 0.51 | 0.13 | 333.56 | 0.84 | 0.47 |
| Hex | DD | 13 | 6C | 0 | 5B | 33 | D | 14E | 54 | 2F |
| Octal | 335 | 23 | 154 | 0 | 133 | 63 | 15 | 516 | 124 | 57 |
| Binary | 11011101 | 10011 | 1101100 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010100 | 101111 |
Color Harmonies of #DD136C
Complementary color
Monochromatic Colors of #DD136C
Black with #DD136C
Text Example
Text Example
White with #DD136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD136C; }
p { color: rgb(221,19,108); }
H1.HeaderClassName
{
color: #DD136C;
}
.AnyTagClassName
{
color: #DD136C;
}
</style>
background-color css
<style>
a { background-color: #DD136C; }
a { background-color: rgb(221,19,108); }
div.DivClassName
{
background-color: #DD136C;
}
.BgClassName
{
background-color: #DD136C;
}
</style>
border-color css
<style>
span { border-color: #DD136C; }
span { border-color: rgb(221,19,108); }
td.TdClassName
{
border-color: #DD136C;
}
.TagClassName
{
border-color: #DD136C;
}
</style>