Shades of Ruby #DF0E5D
Tints of Ruby #DF0E5D
RGB
CMYK
RGB Variations
Color information
#DF0E5D (or 0xDF0E5D) is known color: Ruby. HEX triplet: DF, 0E and 5D. RGB value is (223,14,93). Sum of RGB (Red+Green+Blue) = 223+14+93=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E5D is #20F1A2. Grayscale: #555555. Windows color (decimal): -2159011 or 6098655. OLE color: 6098655.
HSL color Cylindrical-coordinate representation of color #DF0E5D: hue angle of 337.32º 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 #DF0E5D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 93 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.13 |
| HSL | 337.32º | 0.88% | 0.46% | - |
| HSV(B) | 337.32º | 0.94% | 0.87% | - |
| XYZ | 32.56 | 16.79 | 11.88 | - |
| YUV | 85.5 | 132.24 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 93 | 0 | 0.94 | 0.58 | 0.13 | 337.32 | 0.88 | 0.46 |
| Hex | DF | E | 5D | 0 | 5E | 3A | D | 151 | 58 | 2E |
| Octal | 337 | 16 | 135 | 0 | 136 | 72 | 15 | 521 | 130 | 56 |
| Binary | 11011111 | 1110 | 1011101 | 0 | 1011110 | 111010 | 1101 | 101010001 | 1011000 | 101110 |
Color Harmonies of #DF0E5D
Complementary color
Monochromatic Colors of #DF0E5D
Black with #DF0E5D
Text Example
Text Example
White with #DF0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E5D; }
p { color: rgb(223,14,93); }
H1.HeaderClassName
{
color: #DF0E5D;
}
.AnyTagClassName
{
color: #DF0E5D;
}
</style>
background-color css
<style>
a { background-color: #DF0E5D; }
a { background-color: rgb(223,14,93); }
div.DivClassName
{
background-color: #DF0E5D;
}
.BgClassName
{
background-color: #DF0E5D;
}
</style>
border-color css
<style>
span { border-color: #DF0E5D; }
span { border-color: rgb(223,14,93); }
td.TdClassName
{
border-color: #DF0E5D;
}
.TagClassName
{
border-color: #DF0E5D;
}
</style>