Shades of Ruby #DF0D76
Tints of Ruby #DF0D76
RGB
CMYK
RGB Variations
Color information
#DF0D76 (or 0xDF0D76) is known color: Ruby. HEX triplet: DF, 0D and 76. RGB value is (223,13,118). Sum of RGB (Red+Green+Blue) = 223+13+118=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D76 is #20F289. Grayscale: #575757. Windows color (decimal): -2159242 or 7736799. OLE color: 7736799.
HSL color Cylindrical-coordinate representation of color #DF0D76: hue angle of 330º degrees, saturation: 0.89, 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 #DF0D76 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 118 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.13 |
| HSL | 330º | 0.89% | 0.46% | - |
| HSV(B) | 330º | 0.94% | 0.87% | - |
| XYZ | 33.85 | 17.28 | 18.69 | - |
| YUV | 87.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 118 | 0 | 0.94 | 0.47 | 0.13 | 330 | 0.89 | 0.46 |
| Hex | DF | D | 76 | 0 | 5E | 2F | D | 14A | 59 | 2E |
| Octal | 337 | 15 | 166 | 0 | 136 | 57 | 15 | 512 | 131 | 56 |
| Binary | 11011111 | 1101 | 1110110 | 0 | 1011110 | 101111 | 1101 | 101001010 | 1011001 | 101110 |
Color Harmonies of #DF0D76
Complementary color
Monochromatic Colors of #DF0D76
Black with #DF0D76
Text Example
Text Example
White with #DF0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D76; }
p { color: rgb(223,13,118); }
H1.HeaderClassName
{
color: #DF0D76;
}
.AnyTagClassName
{
color: #DF0D76;
}
</style>
background-color css
<style>
a { background-color: #DF0D76; }
a { background-color: rgb(223,13,118); }
div.DivClassName
{
background-color: #DF0D76;
}
.BgClassName
{
background-color: #DF0D76;
}
</style>
border-color css
<style>
span { border-color: #DF0D76; }
span { border-color: rgb(223,13,118); }
td.TdClassName
{
border-color: #DF0D76;
}
.TagClassName
{
border-color: #DF0D76;
}
</style>