Shades of Ruby #DB1472
Tints of Ruby #DB1472
RGB
CMYK
RGB Variations
Color information
#DB1472 (or 0xDB1472) is known color: Ruby. HEX triplet: DB, 14 and 72. RGB value is (219,20,114). Sum of RGB (Red+Green+Blue) = 219+20+114=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1472 is #24EB8D. Grayscale: #5A5A5A. Windows color (decimal): -2419598 or 7476443. OLE color: 7476443.
HSL color Cylindrical-coordinate representation of color #DB1472: hue angle of 331.66º degrees, saturation: 0.83, 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 #DB1472 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 114 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.14 |
| HSL | 331.66º | 0.83% | 0.47% | - |
| HSV(B) | 331.66º | 0.91% | 0.86% | - |
| XYZ | 32.5 | 16.78 | 17.44 | - |
| YUV | 90.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 114 | 0 | 0.91 | 0.48 | 0.14 | 331.66 | 0.83 | 0.47 |
| Hex | DB | 14 | 72 | 0 | 5B | 30 | E | 14C | 53 | 2F |
| Octal | 333 | 24 | 162 | 0 | 133 | 60 | 16 | 514 | 123 | 57 |
| Binary | 11011011 | 10100 | 1110010 | 0 | 1011011 | 110000 | 1110 | 101001100 | 1010011 | 101111 |
Color Harmonies of #DB1472
Complementary color
Monochromatic Colors of #DB1472
Black with #DB1472
Text Example
Text Example
White with #DB1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1472; }
p { color: rgb(219,20,114); }
H1.HeaderClassName
{
color: #DB1472;
}
.AnyTagClassName
{
color: #DB1472;
}
</style>
background-color css
<style>
a { background-color: #DB1472; }
a { background-color: rgb(219,20,114); }
div.DivClassName
{
background-color: #DB1472;
}
.BgClassName
{
background-color: #DB1472;
}
</style>
border-color css
<style>
span { border-color: #DB1472; }
span { border-color: rgb(219,20,114); }
td.TdClassName
{
border-color: #DB1472;
}
.TagClassName
{
border-color: #DB1472;
}
</style>