Shades of Ruby #DF155A
Tints of Ruby #DF155A
RGB
CMYK
RGB Variations
Color information
#DF155A (or 0xDF155A) is known color: Ruby. HEX triplet: DF, 15 and 5A. RGB value is (223,21,90). Sum of RGB (Red+Green+Blue) = 223+21+90=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF155A is #20EAA5. Grayscale: #595959. Windows color (decimal): -2157222 or 5903839. OLE color: 5903839.
HSL color Cylindrical-coordinate representation of color #DF155A: hue angle of 339.5º 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 #DF155A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.13 |
| HSL | 339.5º | 0.83% | 0.48% | - |
| HSV(B) | 339.5º | 0.91% | 0.87% | - |
| XYZ | 32.55 | 16.96 | 11.23 | - |
| YUV | 89.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 90 | 0 | 0.91 | 0.60 | 0.13 | 339.5 | 0.83 | 0.48 |
| Hex | DF | 15 | 5A | 0 | 5B | 3C | D | 154 | 53 | 30 |
| Octal | 337 | 25 | 132 | 0 | 133 | 74 | 15 | 524 | 123 | 60 |
| Binary | 11011111 | 10101 | 1011010 | 0 | 1011011 | 111100 | 1101 | 101010100 | 1010011 | 110000 |
Color Harmonies of #DF155A
Complementary color
Monochromatic Colors of #DF155A
Black with #DF155A
Text Example
Text Example
White with #DF155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF155A; }
p { color: rgb(223,21,90); }
H1.HeaderClassName
{
color: #DF155A;
}
.AnyTagClassName
{
color: #DF155A;
}
</style>
background-color css
<style>
a { background-color: #DF155A; }
a { background-color: rgb(223,21,90); }
div.DivClassName
{
background-color: #DF155A;
}
.BgClassName
{
background-color: #DF155A;
}
</style>
border-color css
<style>
span { border-color: #DF155A; }
span { border-color: rgb(223,21,90); }
td.TdClassName
{
border-color: #DF155A;
}
.TagClassName
{
border-color: #DF155A;
}
</style>