Shades of Ruby #DB136E
Tints of Ruby #DB136E
RGB
CMYK
RGB Variations
Color information
#DB136E (or 0xDB136E) is known color: Ruby. HEX triplet: DB, 13 and 6E. RGB value is (219,19,110). Sum of RGB (Red+Green+Blue) = 219+19+110=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB136E is #24EC91. Grayscale: #595959. Windows color (decimal): -2419858 or 7214043. OLE color: 7214043.
HSL color Cylindrical-coordinate representation of color #DB136E: hue angle of 332.7º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB136E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.14 |
| HSL | 332.7º | 0.84% | 0.47% | - |
| HSV(B) | 332.7º | 0.91% | 0.86% | - |
| XYZ | 32.26 | 16.65 | 16.27 | - |
| YUV | 89.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 110 | 0 | 0.91 | 0.50 | 0.14 | 332.7 | 0.84 | 0.47 |
| Hex | DB | 13 | 6E | 0 | 5B | 32 | E | 14D | 54 | 2F |
| Octal | 333 | 23 | 156 | 0 | 133 | 62 | 16 | 515 | 124 | 57 |
| Binary | 11011011 | 10011 | 1101110 | 0 | 1011011 | 110010 | 1110 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DB136E
Complementary color
Monochromatic Colors of #DB136E
Black with #DB136E
Text Example
Text Example
White with #DB136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB136E; }
p { color: rgb(219,19,110); }
H1.HeaderClassName
{
color: #DB136E;
}
.AnyTagClassName
{
color: #DB136E;
}
</style>
background-color css
<style>
a { background-color: #DB136E; }
a { background-color: rgb(219,19,110); }
div.DivClassName
{
background-color: #DB136E;
}
.BgClassName
{
background-color: #DB136E;
}
</style>
border-color css
<style>
span { border-color: #DB136E; }
span { border-color: rgb(219,19,110); }
td.TdClassName
{
border-color: #DB136E;
}
.TagClassName
{
border-color: #DB136E;
}
</style>