Shades of Ruby #DE106C
Tints of Ruby #DE106C
RGB
CMYK
RGB Variations
Color information
#DE106C (or 0xDE106C) is known color: Ruby. HEX triplet: DE, 10 and 6C. RGB value is (222,16,108). Sum of RGB (Red+Green+Blue) = 222+16+108=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE106C is #21EF93. Grayscale: #575757. Windows color (decimal): -2224020 or 7082206. OLE color: 7082206.
HSL color Cylindrical-coordinate representation of color #DE106C: hue angle of 333.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE106C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.13 |
| HSL | 333.2º | 0.87% | 0.47% | - |
| HSV(B) | 333.2º | 0.93% | 0.87% | - |
| XYZ | 33.02 | 16.98 | 15.73 | - |
| YUV | 88.08 | 139.25 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 108 | 0 | 0.93 | 0.51 | 0.13 | 333.2 | 0.87 | 0.47 |
| Hex | DE | 10 | 6C | 0 | 5D | 33 | D | 14D | 57 | 2F |
| Octal | 336 | 20 | 154 | 0 | 135 | 63 | 15 | 515 | 127 | 57 |
| Binary | 11011110 | 10000 | 1101100 | 0 | 1011101 | 110011 | 1101 | 101001101 | 1010111 | 101111 |
Color Harmonies of #DE106C
Complementary color
Monochromatic Colors of #DE106C
Black with #DE106C
Text Example
Text Example
White with #DE106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE106C; }
p { color: rgb(222,16,108); }
H1.HeaderClassName
{
color: #DE106C;
}
.AnyTagClassName
{
color: #DE106C;
}
</style>
background-color css
<style>
a { background-color: #DE106C; }
a { background-color: rgb(222,16,108); }
div.DivClassName
{
background-color: #DE106C;
}
.BgClassName
{
background-color: #DE106C;
}
</style>
border-color css
<style>
span { border-color: #DE106C; }
span { border-color: rgb(222,16,108); }
td.TdClassName
{
border-color: #DE106C;
}
.TagClassName
{
border-color: #DE106C;
}
</style>