Shades of Ruby #DF145E
Tints of Ruby #DF145E
RGB
CMYK
RGB Variations
Color information
#DF145E (or 0xDF145E) is known color: Ruby. HEX triplet: DF, 14 and 5E. RGB value is (223,20,94). Sum of RGB (Red+Green+Blue) = 223+20+94=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF145E is #20EBA1. Grayscale: #595959. Windows color (decimal): -2157474 or 6165727. OLE color: 6165727.
HSL color Cylindrical-coordinate representation of color #DF145E: hue angle of 338.13º degrees, saturation: 0.84, 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 #DF145E is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 94 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.13º | 0.84% | 0.48% | - |
| HSV(B) | 338.13º | 0.91% | 0.87% | - |
| XYZ | 32.7 | 17 | 12.15 | - |
| YUV | 89.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 94 | 0 | 0.91 | 0.58 | 0.13 | 338.13 | 0.84 | 0.48 |
| Hex | DF | 14 | 5E | 0 | 5B | 3A | D | 152 | 54 | 30 |
| Octal | 337 | 24 | 136 | 0 | 133 | 72 | 15 | 522 | 124 | 60 |
| Binary | 11011111 | 10100 | 1011110 | 0 | 1011011 | 111010 | 1101 | 101010010 | 1010100 | 110000 |
Color Harmonies of #DF145E
Complementary color
Monochromatic Colors of #DF145E
Black with #DF145E
Text Example
Text Example
White with #DF145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF145E; }
p { color: rgb(223,20,94); }
H1.HeaderClassName
{
color: #DF145E;
}
.AnyTagClassName
{
color: #DF145E;
}
</style>
background-color css
<style>
a { background-color: #DF145E; }
a { background-color: rgb(223,20,94); }
div.DivClassName
{
background-color: #DF145E;
}
.BgClassName
{
background-color: #DF145E;
}
</style>
border-color css
<style>
span { border-color: #DF145E; }
span { border-color: rgb(223,20,94); }
td.TdClassName
{
border-color: #DF145E;
}
.TagClassName
{
border-color: #DF145E;
}
</style>