Shades of Ruby #DF0F72
Tints of Ruby #DF0F72
RGB
CMYK
RGB Variations
Color information
#DF0F72 (or 0xDF0F72) is known color: Ruby. HEX triplet: DF, 0F and 72. RGB value is (223,15,114). Sum of RGB (Red+Green+Blue) = 223+15+114=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F72 is #20F08D. Grayscale: #585858. Windows color (decimal): -2158734 or 7475167. OLE color: 7475167.
HSL color Cylindrical-coordinate representation of color #DF0F72: hue angle of 331.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F72 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 114 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.13 |
| HSL | 331.44º | 0.87% | 0.47% | - |
| HSV(B) | 331.44º | 0.93% | 0.87% | - |
| XYZ | 33.64 | 17.24 | 17.48 | - |
| YUV | 88.48 | 142.41 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 114 | 0 | 0.93 | 0.49 | 0.13 | 331.44 | 0.87 | 0.47 |
| Hex | DF | F | 72 | 0 | 5D | 31 | D | 14B | 57 | 2F |
| Octal | 337 | 17 | 162 | 0 | 135 | 61 | 15 | 513 | 127 | 57 |
| Binary | 11011111 | 1111 | 1110010 | 0 | 1011101 | 110001 | 1101 | 101001011 | 1010111 | 101111 |
Color Harmonies of #DF0F72
Complementary color
Monochromatic Colors of #DF0F72
Black with #DF0F72
Text Example
Text Example
White with #DF0F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F72; }
p { color: rgb(223,15,114); }
H1.HeaderClassName
{
color: #DF0F72;
}
.AnyTagClassName
{
color: #DF0F72;
}
</style>
background-color css
<style>
a { background-color: #DF0F72; }
a { background-color: rgb(223,15,114); }
div.DivClassName
{
background-color: #DF0F72;
}
.BgClassName
{
background-color: #DF0F72;
}
</style>
border-color css
<style>
span { border-color: #DF0F72; }
span { border-color: rgb(223,15,114); }
td.TdClassName
{
border-color: #DF0F72;
}
.TagClassName
{
border-color: #DF0F72;
}
</style>