Shades of Roman #DB5E56
Tints of Roman #DB5E56
RGB
CMYK
RGB Variations
Color information
#DB5E56 (or 0xDB5E56) is known color: Roman. HEX triplet: DB, 5E and 56. RGB value is (219,94,86). Sum of RGB (Red+Green+Blue) = 219+94+86=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E56 is #24A1A9. Grayscale: #828282. Windows color (decimal): -2400682 or 5660379. OLE color: 5660379.
HSL color Cylindrical-coordinate representation of color #DB5E56: hue angle of 3.61º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5E56 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 86 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.14 |
| HSL | 3.61º | 0.65% | 0.6% | - |
| HSV(B) | 3.61º | 0.61% | 0.86% | - |
| XYZ | 34.9 | 23.74 | 11.55 | - |
| YUV | 130.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 86 | 0 | 0.57 | 0.61 | 0.14 | 3.61 | 0.65 | 0.6 |
| Hex | DB | 5E | 56 | 0 | 39 | 3D | E | 4 | 41 | 3C |
| Octal | 333 | 136 | 126 | 0 | 71 | 75 | 16 | 4 | 101 | 74 |
| Binary | 11011011 | 1011110 | 1010110 | 0 | 111001 | 111101 | 1110 | 100 | 1000001 | 111100 |
Color Harmonies of #DB5E56
Complementary color
Monochromatic Colors of #DB5E56
Black with #DB5E56
Text Example
Text Example
White with #DB5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E56; }
p { color: rgb(219,94,86); }
H1.HeaderClassName
{
color: #DB5E56;
}
.AnyTagClassName
{
color: #DB5E56;
}
</style>
background-color css
<style>
a { background-color: #DB5E56; }
a { background-color: rgb(219,94,86); }
div.DivClassName
{
background-color: #DB5E56;
}
.BgClassName
{
background-color: #DB5E56;
}
</style>
border-color css
<style>
span { border-color: #DB5E56; }
span { border-color: rgb(219,94,86); }
td.TdClassName
{
border-color: #DB5E56;
}
.TagClassName
{
border-color: #DB5E56;
}
</style>