Shades of Ruby #DF0965
Tints of Ruby #DF0965
RGB
CMYK
RGB Variations
Color information
#DF0965 (or 0xDF0965) is known color: Ruby. HEX triplet: DF, 09 and 65. RGB value is (223,9,101). Sum of RGB (Red+Green+Blue) = 223+9+101=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0965 is #20F69A. Grayscale: #535353. Windows color (decimal): -2160283 or 6621663. OLE color: 6621663.
HSL color Cylindrical-coordinate representation of color #DF0965: hue angle of 334.21º 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 #DF0965 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.21º | 0.92% | 0.45% | - |
| HSV(B) | 334.21º | 0.96% | 0.87% | - |
| XYZ | 32.88 | 16.82 | 13.83 | - |
| YUV | 83.47 | 137.9 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 101 | 0 | 0.96 | 0.55 | 0.13 | 334.21 | 0.92 | 0.45 |
| Hex | DF | 9 | 65 | 0 | 60 | 37 | D | 14E | 5C | 2D |
| Octal | 337 | 11 | 145 | 0 | 140 | 67 | 15 | 516 | 134 | 55 |
| Binary | 11011111 | 1001 | 1100101 | 0 | 1100000 | 110111 | 1101 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DF0965
Complementary color
Monochromatic Colors of #DF0965
Black with #DF0965
Text Example
Text Example
White with #DF0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0965; }
p { color: rgb(223,9,101); }
H1.HeaderClassName
{
color: #DF0965;
}
.AnyTagClassName
{
color: #DF0965;
}
</style>
background-color css
<style>
a { background-color: #DF0965; }
a { background-color: rgb(223,9,101); }
div.DivClassName
{
background-color: #DF0965;
}
.BgClassName
{
background-color: #DF0965;
}
</style>
border-color css
<style>
span { border-color: #DF0965; }
span { border-color: rgb(223,9,101); }
td.TdClassName
{
border-color: #DF0965;
}
.TagClassName
{
border-color: #DF0965;
}
</style>