Shades of Ruby #DD135B
Tints of Ruby #DD135B
RGB
CMYK
RGB Variations
Color information
#DD135B (or 0xDD135B) is known color: Ruby. HEX triplet: DD, 13 and 5B. RGB value is (221,19,91). Sum of RGB (Red+Green+Blue) = 221+19+91=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD135B is #22ECA4. Grayscale: #575757. Windows color (decimal): -2288805 or 5968861. OLE color: 5968861.
HSL color Cylindrical-coordinate representation of color #DD135B: hue angle of 338.61º 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 #DD135B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 91 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.13 |
| HSL | 338.61º | 0.84% | 0.47% | - |
| HSV(B) | 338.61º | 0.91% | 0.87% | - |
| XYZ | 31.94 | 16.59 | 11.42 | - |
| YUV | 87.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 91 | 0 | 0.91 | 0.59 | 0.13 | 338.61 | 0.84 | 0.47 |
| Hex | DD | 13 | 5B | 0 | 5B | 3B | D | 153 | 54 | 2F |
| Octal | 335 | 23 | 133 | 0 | 133 | 73 | 15 | 523 | 124 | 57 |
| Binary | 11011101 | 10011 | 1011011 | 0 | 1011011 | 111011 | 1101 | 101010011 | 1010100 | 101111 |
Color Harmonies of #DD135B
Complementary color
Monochromatic Colors of #DD135B
Black with #DD135B
Text Example
Text Example
White with #DD135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD135B; }
p { color: rgb(221,19,91); }
H1.HeaderClassName
{
color: #DD135B;
}
.AnyTagClassName
{
color: #DD135B;
}
</style>
background-color css
<style>
a { background-color: #DD135B; }
a { background-color: rgb(221,19,91); }
div.DivClassName
{
background-color: #DD135B;
}
.BgClassName
{
background-color: #DD135B;
}
</style>
border-color css
<style>
span { border-color: #DD135B; }
span { border-color: rgb(221,19,91); }
td.TdClassName
{
border-color: #DD135B;
}
.TagClassName
{
border-color: #DD135B;
}
</style>