Shades of Ruby #DE126F
Tints of Ruby #DE126F
RGB
CMYK
RGB Variations
Color information
#DE126F (or 0xDE126F) is known color: Ruby. HEX triplet: DE, 12 and 6F. RGB value is (222,18,111). Sum of RGB (Red+Green+Blue) = 222+18+111=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE126F is #21ED90. Grayscale: #595959. Windows color (decimal): -2223505 or 7279326. OLE color: 7279326.
HSL color Cylindrical-coordinate representation of color #DE126F: hue angle of 332.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE126F is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 111 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.13 |
| HSL | 332.65º | 0.85% | 0.47% | - |
| HSV(B) | 332.65º | 0.92% | 0.87% | - |
| XYZ | 33.21 | 17.11 | 16.59 | - |
| YUV | 89.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 111 | 0 | 0.92 | 0.5 | 0.13 | 332.65 | 0.85 | 0.47 |
| Hex | DE | 12 | 6F | 0 | 5C | 32 | D | 14D | 55 | 2F |
| Octal | 336 | 22 | 157 | 0 | 134 | 62 | 15 | 515 | 125 | 57 |
| Binary | 11011110 | 10010 | 1101111 | 0 | 1011100 | 110010 | 1101 | 101001101 | 1010101 | 101111 |
Color Harmonies of #DE126F
Complementary color
Monochromatic Colors of #DE126F
Black with #DE126F
Text Example
Text Example
White with #DE126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE126F; }
p { color: rgb(222,18,111); }
H1.HeaderClassName
{
color: #DE126F;
}
.AnyTagClassName
{
color: #DE126F;
}
</style>
background-color css
<style>
a { background-color: #DE126F; }
a { background-color: rgb(222,18,111); }
div.DivClassName
{
background-color: #DE126F;
}
.BgClassName
{
background-color: #DE126F;
}
</style>
border-color css
<style>
span { border-color: #DE126F; }
span { border-color: rgb(222,18,111); }
td.TdClassName
{
border-color: #DE126F;
}
.TagClassName
{
border-color: #DE126F;
}
</style>