Shades of Ruby #DE056C
Tints of Ruby #DE056C
RGB
CMYK
RGB Variations
Color information
#DE056C (or 0xDE056C) is known color: Ruby. HEX triplet: DE, 05 and 6C. RGB value is (222,5,108). Sum of RGB (Red+Green+Blue) = 222+5+108=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE056C is #21FA93. Grayscale: #515151. Windows color (decimal): -2226836 or 7079390. OLE color: 7079390.
HSL color Cylindrical-coordinate representation of color #DE056C: hue angle of 331.52º 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 #DE056C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.13 |
| HSL | 331.52º | 0.96% | 0.45% | - |
| HSV(B) | 331.52º | 0.98% | 0.87% | - |
| XYZ | 32.89 | 16.72 | 15.68 | - |
| YUV | 81.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 108 | 0 | 0.98 | 0.51 | 0.13 | 331.52 | 0.96 | 0.45 |
| Hex | DE | 5 | 6C | 0 | 62 | 33 | D | 14C | 60 | 2D |
| Octal | 336 | 5 | 154 | 0 | 142 | 63 | 15 | 514 | 140 | 55 |
| Binary | 11011110 | 101 | 1101100 | 0 | 1100010 | 110011 | 1101 | 101001100 | 1100000 | 101101 |
Color Harmonies of #DE056C
Complementary color
Monochromatic Colors of #DE056C
Black with #DE056C
Text Example
Text Example
White with #DE056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE056C; }
p { color: rgb(222,5,108); }
H1.HeaderClassName
{
color: #DE056C;
}
.AnyTagClassName
{
color: #DE056C;
}
</style>
background-color css
<style>
a { background-color: #DE056C; }
a { background-color: rgb(222,5,108); }
div.DivClassName
{
background-color: #DE056C;
}
.BgClassName
{
background-color: #DE056C;
}
</style>
border-color css
<style>
span { border-color: #DE056C; }
span { border-color: rgb(222,5,108); }
td.TdClassName
{
border-color: #DE056C;
}
.TagClassName
{
border-color: #DE056C;
}
</style>