Shades of Ruby #DD1578
Tints of Ruby #DD1578
RGB
CMYK
RGB Variations
Color information
#DD1578 (or 0xDD1578) is known color: Ruby. HEX triplet: DD, 15 and 78. RGB value is (221,21,120). Sum of RGB (Red+Green+Blue) = 221+21+120=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1578 is #22EA87. Grayscale: #5B5B5B. Windows color (decimal): -2288264 or 7869917. OLE color: 7869917.
HSL color Cylindrical-coordinate representation of color #DD1578: hue angle of 330.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1578 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 120 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.13 |
| HSL | 330.3º | 0.83% | 0.47% | - |
| HSV(B) | 330.3º | 0.9% | 0.87% | - |
| XYZ | 33.48 | 17.26 | 19.34 | - |
| YUV | 92.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 120 | 0 | 0.90 | 0.46 | 0.13 | 330.3 | 0.83 | 0.47 |
| Hex | DD | 15 | 78 | 0 | 5A | 2E | D | 14A | 53 | 2F |
| Octal | 335 | 25 | 170 | 0 | 132 | 56 | 15 | 512 | 123 | 57 |
| Binary | 11011101 | 10101 | 1111000 | 0 | 1011010 | 101110 | 1101 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DD1578
Complementary color
Monochromatic Colors of #DD1578
Black with #DD1578
Text Example
Text Example
White with #DD1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1578; }
p { color: rgb(221,21,120); }
H1.HeaderClassName
{
color: #DD1578;
}
.AnyTagClassName
{
color: #DD1578;
}
</style>
background-color css
<style>
a { background-color: #DD1578; }
a { background-color: rgb(221,21,120); }
div.DivClassName
{
background-color: #DD1578;
}
.BgClassName
{
background-color: #DD1578;
}
</style>
border-color css
<style>
span { border-color: #DD1578; }
span { border-color: rgb(221,21,120); }
td.TdClassName
{
border-color: #DD1578;
}
.TagClassName
{
border-color: #DD1578;
}
</style>