Shades of Ruby #DF155F
Tints of Ruby #DF155F
RGB
CMYK
RGB Variations
Color information
#DF155F (or 0xDF155F) is known color: Ruby. HEX triplet: DF, 15 and 5F. RGB value is (223,21,95). Sum of RGB (Red+Green+Blue) = 223+21+95=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF155F is #20EAA0. Grayscale: #595959. Windows color (decimal): -2157217 or 6231519. OLE color: 6231519.
HSL color Cylindrical-coordinate representation of color #DF155F: hue angle of 338.02º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF155F is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 95 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.13 |
| HSL | 338.02º | 0.83% | 0.48% | - |
| HSV(B) | 338.02º | 0.91% | 0.87% | - |
| XYZ | 32.77 | 17.05 | 12.39 | - |
| YUV | 89.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 95 | 0 | 0.91 | 0.57 | 0.13 | 338.02 | 0.83 | 0.48 |
| Hex | DF | 15 | 5F | 0 | 5B | 39 | D | 152 | 53 | 30 |
| Octal | 337 | 25 | 137 | 0 | 133 | 71 | 15 | 522 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011111 | 0 | 1011011 | 111001 | 1101 | 101010010 | 1010011 | 110000 |
Color Harmonies of #DF155F
Complementary color
Monochromatic Colors of #DF155F
Black with #DF155F
Text Example
Text Example
White with #DF155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF155F; }
p { color: rgb(223,21,95); }
H1.HeaderClassName
{
color: #DF155F;
}
.AnyTagClassName
{
color: #DF155F;
}
</style>
background-color css
<style>
a { background-color: #DF155F; }
a { background-color: rgb(223,21,95); }
div.DivClassName
{
background-color: #DF155F;
}
.BgClassName
{
background-color: #DF155F;
}
</style>
border-color css
<style>
span { border-color: #DF155F; }
span { border-color: rgb(223,21,95); }
td.TdClassName
{
border-color: #DF155F;
}
.TagClassName
{
border-color: #DF155F;
}
</style>