Shades of Ruby #DE136E
Tints of Ruby #DE136E
RGB
CMYK
RGB Variations
Color information
#DE136E (or 0xDE136E) is known color: Ruby. HEX triplet: DE, 13 and 6E. RGB value is (222,19,110). Sum of RGB (Red+Green+Blue) = 222+19+110=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE136E is #21EC91. Grayscale: #595959. Windows color (decimal): -2223250 or 7214046. OLE color: 7214046.
HSL color Cylindrical-coordinate representation of color #DE136E: hue angle of 333.1º degrees, saturation: 0.84, 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 #DE136E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.13 |
| HSL | 333.1º | 0.84% | 0.47% | - |
| HSV(B) | 333.1º | 0.91% | 0.87% | - |
| XYZ | 33.17 | 17.12 | 16.31 | - |
| YUV | 90.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 110 | 0 | 0.91 | 0.50 | 0.13 | 333.1 | 0.84 | 0.47 |
| Hex | DE | 13 | 6E | 0 | 5B | 32 | D | 14D | 54 | 2F |
| Octal | 336 | 23 | 156 | 0 | 133 | 62 | 15 | 515 | 124 | 57 |
| Binary | 11011110 | 10011 | 1101110 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DE136E
Complementary color
Monochromatic Colors of #DE136E
Black with #DE136E
Text Example
Text Example
White with #DE136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE136E; }
p { color: rgb(222,19,110); }
H1.HeaderClassName
{
color: #DE136E;
}
.AnyTagClassName
{
color: #DE136E;
}
</style>
background-color css
<style>
a { background-color: #DE136E; }
a { background-color: rgb(222,19,110); }
div.DivClassName
{
background-color: #DE136E;
}
.BgClassName
{
background-color: #DE136E;
}
</style>
border-color css
<style>
span { border-color: #DE136E; }
span { border-color: rgb(222,19,110); }
td.TdClassName
{
border-color: #DE136E;
}
.TagClassName
{
border-color: #DE136E;
}
</style>