Shades of Ruby #DE1F60
Tints of Ruby #DE1F60
RGB
CMYK
RGB Variations
Color information
#DE1F60 (or 0xDE1F60) is known color: Ruby. HEX triplet: DE, 1F and 60. RGB value is (222,31,96). Sum of RGB (Red+Green+Blue) = 222+31+96=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F60 is #21E09F. Grayscale: #5F5F5F. Windows color (decimal): -2220192 or 6299614. OLE color: 6299614.
HSL color Cylindrical-coordinate representation of color #DE1F60: hue angle of 339.58º degrees, saturation: 0.75, 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 #DE1F60 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 96 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.13 |
| HSL | 339.58º | 0.75% | 0.5% | - |
| HSV(B) | 339.58º | 0.86% | 0.87% | - |
| XYZ | 32.73 | 17.35 | 12.69 | - |
| YUV | 95.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 96 | 0 | 0.86 | 0.57 | 0.13 | 339.58 | 0.75 | 0.5 |
| Hex | DE | 1F | 60 | 0 | 56 | 39 | D | 154 | 4B | 32 |
| Octal | 336 | 37 | 140 | 0 | 126 | 71 | 15 | 524 | 113 | 62 |
| Binary | 11011110 | 11111 | 1100000 | 0 | 1010110 | 111001 | 1101 | 101010100 | 1001011 | 110010 |
Color Harmonies of #DE1F60
Complementary color
Monochromatic Colors of #DE1F60
Black with #DE1F60
Text Example
Text Example
White with #DE1F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1F60; }
p { color: rgb(222,31,96); }
H1.HeaderClassName
{
color: #DE1F60;
}
.AnyTagClassName
{
color: #DE1F60;
}
</style>
background-color css
<style>
a { background-color: #DE1F60; }
a { background-color: rgb(222,31,96); }
div.DivClassName
{
background-color: #DE1F60;
}
.BgClassName
{
background-color: #DE1F60;
}
</style>
border-color css
<style>
span { border-color: #DE1F60; }
span { border-color: rgb(222,31,96); }
td.TdClassName
{
border-color: #DE1F60;
}
.TagClassName
{
border-color: #DE1F60;
}
</style>