Shades of Ruby #DE1F5B
Tints of Ruby #DE1F5B
RGB
CMYK
RGB Variations
Color information
#DE1F5B (or 0xDE1F5B) is known color: Ruby. HEX triplet: DE, 1F and 5B. RGB value is (222,31,91). Sum of RGB (Red+Green+Blue) = 222+31+91=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F5B is #21E0A4. Grayscale: #5E5E5E. Windows color (decimal): -2220197 or 5971934. OLE color: 5971934.
HSL color Cylindrical-coordinate representation of color #DE1F5B: hue angle of 341.15º 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 #DE1F5B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 91 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.13 |
| HSL | 341.15º | 0.75% | 0.5% | - |
| HSV(B) | 341.15º | 0.86% | 0.87% | - |
| XYZ | 32.5 | 17.26 | 11.52 | - |
| YUV | 94.95 | 125.78 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 91 | 0 | 0.86 | 0.59 | 0.13 | 341.15 | 0.75 | 0.5 |
| Hex | DE | 1F | 5B | 0 | 56 | 3B | D | 155 | 4B | 32 |
| Octal | 336 | 37 | 133 | 0 | 126 | 73 | 15 | 525 | 113 | 62 |
| Binary | 11011110 | 11111 | 1011011 | 0 | 1010110 | 111011 | 1101 | 101010101 | 1001011 | 110010 |
Color Harmonies of #DE1F5B
Complementary color
Monochromatic Colors of #DE1F5B
Black with #DE1F5B
Text Example
Text Example
White with #DE1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1F5B; }
p { color: rgb(222,31,91); }
H1.HeaderClassName
{
color: #DE1F5B;
}
.AnyTagClassName
{
color: #DE1F5B;
}
</style>
background-color css
<style>
a { background-color: #DE1F5B; }
a { background-color: rgb(222,31,91); }
div.DivClassName
{
background-color: #DE1F5B;
}
.BgClassName
{
background-color: #DE1F5B;
}
</style>
border-color css
<style>
span { border-color: #DE1F5B; }
span { border-color: rgb(222,31,91); }
td.TdClassName
{
border-color: #DE1F5B;
}
.TagClassName
{
border-color: #DE1F5B;
}
</style>