Shades of Ruby #DB1B72
Tints of Ruby #DB1B72
RGB
CMYK
RGB Variations
Color information
#DB1B72 (or 0xDB1B72) is known color: Ruby. HEX triplet: DB, 1B and 72. RGB value is (219,27,114). Sum of RGB (Red+Green+Blue) = 219+27+114=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B72 is #24E48D. Grayscale: #5E5E5E. Windows color (decimal): -2417806 or 7478235. OLE color: 7478235.
HSL color Cylindrical-coordinate representation of color #DB1B72: hue angle of 332.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B72 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 114 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.14 |
| HSL | 332.81º | 0.78% | 0.48% | - |
| HSV(B) | 332.81º | 0.88% | 0.86% | - |
| XYZ | 32.64 | 17.06 | 17.49 | - |
| YUV | 94.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 114 | 0 | 0.88 | 0.48 | 0.14 | 332.81 | 0.78 | 0.48 |
| Hex | DB | 1B | 72 | 0 | 58 | 30 | E | 14D | 4E | 30 |
| Octal | 333 | 33 | 162 | 0 | 130 | 60 | 16 | 515 | 116 | 60 |
| Binary | 11011011 | 11011 | 1110010 | 0 | 1011000 | 110000 | 1110 | 101001101 | 1001110 | 110000 |
Color Harmonies of #DB1B72
Complementary color
Monochromatic Colors of #DB1B72
Black with #DB1B72
Text Example
Text Example
White with #DB1B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B72; }
p { color: rgb(219,27,114); }
H1.HeaderClassName
{
color: #DB1B72;
}
.AnyTagClassName
{
color: #DB1B72;
}
</style>
background-color css
<style>
a { background-color: #DB1B72; }
a { background-color: rgb(219,27,114); }
div.DivClassName
{
background-color: #DB1B72;
}
.BgClassName
{
background-color: #DB1B72;
}
</style>
border-color css
<style>
span { border-color: #DB1B72; }
span { border-color: rgb(219,27,114); }
td.TdClassName
{
border-color: #DB1B72;
}
.TagClassName
{
border-color: #DB1B72;
}
</style>