Shades of Ruby #DE154F
Tints of Ruby #DE154F
RGB
CMYK
RGB Variations
Color information
#DE154F (or 0xDE154F) is known color: Ruby. HEX triplet: DE, 15 and 4F. RGB value is (222,21,79). Sum of RGB (Red+Green+Blue) = 222+21+79=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE154F is #21EAB0. Grayscale: #575757. Windows color (decimal): -2222769 or 5182942. OLE color: 5182942.
HSL color Cylindrical-coordinate representation of color #DE154F: hue angle of 342.69º 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 #DE154F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.13 |
| HSL | 342.69º | 0.83% | 0.48% | - |
| HSV(B) | 342.69º | 0.91% | 0.87% | - |
| XYZ | 31.8 | 16.63 | 8.93 | - |
| YUV | 87.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 79 | 0 | 0.91 | 0.64 | 0.13 | 342.69 | 0.83 | 0.48 |
| Hex | DE | 15 | 4F | 0 | 5B | 40 | D | 157 | 53 | 30 |
| Octal | 336 | 25 | 117 | 0 | 133 | 100 | 15 | 527 | 123 | 60 |
| Binary | 11011110 | 10101 | 1001111 | 0 | 1011011 | 1000000 | 1101 | 101010111 | 1010011 | 110000 |
Color Harmonies of #DE154F
Complementary color
Monochromatic Colors of #DE154F
Black with #DE154F
Text Example
Text Example
White with #DE154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE154F; }
p { color: rgb(222,21,79); }
H1.HeaderClassName
{
color: #DE154F;
}
.AnyTagClassName
{
color: #DE154F;
}
</style>
background-color css
<style>
a { background-color: #DE154F; }
a { background-color: rgb(222,21,79); }
div.DivClassName
{
background-color: #DE154F;
}
.BgClassName
{
background-color: #DE154F;
}
</style>
border-color css
<style>
span { border-color: #DE154F; }
span { border-color: rgb(222,21,79); }
td.TdClassName
{
border-color: #DE154F;
}
.TagClassName
{
border-color: #DE154F;
}
</style>