Shades of Ruby #DF155E
Tints of Ruby #DF155E
RGB
CMYK
RGB Variations
Color information
#DF155E (or 0xDF155E) is known color: Ruby. HEX triplet: DF, 15 and 5E. RGB value is (223,21,94). Sum of RGB (Red+Green+Blue) = 223+21+94=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF155E is #20EAA1. Grayscale: #595959. Windows color (decimal): -2157218 or 6165983. OLE color: 6165983.
HSL color Cylindrical-coordinate representation of color #DF155E: hue angle of 338.32º 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 #DF155E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.32º | 0.83% | 0.48% | - |
| HSV(B) | 338.32º | 0.91% | 0.87% | - |
| XYZ | 32.72 | 17.03 | 12.15 | - |
| YUV | 89.72 | 130.42 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 94 | 0 | 0.91 | 0.58 | 0.13 | 338.32 | 0.83 | 0.48 |
| Hex | DF | 15 | 5E | 0 | 5B | 3A | D | 152 | 53 | 30 |
| Octal | 337 | 25 | 136 | 0 | 133 | 72 | 15 | 522 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011110 | 0 | 1011011 | 111010 | 1101 | 101010010 | 1010011 | 110000 |
Color Harmonies of #DF155E
Complementary color
Monochromatic Colors of #DF155E
Black with #DF155E
Text Example
Text Example
White with #DF155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF155E; }
p { color: rgb(223,21,94); }
H1.HeaderClassName
{
color: #DF155E;
}
.AnyTagClassName
{
color: #DF155E;
}
</style>
background-color css
<style>
a { background-color: #DF155E; }
a { background-color: rgb(223,21,94); }
div.DivClassName
{
background-color: #DF155E;
}
.BgClassName
{
background-color: #DF155E;
}
</style>
border-color css
<style>
span { border-color: #DF155E; }
span { border-color: rgb(223,21,94); }
td.TdClassName
{
border-color: #DF155E;
}
.TagClassName
{
border-color: #DF155E;
}
</style>