Shades of Ruby #DD1878
Tints of Ruby #DD1878
RGB
CMYK
RGB Variations
Color information
#DD1878 (or 0xDD1878) is known color: Ruby. HEX triplet: DD, 18 and 78. RGB value is (221,24,120). Sum of RGB (Red+Green+Blue) = 221+24+120=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1878 is #22E787. Grayscale: #5D5D5D. Windows color (decimal): -2287496 or 7870685. OLE color: 7870685.
HSL color Cylindrical-coordinate representation of color #DD1878: hue angle of 330.76º 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 #DD1878 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 120 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.13 |
| HSL | 330.76º | 0.8% | 0.48% | - |
| HSV(B) | 330.76º | 0.89% | 0.87% | - |
| XYZ | 33.54 | 17.38 | 19.36 | - |
| YUV | 93.85 | 142.77 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 120 | 0 | 0.89 | 0.46 | 0.13 | 330.76 | 0.8 | 0.48 |
| Hex | DD | 18 | 78 | 0 | 59 | 2E | D | 14B | 50 | 30 |
| Octal | 335 | 30 | 170 | 0 | 131 | 56 | 15 | 513 | 120 | 60 |
| Binary | 11011101 | 11000 | 1111000 | 0 | 1011001 | 101110 | 1101 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DD1878
Complementary color
Monochromatic Colors of #DD1878
Black with #DD1878
Text Example
Text Example
White with #DD1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1878; }
p { color: rgb(221,24,120); }
H1.HeaderClassName
{
color: #DD1878;
}
.AnyTagClassName
{
color: #DD1878;
}
</style>
background-color css
<style>
a { background-color: #DD1878; }
a { background-color: rgb(221,24,120); }
div.DivClassName
{
background-color: #DD1878;
}
.BgClassName
{
background-color: #DD1878;
}
</style>
border-color css
<style>
span { border-color: #DD1878; }
span { border-color: rgb(221,24,120); }
td.TdClassName
{
border-color: #DD1878;
}
.TagClassName
{
border-color: #DD1878;
}
</style>