Shades of Ruby #DF0969
Tints of Ruby #DF0969
RGB
CMYK
RGB Variations
Color information
#DF0969 (or 0xDF0969) is known color: Ruby. HEX triplet: DF, 09 and 69. RGB value is (223,9,105). Sum of RGB (Red+Green+Blue) = 223+9+105=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0969 is #20F696. Grayscale: #535353. Windows color (decimal): -2160279 or 6883807. OLE color: 6883807.
HSL color Cylindrical-coordinate representation of color #DF0969: hue angle of 333.08º 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 #DF0969 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.13 |
| HSL | 333.08º | 0.92% | 0.45% | - |
| HSV(B) | 333.08º | 0.96% | 0.87% | - |
| XYZ | 33.08 | 16.9 | 14.88 | - |
| YUV | 83.93 | 139.9 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 105 | 0 | 0.96 | 0.53 | 0.13 | 333.08 | 0.92 | 0.45 |
| Hex | DF | 9 | 69 | 0 | 60 | 35 | D | 14D | 5C | 2D |
| Octal | 337 | 11 | 151 | 0 | 140 | 65 | 15 | 515 | 134 | 55 |
| Binary | 11011111 | 1001 | 1101001 | 0 | 1100000 | 110101 | 1101 | 101001101 | 1011100 | 101101 |
Color Harmonies of #DF0969
Complementary color
Monochromatic Colors of #DF0969
Black with #DF0969
Text Example
Text Example
White with #DF0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0969; }
p { color: rgb(223,9,105); }
H1.HeaderClassName
{
color: #DF0969;
}
.AnyTagClassName
{
color: #DF0969;
}
</style>
background-color css
<style>
a { background-color: #DF0969; }
a { background-color: rgb(223,9,105); }
div.DivClassName
{
background-color: #DF0969;
}
.BgClassName
{
background-color: #DF0969;
}
</style>
border-color css
<style>
span { border-color: #DF0969; }
span { border-color: rgb(223,9,105); }
td.TdClassName
{
border-color: #DF0969;
}
.TagClassName
{
border-color: #DF0969;
}
</style>