Shades of Ruby #DB0D6C
Tints of Ruby #DB0D6C
RGB
CMYK
RGB Variations
Color information
#DB0D6C (or 0xDB0D6C) is known color: Ruby. HEX triplet: DB, 0D and 6C. RGB value is (219,13,108). Sum of RGB (Red+Green+Blue) = 219+13+108=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D6C is #24F293. Grayscale: #555555. Windows color (decimal): -2421396 or 7081435. OLE color: 7081435.
HSL color Cylindrical-coordinate representation of color #DB0D6C: hue angle of 332.33º 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 #DB0D6C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 108 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.14 |
| HSL | 332.33º | 0.89% | 0.45% | - |
| HSV(B) | 332.33º | 0.94% | 0.86% | - |
| XYZ | 32.06 | 16.43 | 15.67 | - |
| YUV | 85.42 | 140.75 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 108 | 0 | 0.94 | 0.51 | 0.14 | 332.33 | 0.89 | 0.45 |
| Hex | DB | D | 6C | 0 | 5E | 33 | E | 14C | 59 | 2D |
| Octal | 333 | 15 | 154 | 0 | 136 | 63 | 16 | 514 | 131 | 55 |
| Binary | 11011011 | 1101 | 1101100 | 0 | 1011110 | 110011 | 1110 | 101001100 | 1011001 | 101101 |
Color Harmonies of #DB0D6C
Complementary color
Monochromatic Colors of #DB0D6C
Black with #DB0D6C
Text Example
Text Example
White with #DB0D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D6C; }
p { color: rgb(219,13,108); }
H1.HeaderClassName
{
color: #DB0D6C;
}
.AnyTagClassName
{
color: #DB0D6C;
}
</style>
background-color css
<style>
a { background-color: #DB0D6C; }
a { background-color: rgb(219,13,108); }
div.DivClassName
{
background-color: #DB0D6C;
}
.BgClassName
{
background-color: #DB0D6C;
}
</style>
border-color css
<style>
span { border-color: #DB0D6C; }
span { border-color: rgb(219,13,108); }
td.TdClassName
{
border-color: #DB0D6C;
}
.TagClassName
{
border-color: #DB0D6C;
}
</style>