Shades of Ruby #DD135E
Tints of Ruby #DD135E
RGB
CMYK
RGB Variations
Color information
#DD135E (or 0xDD135E) is known color: Ruby. HEX triplet: DD, 13 and 5E. RGB value is (221,19,94). Sum of RGB (Red+Green+Blue) = 221+19+94=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD135E is #22ECA1. Grayscale: #575757. Windows color (decimal): -2288802 or 6165469. OLE color: 6165469.
HSL color Cylindrical-coordinate representation of color #DD135E: hue angle of 337.72º 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 #DD135E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 94 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.13 |
| HSL | 337.72º | 0.84% | 0.47% | - |
| HSV(B) | 337.72º | 0.91% | 0.87% | - |
| XYZ | 32.07 | 16.65 | 12.11 | - |
| YUV | 87.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 94 | 0 | 0.91 | 0.57 | 0.13 | 337.72 | 0.84 | 0.47 |
| Hex | DD | 13 | 5E | 0 | 5B | 39 | D | 152 | 54 | 2F |
| Octal | 335 | 23 | 136 | 0 | 133 | 71 | 15 | 522 | 124 | 57 |
| Binary | 11011101 | 10011 | 1011110 | 0 | 1011011 | 111001 | 1101 | 101010010 | 1010100 | 101111 |
Color Harmonies of #DD135E
Complementary color
Monochromatic Colors of #DD135E
Black with #DD135E
Text Example
Text Example
White with #DD135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD135E; }
p { color: rgb(221,19,94); }
H1.HeaderClassName
{
color: #DD135E;
}
.AnyTagClassName
{
color: #DD135E;
}
</style>
background-color css
<style>
a { background-color: #DD135E; }
a { background-color: rgb(221,19,94); }
div.DivClassName
{
background-color: #DD135E;
}
.BgClassName
{
background-color: #DD135E;
}
</style>
border-color css
<style>
span { border-color: #DD135E; }
span { border-color: rgb(221,19,94); }
td.TdClassName
{
border-color: #DD135E;
}
.TagClassName
{
border-color: #DD135E;
}
</style>