Shades of Ruby #DF1562
Tints of Ruby #DF1562
RGB
CMYK
RGB Variations
Color information
#DF1562 (or 0xDF1562) is known color: Ruby. HEX triplet: DF, 15 and 62. RGB value is (223,21,98). Sum of RGB (Red+Green+Blue) = 223+21+98=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1562 is #20EA9D. Grayscale: #5A5A5A. Windows color (decimal): -2157214 or 6428127. OLE color: 6428127.
HSL color Cylindrical-coordinate representation of color #DF1562: hue angle of 337.13º 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 #DF1562 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 98 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.13 |
| HSL | 337.13º | 0.83% | 0.48% | - |
| HSV(B) | 337.13º | 0.91% | 0.87% | - |
| XYZ | 32.9 | 17.11 | 13.12 | - |
| YUV | 90.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 98 | 0 | 0.91 | 0.56 | 0.13 | 337.13 | 0.83 | 0.48 |
| Hex | DF | 15 | 62 | 0 | 5B | 38 | D | 151 | 53 | 30 |
| Octal | 337 | 25 | 142 | 0 | 133 | 70 | 15 | 521 | 123 | 60 |
| Binary | 11011111 | 10101 | 1100010 | 0 | 1011011 | 111000 | 1101 | 101010001 | 1010011 | 110000 |
Color Harmonies of #DF1562
Complementary color
Monochromatic Colors of #DF1562
Black with #DF1562
Text Example
Text Example
White with #DF1562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1562; }
p { color: rgb(223,21,98); }
H1.HeaderClassName
{
color: #DF1562;
}
.AnyTagClassName
{
color: #DF1562;
}
</style>
background-color css
<style>
a { background-color: #DF1562; }
a { background-color: rgb(223,21,98); }
div.DivClassName
{
background-color: #DF1562;
}
.BgClassName
{
background-color: #DF1562;
}
</style>
border-color css
<style>
span { border-color: #DF1562; }
span { border-color: rgb(223,21,98); }
td.TdClassName
{
border-color: #DF1562;
}
.TagClassName
{
border-color: #DF1562;
}
</style>