Shades of Ruby #DF1962
Tints of Ruby #DF1962
RGB
CMYK
RGB Variations
Color information
#DF1962 (or 0xDF1962) is known color: Ruby. HEX triplet: DF, 19 and 62. RGB value is (223,25,98). Sum of RGB (Red+Green+Blue) = 223+25+98=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1962 is #20E69D. Grayscale: #5C5C5C. Windows color (decimal): -2156190 or 6429151. OLE color: 6429151.
HSL color Cylindrical-coordinate representation of color #DF1962: hue angle of 337.88º 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 #DF1962 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 98 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.13 |
| HSL | 337.88º | 0.8% | 0.49% | - |
| HSV(B) | 337.88º | 0.89% | 0.87% | - |
| XYZ | 32.98 | 17.27 | 13.15 | - |
| YUV | 92.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 98 | 0 | 0.89 | 0.56 | 0.13 | 337.88 | 0.8 | 0.49 |
| Hex | DF | 19 | 62 | 0 | 59 | 38 | D | 152 | 50 | 31 |
| Octal | 337 | 31 | 142 | 0 | 131 | 70 | 15 | 522 | 120 | 61 |
| Binary | 11011111 | 11001 | 1100010 | 0 | 1011001 | 111000 | 1101 | 101010010 | 1010000 | 110001 |
Color Harmonies of #DF1962
Complementary color
Monochromatic Colors of #DF1962
Black with #DF1962
Text Example
Text Example
White with #DF1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1962; }
p { color: rgb(223,25,98); }
H1.HeaderClassName
{
color: #DF1962;
}
.AnyTagClassName
{
color: #DF1962;
}
</style>
background-color css
<style>
a { background-color: #DF1962; }
a { background-color: rgb(223,25,98); }
div.DivClassName
{
background-color: #DF1962;
}
.BgClassName
{
background-color: #DF1962;
}
</style>
border-color css
<style>
span { border-color: #DF1962; }
span { border-color: rgb(223,25,98); }
td.TdClassName
{
border-color: #DF1962;
}
.TagClassName
{
border-color: #DF1962;
}
</style>