Shades of Ruby #DB0270
Tints of Ruby #DB0270
RGB
CMYK
RGB Variations
Color information
#DB0270 (or 0xDB0270) is known color: Ruby. HEX triplet: DB, 02 and 70. RGB value is (219,2,112). Sum of RGB (Red+Green+Blue) = 219+2+112=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0270 is #24FD8F. Grayscale: #4F4F4F. Windows color (decimal): -2424208 or 7340763. OLE color: 7340763.
HSL color Cylindrical-coordinate representation of color #DB0270: hue angle of 329.59º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0270 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.14 |
| HSL | 329.59º | 0.98% | 0.43% | - |
| HSV(B) | 329.59º | 0.99% | 0.86% | - |
| XYZ | 32.16 | 16.27 | 16.78 | - |
| YUV | 79.42 | 146.39 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 112 | 0 | 0.99 | 0.49 | 0.14 | 329.59 | 0.98 | 0.43 |
| Hex | DB | 2 | 70 | 0 | 63 | 31 | E | 14A | 62 | 2B |
| Octal | 333 | 2 | 160 | 0 | 143 | 61 | 16 | 512 | 142 | 53 |
| Binary | 11011011 | 10 | 1110000 | 0 | 1100011 | 110001 | 1110 | 101001010 | 1100010 | 101011 |
Color Harmonies of #DB0270
Complementary color
Monochromatic Colors of #DB0270
Black with #DB0270
Text Example
Text Example
White with #DB0270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0270; }
p { color: rgb(219,2,112); }
H1.HeaderClassName
{
color: #DB0270;
}
.AnyTagClassName
{
color: #DB0270;
}
</style>
background-color css
<style>
a { background-color: #DB0270; }
a { background-color: rgb(219,2,112); }
div.DivClassName
{
background-color: #DB0270;
}
.BgClassName
{
background-color: #DB0270;
}
</style>
border-color css
<style>
span { border-color: #DB0270; }
span { border-color: rgb(219,2,112); }
td.TdClassName
{
border-color: #DB0270;
}
.TagClassName
{
border-color: #DB0270;
}
</style>