Shades of Ruby #DF1864
Tints of Ruby #DF1864
RGB
CMYK
RGB Variations
Color information
#DF1864 (or 0xDF1864) is known color: Ruby. HEX triplet: DF, 18 and 64. RGB value is (223,24,100). Sum of RGB (Red+Green+Blue) = 223+24+100=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1864 is #20E79B. Grayscale: #5C5C5C. Windows color (decimal): -2156444 or 6559967. OLE color: 6559967.
HSL color Cylindrical-coordinate representation of color #DF1864: hue angle of 337.09º 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 #DF1864 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 100 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.13 |
| HSL | 337.09º | 0.81% | 0.48% | - |
| HSV(B) | 337.09º | 0.89% | 0.87% | - |
| XYZ | 33.06 | 17.26 | 13.65 | - |
| YUV | 92.17 | 132.43 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 100 | 0 | 0.89 | 0.55 | 0.13 | 337.09 | 0.81 | 0.48 |
| Hex | DF | 18 | 64 | 0 | 59 | 37 | D | 151 | 51 | 30 |
| Octal | 337 | 30 | 144 | 0 | 131 | 67 | 15 | 521 | 121 | 60 |
| Binary | 11011111 | 11000 | 1100100 | 0 | 1011001 | 110111 | 1101 | 101010001 | 1010001 | 110000 |
Color Harmonies of #DF1864
Complementary color
Monochromatic Colors of #DF1864
Black with #DF1864
Text Example
Text Example
White with #DF1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1864; }
p { color: rgb(223,24,100); }
H1.HeaderClassName
{
color: #DF1864;
}
.AnyTagClassName
{
color: #DF1864;
}
</style>
background-color css
<style>
a { background-color: #DF1864; }
a { background-color: rgb(223,24,100); }
div.DivClassName
{
background-color: #DF1864;
}
.BgClassName
{
background-color: #DF1864;
}
</style>
border-color css
<style>
span { border-color: #DF1864; }
span { border-color: rgb(223,24,100); }
td.TdClassName
{
border-color: #DF1864;
}
.TagClassName
{
border-color: #DF1864;
}
</style>