Shades of Ruby #DB1352
Tints of Ruby #DB1352
RGB
CMYK
RGB Variations
Color information
#DB1352 (or 0xDB1352) is known color: Ruby. HEX triplet: DB, 13 and 52. RGB value is (219,19,82). Sum of RGB (Red+Green+Blue) = 219+19+82=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1352 is #24ECAD. Grayscale: #555555. Windows color (decimal): -2419886 or 5379035. OLE color: 5379035.
HSL color Cylindrical-coordinate representation of color #DB1352: hue angle of 341.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1352 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 82 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.14 |
| HSL | 341.1º | 0.84% | 0.47% | - |
| HSV(B) | 341.1º | 0.91% | 0.86% | - |
| XYZ | 30.97 | 16.14 | 9.46 | - |
| YUV | 85.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 82 | 0 | 0.91 | 0.63 | 0.14 | 341.1 | 0.84 | 0.47 |
| Hex | DB | 13 | 52 | 0 | 5B | 3F | E | 155 | 54 | 2F |
| Octal | 333 | 23 | 122 | 0 | 133 | 77 | 16 | 525 | 124 | 57 |
| Binary | 11011011 | 10011 | 1010010 | 0 | 1011011 | 111111 | 1110 | 101010101 | 1010100 | 101111 |
Color Harmonies of #DB1352
Complementary color
Monochromatic Colors of #DB1352
Black with #DB1352
Text Example
Text Example
White with #DB1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1352; }
p { color: rgb(219,19,82); }
H1.HeaderClassName
{
color: #DB1352;
}
.AnyTagClassName
{
color: #DB1352;
}
</style>
background-color css
<style>
a { background-color: #DB1352; }
a { background-color: rgb(219,19,82); }
div.DivClassName
{
background-color: #DB1352;
}
.BgClassName
{
background-color: #DB1352;
}
</style>
border-color css
<style>
span { border-color: #DB1352; }
span { border-color: rgb(219,19,82); }
td.TdClassName
{
border-color: #DB1352;
}
.TagClassName
{
border-color: #DB1352;
}
</style>