Shades of Ruby #DF096E
Tints of Ruby #DF096E
RGB
CMYK
RGB Variations
Color information
#DF096E (or 0xDF096E) is known color: Ruby. HEX triplet: DF, 09 and 6E. RGB value is (223,9,110). Sum of RGB (Red+Green+Blue) = 223+9+110=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF096E is #20F691. Grayscale: #545454. Windows color (decimal): -2160274 or 7211487. OLE color: 7211487.
HSL color Cylindrical-coordinate representation of color #DF096E: hue angle of 331.68º 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 #DF096E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.13 |
| HSL | 331.68º | 0.92% | 0.45% | - |
| HSV(B) | 331.68º | 0.96% | 0.87% | - |
| XYZ | 33.34 | 17.01 | 16.28 | - |
| YUV | 84.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 110 | 0 | 0.96 | 0.51 | 0.13 | 331.68 | 0.92 | 0.45 |
| Hex | DF | 9 | 6E | 0 | 60 | 33 | D | 14C | 5C | 2D |
| Octal | 337 | 11 | 156 | 0 | 140 | 63 | 15 | 514 | 134 | 55 |
| Binary | 11011111 | 1001 | 1101110 | 0 | 1100000 | 110011 | 1101 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DF096E
Complementary color
Monochromatic Colors of #DF096E
Black with #DF096E
Text Example
Text Example
White with #DF096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF096E; }
p { color: rgb(223,9,110); }
H1.HeaderClassName
{
color: #DF096E;
}
.AnyTagClassName
{
color: #DF096E;
}
</style>
background-color css
<style>
a { background-color: #DF096E; }
a { background-color: rgb(223,9,110); }
div.DivClassName
{
background-color: #DF096E;
}
.BgClassName
{
background-color: #DF096E;
}
</style>
border-color css
<style>
span { border-color: #DF096E; }
span { border-color: rgb(223,9,110); }
td.TdClassName
{
border-color: #DF096E;
}
.TagClassName
{
border-color: #DF096E;
}
</style>