Shades of Ruby #DF0D64
Tints of Ruby #DF0D64
RGB
CMYK
RGB Variations
Color information
#DF0D64 (or 0xDF0D64) is known color: Ruby. HEX triplet: DF, 0D and 64. RGB value is (223,13,100). Sum of RGB (Red+Green+Blue) = 223+13+100=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0D64 is #20F29B. Grayscale: #555555. Windows color (decimal): -2159260 or 6557151. OLE color: 6557151.
HSL color Cylindrical-coordinate representation of color #DF0D64: hue angle of 335.14º 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 #DF0D64 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 100 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.13 |
| HSL | 335.14º | 0.89% | 0.46% | - |
| HSV(B) | 335.14º | 0.94% | 0.87% | - |
| XYZ | 32.88 | 16.9 | 13.59 | - |
| YUV | 85.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 100 | 0 | 0.94 | 0.55 | 0.13 | 335.14 | 0.89 | 0.46 |
| Hex | DF | D | 64 | 0 | 5E | 37 | D | 14F | 59 | 2E |
| Octal | 337 | 15 | 144 | 0 | 136 | 67 | 15 | 517 | 131 | 56 |
| Binary | 11011111 | 1101 | 1100100 | 0 | 1011110 | 110111 | 1101 | 101001111 | 1011001 | 101110 |
Color Harmonies of #DF0D64
Complementary color
Monochromatic Colors of #DF0D64
Black with #DF0D64
Text Example
Text Example
White with #DF0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D64; }
p { color: rgb(223,13,100); }
H1.HeaderClassName
{
color: #DF0D64;
}
.AnyTagClassName
{
color: #DF0D64;
}
</style>
background-color css
<style>
a { background-color: #DF0D64; }
a { background-color: rgb(223,13,100); }
div.DivClassName
{
background-color: #DF0D64;
}
.BgClassName
{
background-color: #DF0D64;
}
</style>
border-color css
<style>
span { border-color: #DF0D64; }
span { border-color: rgb(223,13,100); }
td.TdClassName
{
border-color: #DF0D64;
}
.TagClassName
{
border-color: #DF0D64;
}
</style>