Shades of Ruby #DD0F78
Tints of Ruby #DD0F78
RGB
CMYK
RGB Variations
Color information
#DD0F78 (or 0xDD0F78) is known color: Ruby. HEX triplet: DD, 0F and 78. RGB value is (221,15,120). Sum of RGB (Red+Green+Blue) = 221+15+120=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F78 is #22F087. Grayscale: #585858. Windows color (decimal): -2289800 or 7868381. OLE color: 7868381.
HSL color Cylindrical-coordinate representation of color #DD0F78: hue angle of 329.42º degrees, saturation: 0.87, 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 #DD0F78 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.13 |
| HSL | 329.42º | 0.87% | 0.46% | - |
| HSV(B) | 329.42º | 0.93% | 0.87% | - |
| XYZ | 33.38 | 17.07 | 19.3 | - |
| YUV | 88.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 120 | 0 | 0.93 | 0.46 | 0.13 | 329.42 | 0.87 | 0.46 |
| Hex | DD | F | 78 | 0 | 5D | 2E | D | 149 | 57 | 2E |
| Octal | 335 | 17 | 170 | 0 | 135 | 56 | 15 | 511 | 127 | 56 |
| Binary | 11011101 | 1111 | 1111000 | 0 | 1011101 | 101110 | 1101 | 101001001 | 1010111 | 101110 |
Color Harmonies of #DD0F78
Complementary color
Monochromatic Colors of #DD0F78
Black with #DD0F78
Text Example
Text Example
White with #DD0F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F78; }
p { color: rgb(221,15,120); }
H1.HeaderClassName
{
color: #DD0F78;
}
.AnyTagClassName
{
color: #DD0F78;
}
</style>
background-color css
<style>
a { background-color: #DD0F78; }
a { background-color: rgb(221,15,120); }
div.DivClassName
{
background-color: #DD0F78;
}
.BgClassName
{
background-color: #DD0F78;
}
</style>
border-color css
<style>
span { border-color: #DD0F78; }
span { border-color: rgb(221,15,120); }
td.TdClassName
{
border-color: #DD0F78;
}
.TagClassName
{
border-color: #DD0F78;
}
</style>