Shades of Ruby #DF0E78
Tints of Ruby #DF0E78
RGB
CMYK
RGB Variations
Color information
#DF0E78 (or 0xDF0E78) is known color: Ruby. HEX triplet: DF, 0E and 78. RGB value is (223,14,120). Sum of RGB (Red+Green+Blue) = 223+14+120=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E78 is #20F187. Grayscale: #585858. Windows color (decimal): -2158984 or 7868127. OLE color: 7868127.
HSL color Cylindrical-coordinate representation of color #DF0E78: hue angle of 329.57º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E78 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 120 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.13 |
| HSL | 329.57º | 0.88% | 0.46% | - |
| HSV(B) | 329.57º | 0.94% | 0.87% | - |
| XYZ | 33.98 | 17.36 | 19.33 | - |
| YUV | 88.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 120 | 0 | 0.94 | 0.46 | 0.13 | 329.57 | 0.88 | 0.46 |
| Hex | DF | E | 78 | 0 | 5E | 2E | D | 14A | 58 | 2E |
| Octal | 337 | 16 | 170 | 0 | 136 | 56 | 15 | 512 | 130 | 56 |
| Binary | 11011111 | 1110 | 1111000 | 0 | 1011110 | 101110 | 1101 | 101001010 | 1011000 | 101110 |
Color Harmonies of #DF0E78
Complementary color
Monochromatic Colors of #DF0E78
Black with #DF0E78
Text Example
Text Example
White with #DF0E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E78; }
p { color: rgb(223,14,120); }
H1.HeaderClassName
{
color: #DF0E78;
}
.AnyTagClassName
{
color: #DF0E78;
}
</style>
background-color css
<style>
a { background-color: #DF0E78; }
a { background-color: rgb(223,14,120); }
div.DivClassName
{
background-color: #DF0E78;
}
.BgClassName
{
background-color: #DF0E78;
}
</style>
border-color css
<style>
span { border-color: #DF0E78; }
span { border-color: rgb(223,14,120); }
td.TdClassName
{
border-color: #DF0E78;
}
.TagClassName
{
border-color: #DF0E78;
}
</style>