Shades of Ruby #DF155D
Tints of Ruby #DF155D
RGB
CMYK
RGB Variations
Color information
#DF155D (or 0xDF155D) is known color: Ruby. HEX triplet: DF, 15 and 5D. RGB value is (223,21,93). Sum of RGB (Red+Green+Blue) = 223+21+93=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF155D is #20EAA2. Grayscale: #595959. Windows color (decimal): -2157219 or 6100447. OLE color: 6100447.
HSL color Cylindrical-coordinate representation of color #DF155D: hue angle of 338.61º 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 #DF155D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.61º | 0.83% | 0.48% | - |
| HSV(B) | 338.61º | 0.91% | 0.87% | - |
| XYZ | 32.68 | 17.01 | 11.92 | - |
| YUV | 89.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 93 | 0 | 0.91 | 0.58 | 0.13 | 338.61 | 0.83 | 0.48 |
| Hex | DF | 15 | 5D | 0 | 5B | 3A | D | 153 | 53 | 30 |
| Octal | 337 | 25 | 135 | 0 | 133 | 72 | 15 | 523 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011101 | 0 | 1011011 | 111010 | 1101 | 101010011 | 1010011 | 110000 |
Color Harmonies of #DF155D
Complementary color
Monochromatic Colors of #DF155D
Black with #DF155D
Text Example
Text Example
White with #DF155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF155D; }
p { color: rgb(223,21,93); }
H1.HeaderClassName
{
color: #DF155D;
}
.AnyTagClassName
{
color: #DF155D;
}
</style>
background-color css
<style>
a { background-color: #DF155D; }
a { background-color: rgb(223,21,93); }
div.DivClassName
{
background-color: #DF155D;
}
.BgClassName
{
background-color: #DF155D;
}
</style>
border-color css
<style>
span { border-color: #DF155D; }
span { border-color: rgb(223,21,93); }
td.TdClassName
{
border-color: #DF155D;
}
.TagClassName
{
border-color: #DF155D;
}
</style>