Shades of Ruby #DF166A
Tints of Ruby #DF166A
RGB
CMYK
RGB Variations
Color information
#DF166A (or 0xDF166A) is known color: Ruby. HEX triplet: DF, 16 and 6A. RGB value is (223,22,106). Sum of RGB (Red+Green+Blue) = 223+22+106=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF166A is #20E995. Grayscale: #5B5B5B. Windows color (decimal): -2156950 or 6952671. OLE color: 6952671.
HSL color Cylindrical-coordinate representation of color #DF166A: hue angle of 334.93º 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 #DF166A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 106 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.13 |
| HSL | 334.93º | 0.82% | 0.48% | - |
| HSV(B) | 334.93º | 0.9% | 0.87% | - |
| XYZ | 33.32 | 17.3 | 15.22 | - |
| YUV | 91.68 | 136.09 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 106 | 0 | 0.90 | 0.52 | 0.13 | 334.93 | 0.82 | 0.48 |
| Hex | DF | 16 | 6A | 0 | 5A | 34 | D | 14F | 52 | 30 |
| Octal | 337 | 26 | 152 | 0 | 132 | 64 | 15 | 517 | 122 | 60 |
| Binary | 11011111 | 10110 | 1101010 | 0 | 1011010 | 110100 | 1101 | 101001111 | 1010010 | 110000 |
Color Harmonies of #DF166A
Complementary color
Monochromatic Colors of #DF166A
Black with #DF166A
Text Example
Text Example
White with #DF166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF166A; }
p { color: rgb(223,22,106); }
H1.HeaderClassName
{
color: #DF166A;
}
.AnyTagClassName
{
color: #DF166A;
}
</style>
background-color css
<style>
a { background-color: #DF166A; }
a { background-color: rgb(223,22,106); }
div.DivClassName
{
background-color: #DF166A;
}
.BgClassName
{
background-color: #DF166A;
}
</style>
border-color css
<style>
span { border-color: #DF166A; }
span { border-color: rgb(223,22,106); }
td.TdClassName
{
border-color: #DF166A;
}
.TagClassName
{
border-color: #DF166A;
}
</style>