Shades of Ruby #DF096C
Tints of Ruby #DF096C
RGB
CMYK
RGB Variations
Color information
#DF096C (or 0xDF096C) is known color: Ruby. HEX triplet: DF, 09 and 6C. RGB value is (223,9,108). Sum of RGB (Red+Green+Blue) = 223+9+108=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF096C is #20F693. Grayscale: #545454. Windows color (decimal): -2160276 or 7080415. OLE color: 7080415.
HSL color Cylindrical-coordinate representation of color #DF096C: hue angle of 332.24º 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 #DF096C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.13 |
| HSL | 332.24º | 0.92% | 0.45% | - |
| HSV(B) | 332.24º | 0.96% | 0.87% | - |
| XYZ | 33.24 | 16.97 | 15.71 | - |
| YUV | 84.27 | 141.4 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 108 | 0 | 0.96 | 0.52 | 0.13 | 332.24 | 0.92 | 0.45 |
| Hex | DF | 9 | 6C | 0 | 60 | 34 | D | 14C | 5C | 2D |
| Octal | 337 | 11 | 154 | 0 | 140 | 64 | 15 | 514 | 134 | 55 |
| Binary | 11011111 | 1001 | 1101100 | 0 | 1100000 | 110100 | 1101 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DF096C
Complementary color
Monochromatic Colors of #DF096C
Black with #DF096C
Text Example
Text Example
White with #DF096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF096C; }
p { color: rgb(223,9,108); }
H1.HeaderClassName
{
color: #DF096C;
}
.AnyTagClassName
{
color: #DF096C;
}
</style>
background-color css
<style>
a { background-color: #DF096C; }
a { background-color: rgb(223,9,108); }
div.DivClassName
{
background-color: #DF096C;
}
.BgClassName
{
background-color: #DF096C;
}
</style>
border-color css
<style>
span { border-color: #DF096C; }
span { border-color: rgb(223,9,108); }
td.TdClassName
{
border-color: #DF096C;
}
.TagClassName
{
border-color: #DF096C;
}
</style>