Shades of Ruby #DD1978
Tints of Ruby #DD1978
RGB
CMYK
RGB Variations
Color information
#DD1978 (or 0xDD1978) is known color: Ruby. HEX triplet: DD, 19 and 78. RGB value is (221,25,120). Sum of RGB (Red+Green+Blue) = 221+25+120=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1978 is #22E687. Grayscale: #5E5E5E. Windows color (decimal): -2287240 or 7870941. OLE color: 7870941.
HSL color Cylindrical-coordinate representation of color #DD1978: hue angle of 330.92º 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 #DD1978 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 120 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.13 |
| HSL | 330.92º | 0.8% | 0.48% | - |
| HSV(B) | 330.92º | 0.89% | 0.87% | - |
| XYZ | 33.56 | 17.42 | 19.36 | - |
| YUV | 94.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 120 | 0 | 0.89 | 0.46 | 0.13 | 330.92 | 0.8 | 0.48 |
| Hex | DD | 19 | 78 | 0 | 59 | 2E | D | 14B | 50 | 30 |
| Octal | 335 | 31 | 170 | 0 | 131 | 56 | 15 | 513 | 120 | 60 |
| Binary | 11011101 | 11001 | 1111000 | 0 | 1011001 | 101110 | 1101 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DD1978
Complementary color
Monochromatic Colors of #DD1978
Black with #DD1978
Text Example
Text Example
White with #DD1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1978; }
p { color: rgb(221,25,120); }
H1.HeaderClassName
{
color: #DD1978;
}
.AnyTagClassName
{
color: #DD1978;
}
</style>
background-color css
<style>
a { background-color: #DD1978; }
a { background-color: rgb(221,25,120); }
div.DivClassName
{
background-color: #DD1978;
}
.BgClassName
{
background-color: #DD1978;
}
</style>
border-color css
<style>
span { border-color: #DD1978; }
span { border-color: rgb(221,25,120); }
td.TdClassName
{
border-color: #DD1978;
}
.TagClassName
{
border-color: #DD1978;
}
</style>