Shades of Ruby #DF1972
Tints of Ruby #DF1972
RGB
CMYK
RGB Variations
Color information
#DF1972 (or 0xDF1972) is known color: Ruby. HEX triplet: DF, 19 and 72. RGB value is (223,25,114). Sum of RGB (Red+Green+Blue) = 223+25+114=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1972 is #20E68D. Grayscale: #5E5E5E. Windows color (decimal): -2156174 or 7477727. OLE color: 7477727.
HSL color Cylindrical-coordinate representation of color #DF1972: hue angle of 333.03º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1972 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 114 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.13 |
| HSL | 333.03º | 0.8% | 0.49% | - |
| HSV(B) | 333.03º | 0.89% | 0.87% | - |
| XYZ | 33.82 | 17.6 | 17.53 | - |
| YUV | 94.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 114 | 0 | 0.89 | 0.49 | 0.13 | 333.03 | 0.8 | 0.49 |
| Hex | DF | 19 | 72 | 0 | 59 | 31 | D | 14D | 50 | 31 |
| Octal | 337 | 31 | 162 | 0 | 131 | 61 | 15 | 515 | 120 | 61 |
| Binary | 11011111 | 11001 | 1110010 | 0 | 1011001 | 110001 | 1101 | 101001101 | 1010000 | 110001 |
Color Harmonies of #DF1972
Complementary color
Monochromatic Colors of #DF1972
Black with #DF1972
Text Example
Text Example
White with #DF1972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1972; }
p { color: rgb(223,25,114); }
H1.HeaderClassName
{
color: #DF1972;
}
.AnyTagClassName
{
color: #DF1972;
}
</style>
background-color css
<style>
a { background-color: #DF1972; }
a { background-color: rgb(223,25,114); }
div.DivClassName
{
background-color: #DF1972;
}
.BgClassName
{
background-color: #DF1972;
}
</style>
border-color css
<style>
span { border-color: #DF1972; }
span { border-color: rgb(223,25,114); }
td.TdClassName
{
border-color: #DF1972;
}
.TagClassName
{
border-color: #DF1972;
}
</style>