Shades of Ruby #DB1B52
Tints of Ruby #DB1B52
RGB
CMYK
RGB Variations
Color information
#DB1B52 (or 0xDB1B52) is known color: Ruby. HEX triplet: DB, 1B and 52. RGB value is (219,27,82). Sum of RGB (Red+Green+Blue) = 219+27+82=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B52 is #24E4AD. Grayscale: #5A5A5A. Windows color (decimal): -2417838 or 5381083. OLE color: 5381083.
HSL color Cylindrical-coordinate representation of color #DB1B52: hue angle of 342.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 #DB1B52 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 82 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.14 |
| HSL | 342.81º | 0.78% | 0.48% | - |
| HSV(B) | 342.81º | 0.88% | 0.86% | - |
| XYZ | 31.13 | 16.45 | 9.52 | - |
| YUV | 90.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 82 | 0 | 0.88 | 0.63 | 0.14 | 342.81 | 0.78 | 0.48 |
| Hex | DB | 1B | 52 | 0 | 58 | 3F | E | 157 | 4E | 30 |
| Octal | 333 | 33 | 122 | 0 | 130 | 77 | 16 | 527 | 116 | 60 |
| Binary | 11011011 | 11011 | 1010010 | 0 | 1011000 | 111111 | 1110 | 101010111 | 1001110 | 110000 |
Color Harmonies of #DB1B52
Complementary color
Monochromatic Colors of #DB1B52
Black with #DB1B52
Text Example
Text Example
White with #DB1B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B52; }
p { color: rgb(219,27,82); }
H1.HeaderClassName
{
color: #DB1B52;
}
.AnyTagClassName
{
color: #DB1B52;
}
</style>
background-color css
<style>
a { background-color: #DB1B52; }
a { background-color: rgb(219,27,82); }
div.DivClassName
{
background-color: #DB1B52;
}
.BgClassName
{
background-color: #DB1B52;
}
</style>
border-color css
<style>
span { border-color: #DB1B52; }
span { border-color: rgb(219,27,82); }
td.TdClassName
{
border-color: #DB1B52;
}
.TagClassName
{
border-color: #DB1B52;
}
</style>