Shades of Ruby #DB1475
Tints of Ruby #DB1475
RGB
CMYK
RGB Variations
Color information
#DB1475 (or 0xDB1475) is known color: Ruby. HEX triplet: DB, 14 and 75. RGB value is (219,20,117). Sum of RGB (Red+Green+Blue) = 219+20+117=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1475 is #24EB8A. Grayscale: #5A5A5A. Windows color (decimal): -2419595 or 7673051. OLE color: 7673051.
HSL color Cylindrical-coordinate representation of color #DB1475: hue angle of 330.75º 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 #DB1475 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.14 |
| HSL | 330.75º | 0.83% | 0.47% | - |
| HSV(B) | 330.75º | 0.91% | 0.86% | - |
| XYZ | 32.67 | 16.84 | 18.36 | - |
| YUV | 90.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 117 | 0 | 0.91 | 0.47 | 0.14 | 330.75 | 0.83 | 0.47 |
| Hex | DB | 14 | 75 | 0 | 5B | 2F | E | 14B | 53 | 2F |
| Octal | 333 | 24 | 165 | 0 | 133 | 57 | 16 | 513 | 123 | 57 |
| Binary | 11011011 | 10100 | 1110101 | 0 | 1011011 | 101111 | 1110 | 101001011 | 1010011 | 101111 |
Color Harmonies of #DB1475
Complementary color
Monochromatic Colors of #DB1475
Black with #DB1475
Text Example
Text Example
White with #DB1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1475; }
p { color: rgb(219,20,117); }
H1.HeaderClassName
{
color: #DB1475;
}
.AnyTagClassName
{
color: #DB1475;
}
</style>
background-color css
<style>
a { background-color: #DB1475; }
a { background-color: rgb(219,20,117); }
div.DivClassName
{
background-color: #DB1475;
}
.BgClassName
{
background-color: #DB1475;
}
</style>
border-color css
<style>
span { border-color: #DB1475; }
span { border-color: rgb(219,20,117); }
td.TdClassName
{
border-color: #DB1475;
}
.TagClassName
{
border-color: #DB1475;
}
</style>