Shades of Ruby #DF166F
Tints of Ruby #DF166F
RGB
CMYK
RGB Variations
Color information
#DF166F (or 0xDF166F) is known color: Ruby. HEX triplet: DF, 16 and 6F. RGB value is (223,22,111). Sum of RGB (Red+Green+Blue) = 223+22+111=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF166F is #20E990. Grayscale: #5C5C5C. Windows color (decimal): -2156945 or 7280351. OLE color: 7280351.
HSL color Cylindrical-coordinate representation of color #DF166F: hue angle of 333.43º 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 #DF166F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.13 |
| HSL | 333.43º | 0.82% | 0.48% | - |
| HSV(B) | 333.43º | 0.9% | 0.87% | - |
| XYZ | 33.59 | 17.41 | 16.63 | - |
| YUV | 92.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 111 | 0 | 0.90 | 0.50 | 0.13 | 333.43 | 0.82 | 0.48 |
| Hex | DF | 16 | 6F | 0 | 5A | 32 | D | 14D | 52 | 30 |
| Octal | 337 | 26 | 157 | 0 | 132 | 62 | 15 | 515 | 122 | 60 |
| Binary | 11011111 | 10110 | 1101111 | 0 | 1011010 | 110010 | 1101 | 101001101 | 1010010 | 110000 |
Color Harmonies of #DF166F
Complementary color
Monochromatic Colors of #DF166F
Black with #DF166F
Text Example
Text Example
White with #DF166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF166F; }
p { color: rgb(223,22,111); }
H1.HeaderClassName
{
color: #DF166F;
}
.AnyTagClassName
{
color: #DF166F;
}
</style>
background-color css
<style>
a { background-color: #DF166F; }
a { background-color: rgb(223,22,111); }
div.DivClassName
{
background-color: #DF166F;
}
.BgClassName
{
background-color: #DF166F;
}
</style>
border-color css
<style>
span { border-color: #DF166F; }
span { border-color: rgb(223,22,111); }
td.TdClassName
{
border-color: #DF166F;
}
.TagClassName
{
border-color: #DF166F;
}
</style>