Shades of Ruby #DF0966
Tints of Ruby #DF0966
RGB
CMYK
RGB Variations
Color information
#DF0966 (or 0xDF0966) is known color: Ruby. HEX triplet: DF, 09 and 66. RGB value is (223,9,102). Sum of RGB (Red+Green+Blue) = 223+9+102=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0966 is #20F699. Grayscale: #535353. Windows color (decimal): -2160282 or 6687199. OLE color: 6687199.
HSL color Cylindrical-coordinate representation of color #DF0966: hue angle of 333.93º 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 #DF0966 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.13 |
| HSL | 333.93º | 0.92% | 0.45% | - |
| HSV(B) | 333.93º | 0.96% | 0.87% | - |
| XYZ | 32.93 | 16.84 | 14.09 | - |
| YUV | 83.59 | 138.4 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 102 | 0 | 0.96 | 0.54 | 0.13 | 333.93 | 0.92 | 0.45 |
| Hex | DF | 9 | 66 | 0 | 60 | 36 | D | 14E | 5C | 2D |
| Octal | 337 | 11 | 146 | 0 | 140 | 66 | 15 | 516 | 134 | 55 |
| Binary | 11011111 | 1001 | 1100110 | 0 | 1100000 | 110110 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DF0966
Complementary color
Monochromatic Colors of #DF0966
Black with #DF0966
Text Example
Text Example
White with #DF0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0966; }
p { color: rgb(223,9,102); }
H1.HeaderClassName
{
color: #DF0966;
}
.AnyTagClassName
{
color: #DF0966;
}
</style>
background-color css
<style>
a { background-color: #DF0966; }
a { background-color: rgb(223,9,102); }
div.DivClassName
{
background-color: #DF0966;
}
.BgClassName
{
background-color: #DF0966;
}
</style>
border-color css
<style>
span { border-color: #DF0966; }
span { border-color: rgb(223,9,102); }
td.TdClassName
{
border-color: #DF0966;
}
.TagClassName
{
border-color: #DF0966;
}
</style>