Shades of Ruby #DE0F61
Tints of Ruby #DE0F61
RGB
CMYK
RGB Variations
Color information
#DE0F61 (or 0xDE0F61) is known color: Ruby. HEX triplet: DE, 0F and 61. RGB value is (222,15,97). Sum of RGB (Red+Green+Blue) = 222+15+97=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0F61 is #21F09E. Grayscale: #565656. Windows color (decimal): -2224287 or 6361054. OLE color: 6361054.
HSL color Cylindrical-coordinate representation of color #DE0F61: hue angle of 336.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0F61 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 97 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.13 |
| HSL | 336.23º | 0.87% | 0.46% | - |
| HSV(B) | 336.23º | 0.93% | 0.87% | - |
| XYZ | 32.45 | 16.73 | 12.83 | - |
| YUV | 86.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 97 | 0 | 0.93 | 0.56 | 0.13 | 336.23 | 0.87 | 0.46 |
| Hex | DE | F | 61 | 0 | 5D | 38 | D | 150 | 57 | 2E |
| Octal | 336 | 17 | 141 | 0 | 135 | 70 | 15 | 520 | 127 | 56 |
| Binary | 11011110 | 1111 | 1100001 | 0 | 1011101 | 111000 | 1101 | 101010000 | 1010111 | 101110 |
Color Harmonies of #DE0F61
Complementary color
Monochromatic Colors of #DE0F61
Black with #DE0F61
Text Example
Text Example
White with #DE0F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0F61; }
p { color: rgb(222,15,97); }
H1.HeaderClassName
{
color: #DE0F61;
}
.AnyTagClassName
{
color: #DE0F61;
}
</style>
background-color css
<style>
a { background-color: #DE0F61; }
a { background-color: rgb(222,15,97); }
div.DivClassName
{
background-color: #DE0F61;
}
.BgClassName
{
background-color: #DE0F61;
}
</style>
border-color css
<style>
span { border-color: #DE0F61; }
span { border-color: rgb(222,15,97); }
td.TdClassName
{
border-color: #DE0F61;
}
.TagClassName
{
border-color: #DE0F61;
}
</style>