Shades of Ruby #DF165A
Tints of Ruby #DF165A
RGB
CMYK
RGB Variations
Color information
#DF165A (or 0xDF165A) is known color: Ruby. HEX triplet: DF, 16 and 5A. RGB value is (223,22,90). Sum of RGB (Red+Green+Blue) = 223+22+90=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF165A is #20E9A5. Grayscale: #595959. Windows color (decimal): -2156966 or 5904095. OLE color: 5904095.
HSL color Cylindrical-coordinate representation of color #DF165A: hue angle of 339.7º 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 #DF165A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 90 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.13 |
| HSL | 339.7º | 0.82% | 0.48% | - |
| HSV(B) | 339.7º | 0.9% | 0.87% | - |
| XYZ | 32.56 | 17 | 11.24 | - |
| YUV | 89.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 90 | 0 | 0.90 | 0.60 | 0.13 | 339.7 | 0.82 | 0.48 |
| Hex | DF | 16 | 5A | 0 | 5A | 3C | D | 154 | 52 | 30 |
| Octal | 337 | 26 | 132 | 0 | 132 | 74 | 15 | 524 | 122 | 60 |
| Binary | 11011111 | 10110 | 1011010 | 0 | 1011010 | 111100 | 1101 | 101010100 | 1010010 | 110000 |
Color Harmonies of #DF165A
Complementary color
Monochromatic Colors of #DF165A
Black with #DF165A
Text Example
Text Example
White with #DF165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF165A; }
p { color: rgb(223,22,90); }
H1.HeaderClassName
{
color: #DF165A;
}
.AnyTagClassName
{
color: #DF165A;
}
</style>
background-color css
<style>
a { background-color: #DF165A; }
a { background-color: rgb(223,22,90); }
div.DivClassName
{
background-color: #DF165A;
}
.BgClassName
{
background-color: #DF165A;
}
</style>
border-color css
<style>
span { border-color: #DF165A; }
span { border-color: rgb(223,22,90); }
td.TdClassName
{
border-color: #DF165A;
}
.TagClassName
{
border-color: #DF165A;
}
</style>