Shades of Ruby #DF096D
Tints of Ruby #DF096D
RGB
CMYK
RGB Variations
Color information
#DF096D (or 0xDF096D) is known color: Ruby. HEX triplet: DF, 09 and 6D. RGB value is (223,9,109). Sum of RGB (Red+Green+Blue) = 223+9+109=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF096D is #20F692. Grayscale: #545454. Windows color (decimal): -2160275 or 7145951. OLE color: 7145951.
HSL color Cylindrical-coordinate representation of color #DF096D: hue angle of 331.96º 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 #DF096D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.13 |
| HSL | 331.96º | 0.92% | 0.45% | - |
| HSV(B) | 331.96º | 0.96% | 0.87% | - |
| XYZ | 33.29 | 16.99 | 15.99 | - |
| YUV | 84.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 109 | 0 | 0.96 | 0.51 | 0.13 | 331.96 | 0.92 | 0.45 |
| Hex | DF | 9 | 6D | 0 | 60 | 33 | D | 14C | 5C | 2D |
| Octal | 337 | 11 | 155 | 0 | 140 | 63 | 15 | 514 | 134 | 55 |
| Binary | 11011111 | 1001 | 1101101 | 0 | 1100000 | 110011 | 1101 | 101001100 | 1011100 | 101101 |
Color Harmonies of #DF096D
Complementary color
Monochromatic Colors of #DF096D
Black with #DF096D
Text Example
Text Example
White with #DF096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF096D; }
p { color: rgb(223,9,109); }
H1.HeaderClassName
{
color: #DF096D;
}
.AnyTagClassName
{
color: #DF096D;
}
</style>
background-color css
<style>
a { background-color: #DF096D; }
a { background-color: rgb(223,9,109); }
div.DivClassName
{
background-color: #DF096D;
}
.BgClassName
{
background-color: #DF096D;
}
</style>
border-color css
<style>
span { border-color: #DF096D; }
span { border-color: rgb(223,9,109); }
td.TdClassName
{
border-color: #DF096D;
}
.TagClassName
{
border-color: #DF096D;
}
</style>