Shades of Ruby #DF0968
Tints of Ruby #DF0968
RGB
CMYK
RGB Variations
Color information
#DF0968 (or 0xDF0968) is known color: Ruby. HEX triplet: DF, 09 and 68. RGB value is (223,9,104). Sum of RGB (Red+Green+Blue) = 223+9+104=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0968 is #20F697. Grayscale: #535353. Windows color (decimal): -2160280 or 6818271. OLE color: 6818271.
HSL color Cylindrical-coordinate representation of color #DF0968: hue angle of 333.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0968 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.13 |
| HSL | 333.36º | 0.92% | 0.45% | - |
| HSV(B) | 333.36º | 0.96% | 0.87% | - |
| XYZ | 33.03 | 16.88 | 14.61 | - |
| YUV | 83.82 | 139.4 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 104 | 0 | 0.96 | 0.53 | 0.13 | 333.36 | 0.92 | 0.45 |
| Hex | DF | 9 | 68 | 0 | 60 | 35 | D | 14D | 5C | 2D |
| Octal | 337 | 11 | 150 | 0 | 140 | 65 | 15 | 515 | 134 | 55 |
| Binary | 11011111 | 1001 | 1101000 | 0 | 1100000 | 110101 | 1101 | 101001101 | 1011100 | 101101 |
Color Harmonies of #DF0968
Complementary color
Monochromatic Colors of #DF0968
Black with #DF0968
Text Example
Text Example
White with #DF0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0968; }
p { color: rgb(223,9,104); }
H1.HeaderClassName
{
color: #DF0968;
}
.AnyTagClassName
{
color: #DF0968;
}
</style>
background-color css
<style>
a { background-color: #DF0968; }
a { background-color: rgb(223,9,104); }
div.DivClassName
{
background-color: #DF0968;
}
.BgClassName
{
background-color: #DF0968;
}
</style>
border-color css
<style>
span { border-color: #DF0968; }
span { border-color: rgb(223,9,104); }
td.TdClassName
{
border-color: #DF0968;
}
.TagClassName
{
border-color: #DF0968;
}
</style>