Shades of Ruby #DD1E59
Tints of Ruby #DD1E59
RGB
CMYK
RGB Variations
Color information
#DD1E59 (or 0xDD1E59) is known color: Ruby. HEX triplet: DD, 1E and 59. RGB value is (221,30,89). Sum of RGB (Red+Green+Blue) = 221+30+89=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E59 is #22E1A6. Grayscale: #5D5D5D. Windows color (decimal): -2285991 or 5840605. OLE color: 5840605.
HSL color Cylindrical-coordinate representation of color #DD1E59: hue angle of 341.47º 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 #DD1E59 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 89 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.13 |
| HSL | 341.47º | 0.76% | 0.49% | - |
| HSV(B) | 341.47º | 0.86% | 0.87% | - |
| XYZ | 32.09 | 17.02 | 11.05 | - |
| YUV | 93.84 | 125.28 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 89 | 0 | 0.86 | 0.60 | 0.13 | 341.47 | 0.76 | 0.49 |
| Hex | DD | 1E | 59 | 0 | 56 | 3C | D | 155 | 4C | 31 |
| Octal | 335 | 36 | 131 | 0 | 126 | 74 | 15 | 525 | 114 | 61 |
| Binary | 11011101 | 11110 | 1011001 | 0 | 1010110 | 111100 | 1101 | 101010101 | 1001100 | 110001 |
Color Harmonies of #DD1E59
Complementary color
Monochromatic Colors of #DD1E59
Black with #DD1E59
Text Example
Text Example
White with #DD1E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1E59; }
p { color: rgb(221,30,89); }
H1.HeaderClassName
{
color: #DD1E59;
}
.AnyTagClassName
{
color: #DD1E59;
}
</style>
background-color css
<style>
a { background-color: #DD1E59; }
a { background-color: rgb(221,30,89); }
div.DivClassName
{
background-color: #DD1E59;
}
.BgClassName
{
background-color: #DD1E59;
}
</style>
border-color css
<style>
span { border-color: #DD1E59; }
span { border-color: rgb(221,30,89); }
td.TdClassName
{
border-color: #DD1E59;
}
.TagClassName
{
border-color: #DD1E59;
}
</style>