Shades of Ruby #DF166D
Tints of Ruby #DF166D
RGB
CMYK
RGB Variations
Color information
#DF166D (or 0xDF166D) is known color: Ruby. HEX triplet: DF, 16 and 6D. RGB value is (223,22,109). Sum of RGB (Red+Green+Blue) = 223+22+109=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF166D is #20E992. Grayscale: #5B5B5B. Windows color (decimal): -2156947 or 7149279. OLE color: 7149279.
HSL color Cylindrical-coordinate representation of color #DF166D: hue angle of 334.03º 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 #DF166D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.13 |
| HSL | 334.03º | 0.82% | 0.48% | - |
| HSV(B) | 334.03º | 0.9% | 0.87% | - |
| XYZ | 33.48 | 17.37 | 16.06 | - |
| YUV | 92.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 109 | 0 | 0.90 | 0.51 | 0.13 | 334.03 | 0.82 | 0.48 |
| Hex | DF | 16 | 6D | 0 | 5A | 33 | D | 14E | 52 | 30 |
| Octal | 337 | 26 | 155 | 0 | 132 | 63 | 15 | 516 | 122 | 60 |
| Binary | 11011111 | 10110 | 1101101 | 0 | 1011010 | 110011 | 1101 | 101001110 | 1010010 | 110000 |
Color Harmonies of #DF166D
Complementary color
Monochromatic Colors of #DF166D
Black with #DF166D
Text Example
Text Example
White with #DF166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF166D; }
p { color: rgb(223,22,109); }
H1.HeaderClassName
{
color: #DF166D;
}
.AnyTagClassName
{
color: #DF166D;
}
</style>
background-color css
<style>
a { background-color: #DF166D; }
a { background-color: rgb(223,22,109); }
div.DivClassName
{
background-color: #DF166D;
}
.BgClassName
{
background-color: #DF166D;
}
</style>
border-color css
<style>
span { border-color: #DF166D; }
span { border-color: rgb(223,22,109); }
td.TdClassName
{
border-color: #DF166D;
}
.TagClassName
{
border-color: #DF166D;
}
</style>