Shades of Ruby #DF186B
Tints of Ruby #DF186B
RGB
CMYK
RGB Variations
Color information
#DF186B (or 0xDF186B) is known color: Ruby. HEX triplet: DF, 18 and 6B. RGB value is (223,24,107). Sum of RGB (Red+Green+Blue) = 223+24+107=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF186B is #20E794. Grayscale: #5C5C5C. Windows color (decimal): -2156437 or 7018719. OLE color: 7018719.
HSL color Cylindrical-coordinate representation of color #DF186B: hue angle of 334.97º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF186B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 107 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.13 |
| HSL | 334.97º | 0.81% | 0.48% | - |
| HSV(B) | 334.97º | 0.89% | 0.87% | - |
| XYZ | 33.41 | 17.4 | 15.51 | - |
| YUV | 92.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 107 | 0 | 0.89 | 0.52 | 0.13 | 334.97 | 0.81 | 0.48 |
| Hex | DF | 18 | 6B | 0 | 59 | 34 | D | 14F | 51 | 30 |
| Octal | 337 | 30 | 153 | 0 | 131 | 64 | 15 | 517 | 121 | 60 |
| Binary | 11011111 | 11000 | 1101011 | 0 | 1011001 | 110100 | 1101 | 101001111 | 1010001 | 110000 |
Color Harmonies of #DF186B
Complementary color
Monochromatic Colors of #DF186B
Black with #DF186B
Text Example
Text Example
White with #DF186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF186B; }
p { color: rgb(223,24,107); }
H1.HeaderClassName
{
color: #DF186B;
}
.AnyTagClassName
{
color: #DF186B;
}
</style>
background-color css
<style>
a { background-color: #DF186B; }
a { background-color: rgb(223,24,107); }
div.DivClassName
{
background-color: #DF186B;
}
.BgClassName
{
background-color: #DF186B;
}
</style>
border-color css
<style>
span { border-color: #DF186B; }
span { border-color: rgb(223,24,107); }
td.TdClassName
{
border-color: #DF186B;
}
.TagClassName
{
border-color: #DF186B;
}
</style>