Shades of Ruby #DF0979
Tints of Ruby #DF0979
RGB
CMYK
RGB Variations
Color information
#DF0979 (or 0xDF0979) is known color: Ruby. HEX triplet: DF, 09 and 79. RGB value is (223,9,121). Sum of RGB (Red+Green+Blue) = 223+9+121=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0979 is #20F686. Grayscale: #555555. Windows color (decimal): -2160263 or 7932383. OLE color: 7932383.
HSL color Cylindrical-coordinate representation of color #DF0979: hue angle of 328.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0979 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.13 |
| HSL | 328.6º | 0.92% | 0.45% | - |
| HSV(B) | 328.6º | 0.96% | 0.87% | - |
| XYZ | 33.98 | 17.26 | 19.63 | - |
| YUV | 85.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 121 | 0 | 0.96 | 0.46 | 0.13 | 328.6 | 0.92 | 0.45 |
| Hex | DF | 9 | 79 | 0 | 60 | 2E | D | 149 | 5C | 2D |
| Octal | 337 | 11 | 171 | 0 | 140 | 56 | 15 | 511 | 134 | 55 |
| Binary | 11011111 | 1001 | 1111001 | 0 | 1100000 | 101110 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DF0979
Complementary color
Monochromatic Colors of #DF0979
Black with #DF0979
Text Example
Text Example
White with #DF0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0979; }
p { color: rgb(223,9,121); }
H1.HeaderClassName
{
color: #DF0979;
}
.AnyTagClassName
{
color: #DF0979;
}
</style>
background-color css
<style>
a { background-color: #DF0979; }
a { background-color: rgb(223,9,121); }
div.DivClassName
{
background-color: #DF0979;
}
.BgClassName
{
background-color: #DF0979;
}
</style>
border-color css
<style>
span { border-color: #DF0979; }
span { border-color: rgb(223,9,121); }
td.TdClassName
{
border-color: #DF0979;
}
.TagClassName
{
border-color: #DF0979;
}
</style>