Shades of Ruby #DE146C
Tints of Ruby #DE146C
RGB
CMYK
RGB Variations
Color information
#DE146C (or 0xDE146C) is known color: Ruby. HEX triplet: DE, 14 and 6C. RGB value is (222,20,108). Sum of RGB (Red+Green+Blue) = 222+20+108=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE146C is #21EB93. Grayscale: #5A5A5A. Windows color (decimal): -2222996 or 7083230. OLE color: 7083230.
HSL color Cylindrical-coordinate representation of color #DE146C: hue angle of 333.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE146C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 20 | 108 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.86º | 0.83% | 0.47% | - |
| HSV(B) | 333.86º | 0.91% | 0.87% | - |
| XYZ | 33.08 | 17.11 | 15.75 | - |
| YUV | 90.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 20 | 108 | 0 | 0.91 | 0.51 | 0.13 | 333.86 | 0.83 | 0.47 |
| Hex | DE | 14 | 6C | 0 | 5B | 33 | D | 14E | 53 | 2F |
| Octal | 336 | 24 | 154 | 0 | 133 | 63 | 15 | 516 | 123 | 57 |
| Binary | 11011110 | 10100 | 1101100 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010011 | 101111 |
Color Harmonies of #DE146C
Complementary color
Monochromatic Colors of #DE146C
Black with #DE146C
Text Example
Text Example
White with #DE146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE146C; }
p { color: rgb(222,20,108); }
H1.HeaderClassName
{
color: #DE146C;
}
.AnyTagClassName
{
color: #DE146C;
}
</style>
background-color css
<style>
a { background-color: #DE146C; }
a { background-color: rgb(222,20,108); }
div.DivClassName
{
background-color: #DE146C;
}
.BgClassName
{
background-color: #DE146C;
}
</style>
border-color css
<style>
span { border-color: #DE146C; }
span { border-color: rgb(222,20,108); }
td.TdClassName
{
border-color: #DE146C;
}
.TagClassName
{
border-color: #DE146C;
}
</style>