Shades of Ruby #DE106F
Tints of Ruby #DE106F
RGB
CMYK
RGB Variations
Color information
#DE106F (or 0xDE106F) is known color: Ruby. HEX triplet: DE, 10 and 6F. RGB value is (222,16,111). Sum of RGB (Red+Green+Blue) = 222+16+111=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE106F is #21EF90. Grayscale: #585858. Windows color (decimal): -2224017 or 7278814. OLE color: 7278814.
HSL color Cylindrical-coordinate representation of color #DE106F: hue angle of 332.33º 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 #DE106F is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.13 |
| HSL | 332.33º | 0.87% | 0.47% | - |
| HSV(B) | 332.33º | 0.93% | 0.87% | - |
| XYZ | 33.18 | 17.05 | 16.58 | - |
| YUV | 88.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 111 | 0 | 0.93 | 0.5 | 0.13 | 332.33 | 0.87 | 0.47 |
| Hex | DE | 10 | 6F | 0 | 5D | 32 | D | 14C | 57 | 2F |
| Octal | 336 | 20 | 157 | 0 | 135 | 62 | 15 | 514 | 127 | 57 |
| Binary | 11011110 | 10000 | 1101111 | 0 | 1011101 | 110010 | 1101 | 101001100 | 1010111 | 101111 |
Color Harmonies of #DE106F
Complementary color
Monochromatic Colors of #DE106F
Black with #DE106F
Text Example
Text Example
White with #DE106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE106F; }
p { color: rgb(222,16,111); }
H1.HeaderClassName
{
color: #DE106F;
}
.AnyTagClassName
{
color: #DE106F;
}
</style>
background-color css
<style>
a { background-color: #DE106F; }
a { background-color: rgb(222,16,111); }
div.DivClassName
{
background-color: #DE106F;
}
.BgClassName
{
background-color: #DE106F;
}
</style>
border-color css
<style>
span { border-color: #DE106F; }
span { border-color: rgb(222,16,111); }
td.TdClassName
{
border-color: #DE106F;
}
.TagClassName
{
border-color: #DE106F;
}
</style>