Shades of Ruby #DD1078
Tints of Ruby #DD1078
RGB
CMYK
RGB Variations
Color information
#DD1078 (or 0xDD1078) is known color: Ruby. HEX triplet: DD, 10 and 78. RGB value is (221,16,120). Sum of RGB (Red+Green+Blue) = 221+16+120=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1078 is #22EF87. Grayscale: #585858. Windows color (decimal): -2289544 or 7868637. OLE color: 7868637.
HSL color Cylindrical-coordinate representation of color #DD1078: hue angle of 329.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1078 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.13 |
| HSL | 329.56º | 0.86% | 0.46% | - |
| HSV(B) | 329.56º | 0.93% | 0.87% | - |
| XYZ | 33.39 | 17.1 | 19.31 | - |
| YUV | 89.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 120 | 0 | 0.93 | 0.46 | 0.13 | 329.56 | 0.86 | 0.46 |
| Hex | DD | 10 | 78 | 0 | 5D | 2E | D | 14A | 56 | 2E |
| Octal | 335 | 20 | 170 | 0 | 135 | 56 | 15 | 512 | 126 | 56 |
| Binary | 11011101 | 10000 | 1111000 | 0 | 1011101 | 101110 | 1101 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DD1078
Complementary color
Monochromatic Colors of #DD1078
Black with #DD1078
Text Example
Text Example
White with #DD1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1078; }
p { color: rgb(221,16,120); }
H1.HeaderClassName
{
color: #DD1078;
}
.AnyTagClassName
{
color: #DD1078;
}
</style>
background-color css
<style>
a { background-color: #DD1078; }
a { background-color: rgb(221,16,120); }
div.DivClassName
{
background-color: #DD1078;
}
.BgClassName
{
background-color: #DD1078;
}
</style>
border-color css
<style>
span { border-color: #DD1078; }
span { border-color: rgb(221,16,120); }
td.TdClassName
{
border-color: #DD1078;
}
.TagClassName
{
border-color: #DD1078;
}
</style>