Shades of Ruby #DB0D6B
Tints of Ruby #DB0D6B
RGB
CMYK
RGB Variations
Color information
#DB0D6B (or 0xDB0D6B) is known color: Ruby. HEX triplet: DB, 0D and 6B. RGB value is (219,13,107). Sum of RGB (Red+Green+Blue) = 219+13+107=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D6B is #24F294. Grayscale: #555555. Windows color (decimal): -2421397 or 7015899. OLE color: 7015899.
HSL color Cylindrical-coordinate representation of color #DB0D6B: hue angle of 332.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.14 |
| HSL | 332.62º | 0.89% | 0.45% | - |
| HSV(B) | 332.62º | 0.94% | 0.86% | - |
| XYZ | 32.01 | 16.41 | 15.39 | - |
| YUV | 85.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 107 | 0 | 0.94 | 0.51 | 0.14 | 332.62 | 0.89 | 0.45 |
| Hex | DB | D | 6B | 0 | 5E | 33 | E | 14D | 59 | 2D |
| Octal | 333 | 15 | 153 | 0 | 136 | 63 | 16 | 515 | 131 | 55 |
| Binary | 11011011 | 1101 | 1101011 | 0 | 1011110 | 110011 | 1110 | 101001101 | 1011001 | 101101 |
Color Harmonies of #DB0D6B
Complementary color
Monochromatic Colors of #DB0D6B
Black with #DB0D6B
Text Example
Text Example
White with #DB0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D6B; }
p { color: rgb(219,13,107); }
H1.HeaderClassName
{
color: #DB0D6B;
}
.AnyTagClassName
{
color: #DB0D6B;
}
</style>
background-color css
<style>
a { background-color: #DB0D6B; }
a { background-color: rgb(219,13,107); }
div.DivClassName
{
background-color: #DB0D6B;
}
.BgClassName
{
background-color: #DB0D6B;
}
</style>
border-color css
<style>
span { border-color: #DB0D6B; }
span { border-color: rgb(219,13,107); }
td.TdClassName
{
border-color: #DB0D6B;
}
.TagClassName
{
border-color: #DB0D6B;
}
</style>