Shades of Ruby #DB036D
Tints of Ruby #DB036D
RGB
CMYK
RGB Variations
Color information
#DB036D (or 0xDB036D) is known color: Ruby. HEX triplet: DB, 03 and 6D. RGB value is (219,3,109). Sum of RGB (Red+Green+Blue) = 219+3+109=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB036D is #24FC92. Grayscale: #4F4F4F. Windows color (decimal): -2423955 or 7144411. OLE color: 7144411.
HSL color Cylindrical-coordinate representation of color #DB036D: hue angle of 330.56º 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 #DB036D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.14 |
| HSL | 330.56º | 0.97% | 0.44% | - |
| HSV(B) | 330.56º | 0.99% | 0.86% | - |
| XYZ | 32.01 | 16.23 | 15.91 | - |
| YUV | 79.67 | 144.56 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 109 | 0 | 0.99 | 0.50 | 0.14 | 330.56 | 0.97 | 0.44 |
| Hex | DB | 3 | 6D | 0 | 63 | 32 | E | 14B | 61 | 2C |
| Octal | 333 | 3 | 155 | 0 | 143 | 62 | 16 | 513 | 141 | 54 |
| Binary | 11011011 | 11 | 1101101 | 0 | 1100011 | 110010 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DB036D
Complementary color
Monochromatic Colors of #DB036D
Black with #DB036D
Text Example
Text Example
White with #DB036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB036D; }
p { color: rgb(219,3,109); }
H1.HeaderClassName
{
color: #DB036D;
}
.AnyTagClassName
{
color: #DB036D;
}
</style>
background-color css
<style>
a { background-color: #DB036D; }
a { background-color: rgb(219,3,109); }
div.DivClassName
{
background-color: #DB036D;
}
.BgClassName
{
background-color: #DB036D;
}
</style>
border-color css
<style>
span { border-color: #DB036D; }
span { border-color: rgb(219,3,109); }
td.TdClassName
{
border-color: #DB036D;
}
.TagClassName
{
border-color: #DB036D;
}
</style>