Shades of Ruby #DF0E77
Tints of Ruby #DF0E77
RGB
CMYK
RGB Variations
Color information
#DF0E77 (or 0xDF0E77) is known color: Ruby. HEX triplet: DF, 0E and 77. RGB value is (223,14,119). Sum of RGB (Red+Green+Blue) = 223+14+119=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E77 is #20F188. Grayscale: #585858. Windows color (decimal): -2158985 or 7802591. OLE color: 7802591.
HSL color Cylindrical-coordinate representation of color #DF0E77: hue angle of 329.86º 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 #DF0E77 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.13 |
| HSL | 329.86º | 0.88% | 0.46% | - |
| HSV(B) | 329.86º | 0.94% | 0.87% | - |
| XYZ | 33.92 | 17.33 | 19.01 | - |
| YUV | 88.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 119 | 0 | 0.94 | 0.47 | 0.13 | 329.86 | 0.88 | 0.46 |
| Hex | DF | E | 77 | 0 | 5E | 2F | D | 14A | 58 | 2E |
| Octal | 337 | 16 | 167 | 0 | 136 | 57 | 15 | 512 | 130 | 56 |
| Binary | 11011111 | 1110 | 1110111 | 0 | 1011110 | 101111 | 1101 | 101001010 | 1011000 | 101110 |
Color Harmonies of #DF0E77
Complementary color
Monochromatic Colors of #DF0E77
Black with #DF0E77
Text Example
Text Example
White with #DF0E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E77; }
p { color: rgb(223,14,119); }
H1.HeaderClassName
{
color: #DF0E77;
}
.AnyTagClassName
{
color: #DF0E77;
}
</style>
background-color css
<style>
a { background-color: #DF0E77; }
a { background-color: rgb(223,14,119); }
div.DivClassName
{
background-color: #DF0E77;
}
.BgClassName
{
background-color: #DF0E77;
}
</style>
border-color css
<style>
span { border-color: #DF0E77; }
span { border-color: rgb(223,14,119); }
td.TdClassName
{
border-color: #DF0E77;
}
.TagClassName
{
border-color: #DF0E77;
}
</style>