Shades of Ruby #DF0A77
Tints of Ruby #DF0A77
RGB
CMYK
RGB Variations
Color information
#DF0A77 (or 0xDF0A77) is known color: Ruby. HEX triplet: DF, 0A and 77. RGB value is (223,10,119). Sum of RGB (Red+Green+Blue) = 223+10+119=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A77 is #20F588. Grayscale: #555555. Windows color (decimal): -2160009 or 7801567. OLE color: 7801567.
HSL color Cylindrical-coordinate representation of color #DF0A77: hue angle of 329.3º 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 #DF0A77 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.3º | 0.91% | 0.46% | - |
| HSV(B) | 329.3º | 0.96% | 0.87% | - |
| XYZ | 33.87 | 17.24 | 18.99 | - |
| YUV | 86.11 | 146.57 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 119 | 0 | 0.96 | 0.47 | 0.13 | 329.3 | 0.91 | 0.46 |
| Hex | DF | A | 77 | 0 | 60 | 2F | D | 149 | 5B | 2E |
| Octal | 337 | 12 | 167 | 0 | 140 | 57 | 15 | 511 | 133 | 56 |
| Binary | 11011111 | 1010 | 1110111 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011011 | 101110 |
Color Harmonies of #DF0A77
Complementary color
Monochromatic Colors of #DF0A77
Black with #DF0A77
Text Example
Text Example
White with #DF0A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A77; }
p { color: rgb(223,10,119); }
H1.HeaderClassName
{
color: #DF0A77;
}
.AnyTagClassName
{
color: #DF0A77;
}
</style>
background-color css
<style>
a { background-color: #DF0A77; }
a { background-color: rgb(223,10,119); }
div.DivClassName
{
background-color: #DF0A77;
}
.BgClassName
{
background-color: #DF0A77;
}
</style>
border-color css
<style>
span { border-color: #DF0A77; }
span { border-color: rgb(223,10,119); }
td.TdClassName
{
border-color: #DF0A77;
}
.TagClassName
{
border-color: #DF0A77;
}
</style>