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