Shades of Ruby #DB036E
Tints of Ruby #DB036E
RGB
CMYK
RGB Variations
Color information
#DB036E (or 0xDB036E) is known color: Ruby. HEX triplet: DB, 03 and 6E. RGB value is (219,3,110). Sum of RGB (Red+Green+Blue) = 219+3+110=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB036E is #24FC91. Grayscale: #4F4F4F. Windows color (decimal): -2423954 or 7209947. OLE color: 7209947.
HSL color Cylindrical-coordinate representation of color #DB036E: hue angle of 330.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB036E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.14 |
| HSL | 330.28º | 0.97% | 0.44% | - |
| HSV(B) | 330.28º | 0.99% | 0.86% | - |
| XYZ | 32.06 | 16.25 | 16.2 | - |
| YUV | 79.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 110 | 0 | 0.99 | 0.50 | 0.14 | 330.28 | 0.97 | 0.44 |
| Hex | DB | 3 | 6E | 0 | 63 | 32 | E | 14A | 61 | 2C |
| Octal | 333 | 3 | 156 | 0 | 143 | 62 | 16 | 512 | 141 | 54 |
| Binary | 11011011 | 11 | 1101110 | 0 | 1100011 | 110010 | 1110 | 101001010 | 1100001 | 101100 |
Color Harmonies of #DB036E
Complementary color
Monochromatic Colors of #DB036E
Black with #DB036E
Text Example
Text Example
White with #DB036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB036E; }
p { color: rgb(219,3,110); }
H1.HeaderClassName
{
color: #DB036E;
}
.AnyTagClassName
{
color: #DB036E;
}
</style>
background-color css
<style>
a { background-color: #DB036E; }
a { background-color: rgb(219,3,110); }
div.DivClassName
{
background-color: #DB036E;
}
.BgClassName
{
background-color: #DB036E;
}
</style>
border-color css
<style>
span { border-color: #DB036E; }
span { border-color: rgb(219,3,110); }
td.TdClassName
{
border-color: #DB036E;
}
.TagClassName
{
border-color: #DB036E;
}
</style>