Shades of Ruby #DF0870
Tints of Ruby #DF0870
RGB
CMYK
RGB Variations
Color information
#DF0870 (or 0xDF0870) is known color: Ruby. HEX triplet: DF, 08 and 70. RGB value is (223,8,112). Sum of RGB (Red+Green+Blue) = 223+8+112=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0870 is #20F78F. Grayscale: #535353. Windows color (decimal): -2160528 or 7342303. OLE color: 7342303.
HSL color Cylindrical-coordinate representation of color #DF0870: hue angle of 330.98º degrees, saturation: 0.93, 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 #DF0870 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.13 |
| HSL | 330.98º | 0.93% | 0.45% | - |
| HSV(B) | 330.98º | 0.96% | 0.87% | - |
| XYZ | 33.44 | 17.03 | 16.85 | - |
| YUV | 84.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 112 | 0 | 0.96 | 0.50 | 0.13 | 330.98 | 0.93 | 0.45 |
| Hex | DF | 8 | 70 | 0 | 60 | 32 | D | 14B | 5D | 2D |
| Octal | 337 | 10 | 160 | 0 | 140 | 62 | 15 | 513 | 135 | 55 |
| Binary | 11011111 | 1000 | 1110000 | 0 | 1100000 | 110010 | 1101 | 101001011 | 1011101 | 101101 |
Color Harmonies of #DF0870
Complementary color
Monochromatic Colors of #DF0870
Black with #DF0870
Text Example
Text Example
White with #DF0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0870; }
p { color: rgb(223,8,112); }
H1.HeaderClassName
{
color: #DF0870;
}
.AnyTagClassName
{
color: #DF0870;
}
</style>
background-color css
<style>
a { background-color: #DF0870; }
a { background-color: rgb(223,8,112); }
div.DivClassName
{
background-color: #DF0870;
}
.BgClassName
{
background-color: #DF0870;
}
</style>
border-color css
<style>
span { border-color: #DF0870; }
span { border-color: rgb(223,8,112); }
td.TdClassName
{
border-color: #DF0870;
}
.TagClassName
{
border-color: #DF0870;
}
</style>