Shades of Ruby #DF165C
Tints of Ruby #DF165C
RGB
CMYK
RGB Variations
Color information
#DF165C (or 0xDF165C) is known color: Ruby. HEX triplet: DF, 16 and 5C. RGB value is (223,22,92). Sum of RGB (Red+Green+Blue) = 223+22+92=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF165C is #20E9A3. Grayscale: #5A5A5A. Windows color (decimal): -2156964 or 6035167. OLE color: 6035167.
HSL color Cylindrical-coordinate representation of color #DF165C: hue angle of 339.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF165C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.13 |
| HSL | 339.1º | 0.82% | 0.48% | - |
| HSV(B) | 339.1º | 0.9% | 0.87% | - |
| XYZ | 32.65 | 17.03 | 11.69 | - |
| YUV | 90.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 92 | 0 | 0.90 | 0.59 | 0.13 | 339.1 | 0.82 | 0.48 |
| Hex | DF | 16 | 5C | 0 | 5A | 3B | D | 153 | 52 | 30 |
| Octal | 337 | 26 | 134 | 0 | 132 | 73 | 15 | 523 | 122 | 60 |
| Binary | 11011111 | 10110 | 1011100 | 0 | 1011010 | 111011 | 1101 | 101010011 | 1010010 | 110000 |
Color Harmonies of #DF165C
Complementary color
Monochromatic Colors of #DF165C
Black with #DF165C
Text Example
Text Example
White with #DF165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF165C; }
p { color: rgb(223,22,92); }
H1.HeaderClassName
{
color: #DF165C;
}
.AnyTagClassName
{
color: #DF165C;
}
</style>
background-color css
<style>
a { background-color: #DF165C; }
a { background-color: rgb(223,22,92); }
div.DivClassName
{
background-color: #DF165C;
}
.BgClassName
{
background-color: #DF165C;
}
</style>
border-color css
<style>
span { border-color: #DF165C; }
span { border-color: rgb(223,22,92); }
td.TdClassName
{
border-color: #DF165C;
}
.TagClassName
{
border-color: #DF165C;
}
</style>