Shades of Ruby #DB1672
Tints of Ruby #DB1672
RGB
CMYK
RGB Variations
Color information
#DB1672 (or 0xDB1672) is known color: Ruby. HEX triplet: DB, 16 and 72. RGB value is (219,22,114). Sum of RGB (Red+Green+Blue) = 219+22+114=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1672 is #24E98D. Grayscale: #5B5B5B. Windows color (decimal): -2419086 or 7476955. OLE color: 7476955.
HSL color Cylindrical-coordinate representation of color #DB1672: hue angle of 331.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1672 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.14 |
| HSL | 331.98º | 0.82% | 0.47% | - |
| HSV(B) | 331.98º | 0.9% | 0.86% | - |
| XYZ | 32.54 | 16.85 | 17.46 | - |
| YUV | 91.39 | 140.77 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 114 | 0 | 0.90 | 0.48 | 0.14 | 331.98 | 0.82 | 0.47 |
| Hex | DB | 16 | 72 | 0 | 5A | 30 | E | 14C | 52 | 2F |
| Octal | 333 | 26 | 162 | 0 | 132 | 60 | 16 | 514 | 122 | 57 |
| Binary | 11011011 | 10110 | 1110010 | 0 | 1011010 | 110000 | 1110 | 101001100 | 1010010 | 101111 |
Color Harmonies of #DB1672
Complementary color
Monochromatic Colors of #DB1672
Black with #DB1672
Text Example
Text Example
White with #DB1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1672; }
p { color: rgb(219,22,114); }
H1.HeaderClassName
{
color: #DB1672;
}
.AnyTagClassName
{
color: #DB1672;
}
</style>
background-color css
<style>
a { background-color: #DB1672; }
a { background-color: rgb(219,22,114); }
div.DivClassName
{
background-color: #DB1672;
}
.BgClassName
{
background-color: #DB1672;
}
</style>
border-color css
<style>
span { border-color: #DB1672; }
span { border-color: rgb(219,22,114); }
td.TdClassName
{
border-color: #DB1672;
}
.TagClassName
{
border-color: #DB1672;
}
</style>