Shades of Ruby #DF0977
Tints of Ruby #DF0977
RGB
CMYK
RGB Variations
Color information
#DF0977 (or 0xDF0977) is known color: Ruby. HEX triplet: DF, 09 and 77. RGB value is (223,9,119). Sum of RGB (Red+Green+Blue) = 223+9+119=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0977 is #20F688. Grayscale: #555555. Windows color (decimal): -2160265 or 7801311. OLE color: 7801311.
HSL color Cylindrical-coordinate representation of color #DF0977: hue angle of 329.16º 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 #DF0977 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.13 |
| HSL | 329.16º | 0.92% | 0.45% | - |
| HSV(B) | 329.16º | 0.96% | 0.87% | - |
| XYZ | 33.86 | 17.22 | 18.99 | - |
| YUV | 85.53 | 146.9 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 119 | 0 | 0.96 | 0.47 | 0.13 | 329.16 | 0.92 | 0.45 |
| Hex | DF | 9 | 77 | 0 | 60 | 2F | D | 149 | 5C | 2D |
| Octal | 337 | 11 | 167 | 0 | 140 | 57 | 15 | 511 | 134 | 55 |
| Binary | 11011111 | 1001 | 1110111 | 0 | 1100000 | 101111 | 1101 | 101001001 | 1011100 | 101101 |
Color Harmonies of #DF0977
Complementary color
Monochromatic Colors of #DF0977
Black with #DF0977
Text Example
Text Example
White with #DF0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0977; }
p { color: rgb(223,9,119); }
H1.HeaderClassName
{
color: #DF0977;
}
.AnyTagClassName
{
color: #DF0977;
}
</style>
background-color css
<style>
a { background-color: #DF0977; }
a { background-color: rgb(223,9,119); }
div.DivClassName
{
background-color: #DF0977;
}
.BgClassName
{
background-color: #DF0977;
}
</style>
border-color css
<style>
span { border-color: #DF0977; }
span { border-color: rgb(223,9,119); }
td.TdClassName
{
border-color: #DF0977;
}
.TagClassName
{
border-color: #DF0977;
}
</style>