Shades of Ruby #DD135D
Tints of Ruby #DD135D
RGB
CMYK
RGB Variations
Color information
#DD135D (or 0xDD135D) is known color: Ruby. HEX triplet: DD, 13 and 5D. RGB value is (221,19,93). Sum of RGB (Red+Green+Blue) = 221+19+93=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD135D is #22ECA2. Grayscale: #575757. Windows color (decimal): -2288803 or 6099933. OLE color: 6099933.
HSL color Cylindrical-coordinate representation of color #DD135D: hue angle of 338.02º 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 #DD135D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 93 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.02º | 0.84% | 0.47% | - |
| HSV(B) | 338.02º | 0.91% | 0.87% | - |
| XYZ | 32.03 | 16.63 | 11.88 | - |
| YUV | 87.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 93 | 0 | 0.91 | 0.58 | 0.13 | 338.02 | 0.84 | 0.47 |
| Hex | DD | 13 | 5D | 0 | 5B | 3A | D | 152 | 54 | 2F |
| Octal | 335 | 23 | 135 | 0 | 133 | 72 | 15 | 522 | 124 | 57 |
| Binary | 11011101 | 10011 | 1011101 | 0 | 1011011 | 111010 | 1101 | 101010010 | 1010100 | 101111 |
Color Harmonies of #DD135D
Complementary color
Monochromatic Colors of #DD135D
Black with #DD135D
Text Example
Text Example
White with #DD135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD135D; }
p { color: rgb(221,19,93); }
H1.HeaderClassName
{
color: #DD135D;
}
.AnyTagClassName
{
color: #DD135D;
}
</style>
background-color css
<style>
a { background-color: #DD135D; }
a { background-color: rgb(221,19,93); }
div.DivClassName
{
background-color: #DD135D;
}
.BgClassName
{
background-color: #DD135D;
}
</style>
border-color css
<style>
span { border-color: #DD135D; }
span { border-color: rgb(221,19,93); }
td.TdClassName
{
border-color: #DD135D;
}
.TagClassName
{
border-color: #DD135D;
}
</style>