Shades of Ruby #DF1655
Tints of Ruby #DF1655
RGB
CMYK
RGB Variations
Color information
#DF1655 (or 0xDF1655) is known color: Ruby. HEX triplet: DF, 16 and 55. RGB value is (223,22,85). Sum of RGB (Red+Green+Blue) = 223+22+85=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1655 is #20E9AA. Grayscale: #595959. Windows color (decimal): -2156971 or 5576415. OLE color: 5576415.
HSL color Cylindrical-coordinate representation of color #DF1655: hue angle of 341.19º 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 #DF1655 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 85 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.13 |
| HSL | 341.19º | 0.82% | 0.48% | - |
| HSV(B) | 341.19º | 0.9% | 0.87% | - |
| XYZ | 32.36 | 16.92 | 10.15 | - |
| YUV | 89.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 85 | 0 | 0.90 | 0.62 | 0.13 | 341.19 | 0.82 | 0.48 |
| Hex | DF | 16 | 55 | 0 | 5A | 3E | D | 155 | 52 | 30 |
| Octal | 337 | 26 | 125 | 0 | 132 | 76 | 15 | 525 | 122 | 60 |
| Binary | 11011111 | 10110 | 1010101 | 0 | 1011010 | 111110 | 1101 | 101010101 | 1010010 | 110000 |
Color Harmonies of #DF1655
Complementary color
Monochromatic Colors of #DF1655
Black with #DF1655
Text Example
Text Example
White with #DF1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1655; }
p { color: rgb(223,22,85); }
H1.HeaderClassName
{
color: #DF1655;
}
.AnyTagClassName
{
color: #DF1655;
}
</style>
background-color css
<style>
a { background-color: #DF1655; }
a { background-color: rgb(223,22,85); }
div.DivClassName
{
background-color: #DF1655;
}
.BgClassName
{
background-color: #DF1655;
}
</style>
border-color css
<style>
span { border-color: #DF1655; }
span { border-color: rgb(223,22,85); }
td.TdClassName
{
border-color: #DF1655;
}
.TagClassName
{
border-color: #DF1655;
}
</style>