Shades of Ruby #DF1F62
Tints of Ruby #DF1F62
RGB
CMYK
RGB Variations
Color information
#DF1F62 (or 0xDF1F62) is known color: Ruby. HEX triplet: DF, 1F and 62. RGB value is (223,31,98). Sum of RGB (Red+Green+Blue) = 223+31+98=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1F62 is #20E09D. Grayscale: #5F5F5F. Windows color (decimal): -2154654 or 6430687. OLE color: 6430687.
HSL color Cylindrical-coordinate representation of color #DF1F62: hue angle of 339.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F62 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 98 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.13 |
| HSL | 339.06º | 0.76% | 0.5% | - |
| HSV(B) | 339.06º | 0.86% | 0.87% | - |
| XYZ | 33.13 | 17.55 | 13.2 | - |
| YUV | 96.05 | 129.11 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 98 | 0 | 0.86 | 0.56 | 0.13 | 339.06 | 0.76 | 0.5 |
| Hex | DF | 1F | 62 | 0 | 56 | 38 | D | 153 | 4C | 32 |
| Octal | 337 | 37 | 142 | 0 | 126 | 70 | 15 | 523 | 114 | 62 |
| Binary | 11011111 | 11111 | 1100010 | 0 | 1010110 | 111000 | 1101 | 101010011 | 1001100 | 110010 |
Color Harmonies of #DF1F62
Complementary color
Monochromatic Colors of #DF1F62
Black with #DF1F62
Text Example
Text Example
White with #DF1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F62; }
p { color: rgb(223,31,98); }
H1.HeaderClassName
{
color: #DF1F62;
}
.AnyTagClassName
{
color: #DF1F62;
}
</style>
background-color css
<style>
a { background-color: #DF1F62; }
a { background-color: rgb(223,31,98); }
div.DivClassName
{
background-color: #DF1F62;
}
.BgClassName
{
background-color: #DF1F62;
}
</style>
border-color css
<style>
span { border-color: #DF1F62; }
span { border-color: rgb(223,31,98); }
td.TdClassName
{
border-color: #DF1F62;
}
.TagClassName
{
border-color: #DF1F62;
}
</style>