Shades of Ruby #DD136F
Tints of Ruby #DD136F
RGB
CMYK
RGB Variations
Color information
#DD136F (or 0xDD136F) is known color: Ruby. HEX triplet: DD, 13 and 6F. RGB value is (221,19,111). Sum of RGB (Red+Green+Blue) = 221+19+111=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD136F is #22EC90. Grayscale: #595959. Windows color (decimal): -2288785 or 7279581. OLE color: 7279581.
HSL color Cylindrical-coordinate representation of color #DD136F: hue angle of 332.67º 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 #DD136F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 111 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.13 |
| HSL | 332.67º | 0.84% | 0.47% | - |
| HSV(B) | 332.67º | 0.91% | 0.87% | - |
| XYZ | 32.92 | 16.99 | 16.58 | - |
| YUV | 89.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 111 | 0 | 0.91 | 0.50 | 0.13 | 332.67 | 0.84 | 0.47 |
| Hex | DD | 13 | 6F | 0 | 5B | 32 | D | 14D | 54 | 2F |
| Octal | 335 | 23 | 157 | 0 | 133 | 62 | 15 | 515 | 124 | 57 |
| Binary | 11011101 | 10011 | 1101111 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DD136F
Complementary color
Monochromatic Colors of #DD136F
Black with #DD136F
Text Example
Text Example
White with #DD136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD136F; }
p { color: rgb(221,19,111); }
H1.HeaderClassName
{
color: #DD136F;
}
.AnyTagClassName
{
color: #DD136F;
}
</style>
background-color css
<style>
a { background-color: #DD136F; }
a { background-color: rgb(221,19,111); }
div.DivClassName
{
background-color: #DD136F;
}
.BgClassName
{
background-color: #DD136F;
}
</style>
border-color css
<style>
span { border-color: #DD136F; }
span { border-color: rgb(221,19,111); }
td.TdClassName
{
border-color: #DD136F;
}
.TagClassName
{
border-color: #DD136F;
}
</style>