Shades of Ruby #DE136D
Tints of Ruby #DE136D
RGB
CMYK
RGB Variations
Color information
#DE136D (or 0xDE136D) is known color: Ruby. HEX triplet: DE, 13 and 6D. RGB value is (222,19,109). Sum of RGB (Red+Green+Blue) = 222+19+109=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE136D is #21EC92. Grayscale: #595959. Windows color (decimal): -2223251 or 7148510. OLE color: 7148510.
HSL color Cylindrical-coordinate representation of color #DE136D: hue angle of 333.4º 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 #DE136D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.4º | 0.84% | 0.47% | - |
| HSV(B) | 333.4º | 0.91% | 0.87% | - |
| XYZ | 33.12 | 17.1 | 16.02 | - |
| YUV | 89.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 19 | 109 | 0 | 0.91 | 0.51 | 0.13 | 333.4 | 0.84 | 0.47 |
| Hex | DE | 13 | 6D | 0 | 5B | 33 | D | 14D | 54 | 2F |
| Octal | 336 | 23 | 155 | 0 | 133 | 63 | 15 | 515 | 124 | 57 |
| Binary | 11011110 | 10011 | 1101101 | 0 | 1011011 | 110011 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DE136D
Complementary color
Monochromatic Colors of #DE136D
Black with #DE136D
Text Example
Text Example
White with #DE136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE136D; }
p { color: rgb(222,19,109); }
H1.HeaderClassName
{
color: #DE136D;
}
.AnyTagClassName
{
color: #DE136D;
}
</style>
background-color css
<style>
a { background-color: #DE136D; }
a { background-color: rgb(222,19,109); }
div.DivClassName
{
background-color: #DE136D;
}
.BgClassName
{
background-color: #DE136D;
}
</style>
border-color css
<style>
span { border-color: #DE136D; }
span { border-color: rgb(222,19,109); }
td.TdClassName
{
border-color: #DE136D;
}
.TagClassName
{
border-color: #DE136D;
}
</style>