Shades of Ruby #DE0D6C
Tints of Ruby #DE0D6C
RGB
CMYK
RGB Variations
Color information
#DE0D6C (or 0xDE0D6C) is known color: Ruby. HEX triplet: DE, 0D and 6C. RGB value is (222,13,108). Sum of RGB (Red+Green+Blue) = 222+13+108=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D6C is #21F293. Grayscale: #565656. Windows color (decimal): -2224788 or 7081438. OLE color: 7081438.
HSL color Cylindrical-coordinate representation of color #DE0D6C: hue angle of 332.73º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0D6C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.13 |
| HSL | 332.73º | 0.89% | 0.46% | - |
| HSV(B) | 332.73º | 0.94% | 0.87% | - |
| XYZ | 32.97 | 16.9 | 15.71 | - |
| YUV | 86.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 108 | 0 | 0.94 | 0.51 | 0.13 | 332.73 | 0.89 | 0.46 |
| Hex | DE | D | 6C | 0 | 5E | 33 | D | 14D | 59 | 2E |
| Octal | 336 | 15 | 154 | 0 | 136 | 63 | 15 | 515 | 131 | 56 |
| Binary | 11011110 | 1101 | 1101100 | 0 | 1011110 | 110011 | 1101 | 101001101 | 1011001 | 101110 |
Color Harmonies of #DE0D6C
Complementary color
Monochromatic Colors of #DE0D6C
Black with #DE0D6C
Text Example
Text Example
White with #DE0D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D6C; }
p { color: rgb(222,13,108); }
H1.HeaderClassName
{
color: #DE0D6C;
}
.AnyTagClassName
{
color: #DE0D6C;
}
</style>
background-color css
<style>
a { background-color: #DE0D6C; }
a { background-color: rgb(222,13,108); }
div.DivClassName
{
background-color: #DE0D6C;
}
.BgClassName
{
background-color: #DE0D6C;
}
</style>
border-color css
<style>
span { border-color: #DE0D6C; }
span { border-color: rgb(222,13,108); }
td.TdClassName
{
border-color: #DE0D6C;
}
.TagClassName
{
border-color: #DE0D6C;
}
</style>