Shades of Ruby #DD1E5B
Tints of Ruby #DD1E5B
RGB
CMYK
RGB Variations
Color information
#DD1E5B (or 0xDD1E5B) is known color: Ruby. HEX triplet: DD, 1E and 5B. RGB value is (221,30,91). Sum of RGB (Red+Green+Blue) = 221+30+91=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E5B is #22E1A4. Grayscale: #5E5E5E. Windows color (decimal): -2285989 or 5971677. OLE color: 5971677.
HSL color Cylindrical-coordinate representation of color #DD1E5B: hue angle of 340.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E5B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 91 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.13 |
| HSL | 340.84º | 0.76% | 0.49% | - |
| HSV(B) | 340.84º | 0.86% | 0.87% | - |
| XYZ | 32.17 | 17.06 | 11.49 | - |
| YUV | 94.06 | 126.28 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 91 | 0 | 0.86 | 0.59 | 0.13 | 340.84 | 0.76 | 0.49 |
| Hex | DD | 1E | 5B | 0 | 56 | 3B | D | 155 | 4C | 31 |
| Octal | 335 | 36 | 133 | 0 | 126 | 73 | 15 | 525 | 114 | 61 |
| Binary | 11011101 | 11110 | 1011011 | 0 | 1010110 | 111011 | 1101 | 101010101 | 1001100 | 110001 |
Color Harmonies of #DD1E5B
Complementary color
Monochromatic Colors of #DD1E5B
Black with #DD1E5B
Text Example
Text Example
White with #DD1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E5B; }
p { color: rgb(221,30,91); }
H1.HeaderClassName
{
color: #DD1E5B;
}
.AnyTagClassName
{
color: #DD1E5B;
}
</style>
background-color css
<style>
a { background-color: #DD1E5B; }
a { background-color: rgb(221,30,91); }
div.DivClassName
{
background-color: #DD1E5B;
}
.BgClassName
{
background-color: #DD1E5B;
}
</style>
border-color css
<style>
span { border-color: #DD1E5B; }
span { border-color: rgb(221,30,91); }
td.TdClassName
{
border-color: #DD1E5B;
}
.TagClassName
{
border-color: #DD1E5B;
}
</style>