Shades of Ruby #DB1362
Tints of Ruby #DB1362
RGB
CMYK
RGB Variations
Color information
#DB1362 (or 0xDB1362) is known color: Ruby. HEX triplet: DB, 13 and 62. RGB value is (219,19,98). Sum of RGB (Red+Green+Blue) = 219+19+98=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1362 is #24EC9D. Grayscale: #575757. Windows color (decimal): -2419870 or 6427611. OLE color: 6427611.
HSL color Cylindrical-coordinate representation of color #DB1362: hue angle of 336.3º 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 #DB1362 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.14 |
| HSL | 336.3º | 0.84% | 0.47% | - |
| HSV(B) | 336.3º | 0.91% | 0.86% | - |
| XYZ | 31.65 | 16.41 | 13.05 | - |
| YUV | 87.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 98 | 0 | 0.91 | 0.55 | 0.14 | 336.3 | 0.84 | 0.47 |
| Hex | DB | 13 | 62 | 0 | 5B | 37 | E | 150 | 54 | 2F |
| Octal | 333 | 23 | 142 | 0 | 133 | 67 | 16 | 520 | 124 | 57 |
| Binary | 11011011 | 10011 | 1100010 | 0 | 1011011 | 110111 | 1110 | 101010000 | 1010100 | 101111 |
Color Harmonies of #DB1362
Complementary color
Monochromatic Colors of #DB1362
Black with #DB1362
Text Example
Text Example
White with #DB1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1362; }
p { color: rgb(219,19,98); }
H1.HeaderClassName
{
color: #DB1362;
}
.AnyTagClassName
{
color: #DB1362;
}
</style>
background-color css
<style>
a { background-color: #DB1362; }
a { background-color: rgb(219,19,98); }
div.DivClassName
{
background-color: #DB1362;
}
.BgClassName
{
background-color: #DB1362;
}
</style>
border-color css
<style>
span { border-color: #DB1362; }
span { border-color: rgb(219,19,98); }
td.TdClassName
{
border-color: #DB1362;
}
.TagClassName
{
border-color: #DB1362;
}
</style>