Shades of Ruby #DF0E6C
Tints of Ruby #DF0E6C
RGB
CMYK
RGB Variations
Color information
#DF0E6C (or 0xDF0E6C) is known color: Ruby. HEX triplet: DF, 0E and 6C. RGB value is (223,14,108). Sum of RGB (Red+Green+Blue) = 223+14+108=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E6C is #20F193. Grayscale: #575757. Windows color (decimal): -2158996 or 7081695. OLE color: 7081695.
HSL color Cylindrical-coordinate representation of color #DF0E6C: hue angle of 333.01º 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 #DF0E6C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 108 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.13 |
| HSL | 333.01º | 0.88% | 0.46% | - |
| HSV(B) | 333.01º | 0.94% | 0.87% | - |
| XYZ | 33.3 | 17.08 | 15.73 | - |
| YUV | 87.21 | 139.74 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 108 | 0 | 0.94 | 0.52 | 0.13 | 333.01 | 0.88 | 0.46 |
| Hex | DF | E | 6C | 0 | 5E | 34 | D | 14D | 58 | 2E |
| Octal | 337 | 16 | 154 | 0 | 136 | 64 | 15 | 515 | 130 | 56 |
| Binary | 11011111 | 1110 | 1101100 | 0 | 1011110 | 110100 | 1101 | 101001101 | 1011000 | 101110 |
Color Harmonies of #DF0E6C
Complementary color
Monochromatic Colors of #DF0E6C
Black with #DF0E6C
Text Example
Text Example
White with #DF0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E6C; }
p { color: rgb(223,14,108); }
H1.HeaderClassName
{
color: #DF0E6C;
}
.AnyTagClassName
{
color: #DF0E6C;
}
</style>
background-color css
<style>
a { background-color: #DF0E6C; }
a { background-color: rgb(223,14,108); }
div.DivClassName
{
background-color: #DF0E6C;
}
.BgClassName
{
background-color: #DF0E6C;
}
</style>
border-color css
<style>
span { border-color: #DF0E6C; }
span { border-color: rgb(223,14,108); }
td.TdClassName
{
border-color: #DF0E6C;
}
.TagClassName
{
border-color: #DF0E6C;
}
</style>