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