Shades of Ruby #DB1875
Tints of Ruby #DB1875
RGB
CMYK
RGB Variations
Color information
#DB1875 (or 0xDB1875) is known color: Ruby. HEX triplet: DB, 18 and 75. RGB value is (219,24,117). Sum of RGB (Red+Green+Blue) = 219+24+117=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1875 is #24E78A. Grayscale: #5C5C5C. Windows color (decimal): -2418571 or 7674075. OLE color: 7674075.
HSL color Cylindrical-coordinate representation of color #DB1875: hue angle of 331.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1875 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 117 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.14 |
| HSL | 331.38º | 0.8% | 0.48% | - |
| HSV(B) | 331.38º | 0.89% | 0.86% | - |
| XYZ | 32.75 | 17 | 18.38 | - |
| YUV | 92.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 117 | 0 | 0.89 | 0.47 | 0.14 | 331.38 | 0.8 | 0.48 |
| Hex | DB | 18 | 75 | 0 | 59 | 2F | E | 14B | 50 | 30 |
| Octal | 333 | 30 | 165 | 0 | 131 | 57 | 16 | 513 | 120 | 60 |
| Binary | 11011011 | 11000 | 1110101 | 0 | 1011001 | 101111 | 1110 | 101001011 | 1010000 | 110000 |
Color Harmonies of #DB1875
Complementary color
Monochromatic Colors of #DB1875
Black with #DB1875
Text Example
Text Example
White with #DB1875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1875; }
p { color: rgb(219,24,117); }
H1.HeaderClassName
{
color: #DB1875;
}
.AnyTagClassName
{
color: #DB1875;
}
</style>
background-color css
<style>
a { background-color: #DB1875; }
a { background-color: rgb(219,24,117); }
div.DivClassName
{
background-color: #DB1875;
}
.BgClassName
{
background-color: #DB1875;
}
</style>
border-color css
<style>
span { border-color: #DB1875; }
span { border-color: rgb(219,24,117); }
td.TdClassName
{
border-color: #DB1875;
}
.TagClassName
{
border-color: #DB1875;
}
</style>