Shades of Roman #DB5D5B
Tints of Roman #DB5D5B
RGB
CMYK
RGB Variations
Color information
#DB5D5B (or 0xDB5D5B) is known color: Roman. HEX triplet: DB, 5D and 5B. RGB value is (219,93,91). Sum of RGB (Red+Green+Blue) = 219+93+91=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D5B is #24A2A4. Grayscale: #828282. Windows color (decimal): -2400933 or 5987803. OLE color: 5987803.
HSL color Cylindrical-coordinate representation of color #DB5D5B: hue angle of 0.94º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D5B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 91 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.14 |
| HSL | 0.94º | 0.64% | 0.61% | - |
| HSV(B) | 0.94º | 0.58% | 0.86% | - |
| XYZ | 35.02 | 23.64 | 12.62 | - |
| YUV | 130.45 | 105.74 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 91 | 0 | 0.58 | 0.58 | 0.14 | 0.94 | 0.64 | 0.61 |
| Hex | DB | 5D | 5B | 0 | 3A | 3A | E | 1 | 40 | 3D |
| Octal | 333 | 135 | 133 | 0 | 72 | 72 | 16 | 1 | 100 | 75 |
| Binary | 11011011 | 1011101 | 1011011 | 0 | 111010 | 111010 | 1110 | 1 | 1000000 | 111101 |
Color Harmonies of #DB5D5B
Complementary color
Monochromatic Colors of #DB5D5B
Black with #DB5D5B
Text Example
Text Example
White with #DB5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D5B; }
p { color: rgb(219,93,91); }
H1.HeaderClassName
{
color: #DB5D5B;
}
.AnyTagClassName
{
color: #DB5D5B;
}
</style>
background-color css
<style>
a { background-color: #DB5D5B; }
a { background-color: rgb(219,93,91); }
div.DivClassName
{
background-color: #DB5D5B;
}
.BgClassName
{
background-color: #DB5D5B;
}
</style>
border-color css
<style>
span { border-color: #DB5D5B; }
span { border-color: rgb(219,93,91); }
td.TdClassName
{
border-color: #DB5D5B;
}
.TagClassName
{
border-color: #DB5D5B;
}
</style>