Shades of Ruby #DF0E6E
Tints of Ruby #DF0E6E
RGB
CMYK
RGB Variations
Color information
#DF0E6E (or 0xDF0E6E) is known color: Ruby. HEX triplet: DF, 0E and 6E. RGB value is (223,14,110). Sum of RGB (Red+Green+Blue) = 223+14+110=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E6E is #20F191. Grayscale: #575757. Windows color (decimal): -2158994 or 7212767. OLE color: 7212767.
HSL color Cylindrical-coordinate representation of color #DF0E6E: hue angle of 332.44º 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 #DF0E6E is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 110 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.13 |
| HSL | 332.44º | 0.88% | 0.46% | - |
| HSV(B) | 332.44º | 0.94% | 0.87% | - |
| XYZ | 33.4 | 17.13 | 16.3 | - |
| YUV | 87.44 | 140.74 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 110 | 0 | 0.94 | 0.51 | 0.13 | 332.44 | 0.88 | 0.46 |
| Hex | DF | E | 6E | 0 | 5E | 33 | D | 14C | 58 | 2E |
| Octal | 337 | 16 | 156 | 0 | 136 | 63 | 15 | 514 | 130 | 56 |
| Binary | 11011111 | 1110 | 1101110 | 0 | 1011110 | 110011 | 1101 | 101001100 | 1011000 | 101110 |
Color Harmonies of #DF0E6E
Complementary color
Monochromatic Colors of #DF0E6E
Black with #DF0E6E
Text Example
Text Example
White with #DF0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E6E; }
p { color: rgb(223,14,110); }
H1.HeaderClassName
{
color: #DF0E6E;
}
.AnyTagClassName
{
color: #DF0E6E;
}
</style>
background-color css
<style>
a { background-color: #DF0E6E; }
a { background-color: rgb(223,14,110); }
div.DivClassName
{
background-color: #DF0E6E;
}
.BgClassName
{
background-color: #DF0E6E;
}
</style>
border-color css
<style>
span { border-color: #DF0E6E; }
span { border-color: rgb(223,14,110); }
td.TdClassName
{
border-color: #DF0E6E;
}
.TagClassName
{
border-color: #DF0E6E;
}
</style>