Shades of Ruby #DF1868
Tints of Ruby #DF1868
RGB
CMYK
RGB Variations
Color information
#DF1868 (or 0xDF1868) is known color: Ruby. HEX triplet: DF, 18 and 68. RGB value is (223,24,104). Sum of RGB (Red+Green+Blue) = 223+24+104=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1868 is #20E797. Grayscale: #5C5C5C. Windows color (decimal): -2156440 or 6822111. OLE color: 6822111.
HSL color Cylindrical-coordinate representation of color #DF1868: hue angle of 335.88º 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 #DF1868 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 104 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.13 |
| HSL | 335.88º | 0.81% | 0.48% | - |
| HSV(B) | 335.88º | 0.89% | 0.87% | - |
| XYZ | 33.26 | 17.34 | 14.69 | - |
| YUV | 92.62 | 134.43 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 104 | 0 | 0.89 | 0.53 | 0.13 | 335.88 | 0.81 | 0.48 |
| Hex | DF | 18 | 68 | 0 | 59 | 35 | D | 150 | 51 | 30 |
| Octal | 337 | 30 | 150 | 0 | 131 | 65 | 15 | 520 | 121 | 60 |
| Binary | 11011111 | 11000 | 1101000 | 0 | 1011001 | 110101 | 1101 | 101010000 | 1010001 | 110000 |
Color Harmonies of #DF1868
Complementary color
Monochromatic Colors of #DF1868
Black with #DF1868
Text Example
Text Example
White with #DF1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1868; }
p { color: rgb(223,24,104); }
H1.HeaderClassName
{
color: #DF1868;
}
.AnyTagClassName
{
color: #DF1868;
}
</style>
background-color css
<style>
a { background-color: #DF1868; }
a { background-color: rgb(223,24,104); }
div.DivClassName
{
background-color: #DF1868;
}
.BgClassName
{
background-color: #DF1868;
}
</style>
border-color css
<style>
span { border-color: #DF1868; }
span { border-color: rgb(223,24,104); }
td.TdClassName
{
border-color: #DF1868;
}
.TagClassName
{
border-color: #DF1868;
}
</style>