Shades of Ruby #DE136F
Tints of Ruby #DE136F
RGB
CMYK
RGB Variations
Color information
#DE136F (or 0xDE136F) is known color: Ruby. HEX triplet: DE, 13 and 6F. RGB value is (222,19,111). Sum of RGB (Red+Green+Blue) = 222+19+111=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE136F is #21EC90. Grayscale: #5A5A5A. Windows color (decimal): -2223249 or 7279582. OLE color: 7279582.
HSL color Cylindrical-coordinate representation of color #DE136F: hue angle of 332.81º 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 #DE136F is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 111 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.13 |
| HSL | 332.81º | 0.84% | 0.47% | - |
| HSV(B) | 332.81º | 0.91% | 0.87% | - |
| XYZ | 33.23 | 17.14 | 16.6 | - |
| YUV | 90.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 111 | 0 | 0.91 | 0.5 | 0.13 | 332.81 | 0.84 | 0.47 |
| Hex | DE | 13 | 6F | 0 | 5B | 32 | D | 14D | 54 | 2F |
| Octal | 336 | 23 | 157 | 0 | 133 | 62 | 15 | 515 | 124 | 57 |
| Binary | 11011110 | 10011 | 1101111 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DE136F
Complementary color
Monochromatic Colors of #DE136F
Black with #DE136F
Text Example
Text Example
White with #DE136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE136F; }
p { color: rgb(222,19,111); }
H1.HeaderClassName
{
color: #DE136F;
}
.AnyTagClassName
{
color: #DE136F;
}
</style>
background-color css
<style>
a { background-color: #DE136F; }
a { background-color: rgb(222,19,111); }
div.DivClassName
{
background-color: #DE136F;
}
.BgClassName
{
background-color: #DE136F;
}
</style>
border-color css
<style>
span { border-color: #DE136F; }
span { border-color: rgb(222,19,111); }
td.TdClassName
{
border-color: #DE136F;
}
.TagClassName
{
border-color: #DE136F;
}
</style>