Shades of Ruby #DB0B6C
Tints of Ruby #DB0B6C
RGB
CMYK
RGB Variations
Color information
#DB0B6C (or 0xDB0B6C) is known color: Ruby. HEX triplet: DB, 0B and 6C. RGB value is (219,11,108). Sum of RGB (Red+Green+Blue) = 219+11+108=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B6C is #24F493. Grayscale: #545454. Windows color (decimal): -2421908 or 7080923. OLE color: 7080923.
HSL color Cylindrical-coordinate representation of color #DB0B6C: hue angle of 332.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0B6C is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 108 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.14 |
| HSL | 332.02º | 0.9% | 0.45% | - |
| HSV(B) | 332.02º | 0.95% | 0.86% | - |
| XYZ | 32.04 | 16.38 | 15.66 | - |
| YUV | 84.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 108 | 0 | 0.95 | 0.51 | 0.14 | 332.02 | 0.9 | 0.45 |
| Hex | DB | B | 6C | 0 | 5F | 33 | E | 14C | 5A | 2D |
| Octal | 333 | 13 | 154 | 0 | 137 | 63 | 16 | 514 | 132 | 55 |
| Binary | 11011011 | 1011 | 1101100 | 0 | 1011111 | 110011 | 1110 | 101001100 | 1011010 | 101101 |
Color Harmonies of #DB0B6C
Complementary color
Monochromatic Colors of #DB0B6C
Black with #DB0B6C
Text Example
Text Example
White with #DB0B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B6C; }
p { color: rgb(219,11,108); }
H1.HeaderClassName
{
color: #DB0B6C;
}
.AnyTagClassName
{
color: #DB0B6C;
}
</style>
background-color css
<style>
a { background-color: #DB0B6C; }
a { background-color: rgb(219,11,108); }
div.DivClassName
{
background-color: #DB0B6C;
}
.BgClassName
{
background-color: #DB0B6C;
}
</style>
border-color css
<style>
span { border-color: #DB0B6C; }
span { border-color: rgb(219,11,108); }
td.TdClassName
{
border-color: #DB0B6C;
}
.TagClassName
{
border-color: #DB0B6C;
}
</style>