Shades of Ruby #DB0A6C
Tints of Ruby #DB0A6C
RGB
CMYK
RGB Variations
Color information
#DB0A6C (or 0xDB0A6C) is known color: Ruby. HEX triplet: DB, 0A and 6C. RGB value is (219,10,108). Sum of RGB (Red+Green+Blue) = 219+10+108=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0A6C is #24F593. Grayscale: #535353. Windows color (decimal): -2422164 or 7080667. OLE color: 7080667.
HSL color Cylindrical-coordinate representation of color #DB0A6C: hue angle of 331.87º degrees, saturation: 0.91, 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 #DB0A6C is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.14 |
| HSL | 331.87º | 0.91% | 0.45% | - |
| HSV(B) | 331.87º | 0.95% | 0.86% | - |
| XYZ | 32.03 | 16.36 | 15.66 | - |
| YUV | 83.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 108 | 0 | 0.95 | 0.51 | 0.14 | 331.87 | 0.91 | 0.45 |
| Hex | DB | A | 6C | 0 | 5F | 33 | E | 14C | 5B | 2D |
| Octal | 333 | 12 | 154 | 0 | 137 | 63 | 16 | 514 | 133 | 55 |
| Binary | 11011011 | 1010 | 1101100 | 0 | 1011111 | 110011 | 1110 | 101001100 | 1011011 | 101101 |
Color Harmonies of #DB0A6C
Complementary color
Monochromatic Colors of #DB0A6C
Black with #DB0A6C
Text Example
Text Example
White with #DB0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0A6C; }
p { color: rgb(219,10,108); }
H1.HeaderClassName
{
color: #DB0A6C;
}
.AnyTagClassName
{
color: #DB0A6C;
}
</style>
background-color css
<style>
a { background-color: #DB0A6C; }
a { background-color: rgb(219,10,108); }
div.DivClassName
{
background-color: #DB0A6C;
}
.BgClassName
{
background-color: #DB0A6C;
}
</style>
border-color css
<style>
span { border-color: #DB0A6C; }
span { border-color: rgb(219,10,108); }
td.TdClassName
{
border-color: #DB0A6C;
}
.TagClassName
{
border-color: #DB0A6C;
}
</style>