Shades of Ruby #DF1869
Tints of Ruby #DF1869
RGB
CMYK
RGB Variations
Color information
#DF1869 (or 0xDF1869) is known color: Ruby. HEX triplet: DF, 18 and 69. RGB value is (223,24,105). Sum of RGB (Red+Green+Blue) = 223+24+105=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1869 is #20E796. Grayscale: #5C5C5C. Windows color (decimal): -2156439 or 6887647. OLE color: 6887647.
HSL color Cylindrical-coordinate representation of color #DF1869: hue angle of 335.58º 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 #DF1869 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 105 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.13 |
| HSL | 335.58º | 0.81% | 0.48% | - |
| HSV(B) | 335.58º | 0.89% | 0.87% | - |
| XYZ | 33.31 | 17.36 | 14.96 | - |
| YUV | 92.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 105 | 0 | 0.89 | 0.53 | 0.13 | 335.58 | 0.81 | 0.48 |
| Hex | DF | 18 | 69 | 0 | 59 | 35 | D | 150 | 51 | 30 |
| Octal | 337 | 30 | 151 | 0 | 131 | 65 | 15 | 520 | 121 | 60 |
| Binary | 11011111 | 11000 | 1101001 | 0 | 1011001 | 110101 | 1101 | 101010000 | 1010001 | 110000 |
Color Harmonies of #DF1869
Complementary color
Monochromatic Colors of #DF1869
Black with #DF1869
Text Example
Text Example
White with #DF1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1869; }
p { color: rgb(223,24,105); }
H1.HeaderClassName
{
color: #DF1869;
}
.AnyTagClassName
{
color: #DF1869;
}
</style>
background-color css
<style>
a { background-color: #DF1869; }
a { background-color: rgb(223,24,105); }
div.DivClassName
{
background-color: #DF1869;
}
.BgClassName
{
background-color: #DF1869;
}
</style>
border-color css
<style>
span { border-color: #DF1869; }
span { border-color: rgb(223,24,105); }
td.TdClassName
{
border-color: #DF1869;
}
.TagClassName
{
border-color: #DF1869;
}
</style>