Shades of Ruby #DB036F
Tints of Ruby #DB036F
RGB
CMYK
RGB Variations
Color information
#DB036F (or 0xDB036F) is known color: Ruby. HEX triplet: DB, 03 and 6F. RGB value is (219,3,111). Sum of RGB (Red+Green+Blue) = 219+3+111=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB036F is #24FC90. Grayscale: #4F4F4F. Windows color (decimal): -2423953 or 7275483. OLE color: 7275483.
HSL color Cylindrical-coordinate representation of color #DB036F: hue angle of 330º 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 #DB036F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.14 |
| HSL | 330º | 0.97% | 0.44% | - |
| HSV(B) | 330º | 0.99% | 0.86% | - |
| XYZ | 32.12 | 16.27 | 16.49 | - |
| YUV | 79.9 | 145.56 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 111 | 0 | 0.99 | 0.49 | 0.14 | 330 | 0.97 | 0.44 |
| Hex | DB | 3 | 6F | 0 | 63 | 31 | E | 14A | 61 | 2C |
| Octal | 333 | 3 | 157 | 0 | 143 | 61 | 16 | 512 | 141 | 54 |
| Binary | 11011011 | 11 | 1101111 | 0 | 1100011 | 110001 | 1110 | 101001010 | 1100001 | 101100 |
Color Harmonies of #DB036F
Complementary color
Monochromatic Colors of #DB036F
Black with #DB036F
Text Example
Text Example
White with #DB036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB036F; }
p { color: rgb(219,3,111); }
H1.HeaderClassName
{
color: #DB036F;
}
.AnyTagClassName
{
color: #DB036F;
}
</style>
background-color css
<style>
a { background-color: #DB036F; }
a { background-color: rgb(219,3,111); }
div.DivClassName
{
background-color: #DB036F;
}
.BgClassName
{
background-color: #DB036F;
}
</style>
border-color css
<style>
span { border-color: #DB036F; }
span { border-color: rgb(219,3,111); }
td.TdClassName
{
border-color: #DB036F;
}
.TagClassName
{
border-color: #DB036F;
}
</style>