Shades of Ruby #DE056D
Tints of Ruby #DE056D
RGB
CMYK
RGB Variations
Color information
#DE056D (or 0xDE056D) is known color: Ruby. HEX triplet: DE, 05 and 6D. RGB value is (222,5,109). Sum of RGB (Red+Green+Blue) = 222+5+109=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE056D is #21FA92. Grayscale: #515151. Windows color (decimal): -2226835 or 7144926. OLE color: 7144926.
HSL color Cylindrical-coordinate representation of color #DE056D: hue angle of 331.24º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE056D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 331.24º | 0.96% | 0.45% | - |
| HSV(B) | 331.24º | 0.98% | 0.87% | - |
| XYZ | 32.94 | 16.74 | 15.96 | - |
| YUV | 81.74 | 143.39 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 109 | 0 | 0.98 | 0.51 | 0.13 | 331.24 | 0.96 | 0.45 |
| Hex | DE | 5 | 6D | 0 | 62 | 33 | D | 14B | 60 | 2D |
| Octal | 336 | 5 | 155 | 0 | 142 | 63 | 15 | 513 | 140 | 55 |
| Binary | 11011110 | 101 | 1101101 | 0 | 1100010 | 110011 | 1101 | 101001011 | 1100000 | 101101 |
Color Harmonies of #DE056D
Complementary color
Monochromatic Colors of #DE056D
Black with #DE056D
Text Example
Text Example
White with #DE056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE056D; }
p { color: rgb(222,5,109); }
H1.HeaderClassName
{
color: #DE056D;
}
.AnyTagClassName
{
color: #DE056D;
}
</style>
background-color css
<style>
a { background-color: #DE056D; }
a { background-color: rgb(222,5,109); }
div.DivClassName
{
background-color: #DE056D;
}
.BgClassName
{
background-color: #DE056D;
}
</style>
border-color css
<style>
span { border-color: #DE056D; }
span { border-color: rgb(222,5,109); }
td.TdClassName
{
border-color: #DE056D;
}
.TagClassName
{
border-color: #DE056D;
}
</style>