Shades of Ruby #DD1950
Tints of Ruby #DD1950
RGB
CMYK
RGB Variations
Color information
#DD1950 (or 0xDD1950) is known color: Ruby. HEX triplet: DD, 19 and 50. RGB value is (221,25,80). Sum of RGB (Red+Green+Blue) = 221+25+80=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1950 is #22E6AF. Grayscale: #595959. Windows color (decimal): -2287280 or 5249501. OLE color: 5249501.
HSL color Cylindrical-coordinate representation of color #DD1950: hue angle of 343.16º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1950 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 80 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.13 |
| HSL | 343.16º | 0.8% | 0.48% | - |
| HSV(B) | 343.16º | 0.89% | 0.87% | - |
| XYZ | 31.61 | 16.65 | 9.14 | - |
| YUV | 89.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 80 | 0 | 0.89 | 0.64 | 0.13 | 343.16 | 0.8 | 0.48 |
| Hex | DD | 19 | 50 | 0 | 59 | 40 | D | 157 | 50 | 30 |
| Octal | 335 | 31 | 120 | 0 | 131 | 100 | 15 | 527 | 120 | 60 |
| Binary | 11011101 | 11001 | 1010000 | 0 | 1011001 | 1000000 | 1101 | 101010111 | 1010000 | 110000 |
Color Harmonies of #DD1950
Complementary color
Monochromatic Colors of #DD1950
Black with #DD1950
Text Example
Text Example
White with #DD1950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1950; }
p { color: rgb(221,25,80); }
H1.HeaderClassName
{
color: #DD1950;
}
.AnyTagClassName
{
color: #DD1950;
}
</style>
background-color css
<style>
a { background-color: #DD1950; }
a { background-color: rgb(221,25,80); }
div.DivClassName
{
background-color: #DD1950;
}
.BgClassName
{
background-color: #DD1950;
}
</style>
border-color css
<style>
span { border-color: #DD1950; }
span { border-color: rgb(221,25,80); }
td.TdClassName
{
border-color: #DD1950;
}
.TagClassName
{
border-color: #DD1950;
}
</style>