Shades of Ruby #DB1675
Tints of Ruby #DB1675
RGB
CMYK
RGB Variations
Color information
#DB1675 (or 0xDB1675) is known color: Ruby. HEX triplet: DB, 16 and 75. RGB value is (219,22,117). Sum of RGB (Red+Green+Blue) = 219+22+117=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1675 is #24E98A. Grayscale: #5B5B5B. Windows color (decimal): -2419083 or 7673563. OLE color: 7673563.
HSL color Cylindrical-coordinate representation of color #DB1675: hue angle of 331.07º 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 #DB1675 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 117 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.14 |
| HSL | 331.07º | 0.82% | 0.47% | - |
| HSV(B) | 331.07º | 0.9% | 0.86% | - |
| XYZ | 32.71 | 16.92 | 18.37 | - |
| YUV | 91.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 117 | 0 | 0.90 | 0.47 | 0.14 | 331.07 | 0.82 | 0.47 |
| Hex | DB | 16 | 75 | 0 | 5A | 2F | E | 14B | 52 | 2F |
| Octal | 333 | 26 | 165 | 0 | 132 | 57 | 16 | 513 | 122 | 57 |
| Binary | 11011011 | 10110 | 1110101 | 0 | 1011010 | 101111 | 1110 | 101001011 | 1010010 | 101111 |
Color Harmonies of #DB1675
Complementary color
Monochromatic Colors of #DB1675
Black with #DB1675
Text Example
Text Example
White with #DB1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1675; }
p { color: rgb(219,22,117); }
H1.HeaderClassName
{
color: #DB1675;
}
.AnyTagClassName
{
color: #DB1675;
}
</style>
background-color css
<style>
a { background-color: #DB1675; }
a { background-color: rgb(219,22,117); }
div.DivClassName
{
background-color: #DB1675;
}
.BgClassName
{
background-color: #DB1675;
}
</style>
border-color css
<style>
span { border-color: #DB1675; }
span { border-color: rgb(219,22,117); }
td.TdClassName
{
border-color: #DB1675;
}
.TagClassName
{
border-color: #DB1675;
}
</style>