Shades of Ruby #DF0A79
Tints of Ruby #DF0A79
RGB
CMYK
RGB Variations
Color information
#DF0A79 (or 0xDF0A79) is known color: Ruby. HEX triplet: DF, 0A and 79. RGB value is (223,10,121). Sum of RGB (Red+Green+Blue) = 223+10+121=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A79 is #20F586. Grayscale: #565656. Windows color (decimal): -2160007 or 7932639. OLE color: 7932639.
HSL color Cylindrical-coordinate representation of color #DF0A79: hue angle of 328.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A79 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 121 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.13 |
| HSL | 328.73º | 0.91% | 0.46% | - |
| HSV(B) | 328.73º | 0.96% | 0.87% | - |
| XYZ | 33.99 | 17.29 | 19.63 | - |
| YUV | 86.34 | 147.57 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 121 | 0 | 0.96 | 0.46 | 0.13 | 328.73 | 0.91 | 0.46 |
| Hex | DF | A | 79 | 0 | 60 | 2E | D | 149 | 5B | 2E |
| Octal | 337 | 12 | 171 | 0 | 140 | 56 | 15 | 511 | 133 | 56 |
| Binary | 11011111 | 1010 | 1111001 | 0 | 1100000 | 101110 | 1101 | 101001001 | 1011011 | 101110 |
Color Harmonies of #DF0A79
Complementary color
Monochromatic Colors of #DF0A79
Black with #DF0A79
Text Example
Text Example
White with #DF0A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A79; }
p { color: rgb(223,10,121); }
H1.HeaderClassName
{
color: #DF0A79;
}
.AnyTagClassName
{
color: #DF0A79;
}
</style>
background-color css
<style>
a { background-color: #DF0A79; }
a { background-color: rgb(223,10,121); }
div.DivClassName
{
background-color: #DF0A79;
}
.BgClassName
{
background-color: #DF0A79;
}
</style>
border-color css
<style>
span { border-color: #DF0A79; }
span { border-color: rgb(223,10,121); }
td.TdClassName
{
border-color: #DF0A79;
}
.TagClassName
{
border-color: #DF0A79;
}
</style>