Shades of Ruby #DF0A64
Tints of Ruby #DF0A64
RGB
CMYK
RGB Variations
Color information
#DF0A64 (or 0xDF0A64) is known color: Ruby. HEX triplet: DF, 0A and 64. RGB value is (223,10,100). Sum of RGB (Red+Green+Blue) = 223+10+100=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A64 is #20F59B. Grayscale: #535353. Windows color (decimal): -2160028 or 6556383. OLE color: 6556383.
HSL color Cylindrical-coordinate representation of color #DF0A64: hue angle of 334.65º 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 #DF0A64 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 100 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.65º | 0.91% | 0.46% | - |
| HSV(B) | 334.65º | 0.96% | 0.87% | - |
| XYZ | 32.84 | 16.83 | 13.57 | - |
| YUV | 83.95 | 137.07 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 100 | 0 | 0.96 | 0.55 | 0.13 | 334.65 | 0.91 | 0.46 |
| Hex | DF | A | 64 | 0 | 60 | 37 | D | 14F | 5B | 2E |
| Octal | 337 | 12 | 144 | 0 | 140 | 67 | 15 | 517 | 133 | 56 |
| Binary | 11011111 | 1010 | 1100100 | 0 | 1100000 | 110111 | 1101 | 101001111 | 1011011 | 101110 |
Color Harmonies of #DF0A64
Complementary color
Monochromatic Colors of #DF0A64
Black with #DF0A64
Text Example
Text Example
White with #DF0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A64; }
p { color: rgb(223,10,100); }
H1.HeaderClassName
{
color: #DF0A64;
}
.AnyTagClassName
{
color: #DF0A64;
}
</style>
background-color css
<style>
a { background-color: #DF0A64; }
a { background-color: rgb(223,10,100); }
div.DivClassName
{
background-color: #DF0A64;
}
.BgClassName
{
background-color: #DF0A64;
}
</style>
border-color css
<style>
span { border-color: #DF0A64; }
span { border-color: rgb(223,10,100); }
td.TdClassName
{
border-color: #DF0A64;
}
.TagClassName
{
border-color: #DF0A64;
}
</style>