Shades of Ruby #DB1252
Tints of Ruby #DB1252
RGB
CMYK
RGB Variations
Color information
#DB1252 (or 0xDB1252) is known color: Ruby. HEX triplet: DB, 12 and 52. RGB value is (219,18,82). Sum of RGB (Red+Green+Blue) = 219+18+82=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1252 is #24EDAD. Grayscale: #555555. Windows color (decimal): -2420142 or 5378779. OLE color: 5378779.
HSL color Cylindrical-coordinate representation of color #DB1252: hue angle of 340.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1252 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 82 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.14 |
| HSL | 340.9º | 0.85% | 0.46% | - |
| HSV(B) | 340.9º | 0.92% | 0.86% | - |
| XYZ | 30.95 | 16.1 | 9.46 | - |
| YUV | 85.4 | 126.09 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 82 | 0 | 0.92 | 0.63 | 0.14 | 340.9 | 0.85 | 0.46 |
| Hex | DB | 12 | 52 | 0 | 5C | 3F | E | 155 | 55 | 2E |
| Octal | 333 | 22 | 122 | 0 | 134 | 77 | 16 | 525 | 125 | 56 |
| Binary | 11011011 | 10010 | 1010010 | 0 | 1011100 | 111111 | 1110 | 101010101 | 1010101 | 101110 |
Color Harmonies of #DB1252
Complementary color
Monochromatic Colors of #DB1252
Black with #DB1252
Text Example
Text Example
White with #DB1252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1252; }
p { color: rgb(219,18,82); }
H1.HeaderClassName
{
color: #DB1252;
}
.AnyTagClassName
{
color: #DB1252;
}
</style>
background-color css
<style>
a { background-color: #DB1252; }
a { background-color: rgb(219,18,82); }
div.DivClassName
{
background-color: #DB1252;
}
.BgClassName
{
background-color: #DB1252;
}
</style>
border-color css
<style>
span { border-color: #DB1252; }
span { border-color: rgb(219,18,82); }
td.TdClassName
{
border-color: #DB1252;
}
.TagClassName
{
border-color: #DB1252;
}
</style>