Shades of Ruby #DF0E5C
Tints of Ruby #DF0E5C
RGB
CMYK
RGB Variations
Color information
#DF0E5C (or 0xDF0E5C) is known color: Ruby. HEX triplet: DF, 0E and 5C. RGB value is (223,14,92). Sum of RGB (Red+Green+Blue) = 223+14+92=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0E5C is #20F1A3. Grayscale: #555555. Windows color (decimal): -2159012 or 6033119. OLE color: 6033119.
HSL color Cylindrical-coordinate representation of color #DF0E5C: hue angle of 337.61º 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 #DF0E5C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.13 |
| HSL | 337.61º | 0.88% | 0.46% | - |
| HSV(B) | 337.61º | 0.94% | 0.87% | - |
| XYZ | 32.52 | 16.77 | 11.65 | - |
| YUV | 85.38 | 131.74 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 92 | 0 | 0.94 | 0.59 | 0.13 | 337.61 | 0.88 | 0.46 |
| Hex | DF | E | 5C | 0 | 5E | 3B | D | 152 | 58 | 2E |
| Octal | 337 | 16 | 134 | 0 | 136 | 73 | 15 | 522 | 130 | 56 |
| Binary | 11011111 | 1110 | 1011100 | 0 | 1011110 | 111011 | 1101 | 101010010 | 1011000 | 101110 |
Color Harmonies of #DF0E5C
Complementary color
Monochromatic Colors of #DF0E5C
Black with #DF0E5C
Text Example
Text Example
White with #DF0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E5C; }
p { color: rgb(223,14,92); }
H1.HeaderClassName
{
color: #DF0E5C;
}
.AnyTagClassName
{
color: #DF0E5C;
}
</style>
background-color css
<style>
a { background-color: #DF0E5C; }
a { background-color: rgb(223,14,92); }
div.DivClassName
{
background-color: #DF0E5C;
}
.BgClassName
{
background-color: #DF0E5C;
}
</style>
border-color css
<style>
span { border-color: #DF0E5C; }
span { border-color: rgb(223,14,92); }
td.TdClassName
{
border-color: #DF0E5C;
}
.TagClassName
{
border-color: #DF0E5C;
}
</style>