Shades of Roman #DB5C57
Tints of Roman #DB5C57
RGB
CMYK
RGB Variations
Color information
#DB5C57 (or 0xDB5C57) is known color: Roman. HEX triplet: DB, 5C and 57. RGB value is (219,92,87). Sum of RGB (Red+Green+Blue) = 219+92+87=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C57 is #24A3A8. Grayscale: #818181. Windows color (decimal): -2401193 or 5725403. OLE color: 5725403.
HSL color Cylindrical-coordinate representation of color #DB5C57: hue angle of 2.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5C57 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 87 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.14 |
| HSL | 2.27º | 0.65% | 0.6% | - |
| HSV(B) | 2.27º | 0.6% | 0.86% | - |
| XYZ | 34.76 | 23.4 | 11.7 | - |
| YUV | 129.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 87 | 0 | 0.58 | 0.60 | 0.14 | 2.27 | 0.65 | 0.6 |
| Hex | DB | 5C | 57 | 0 | 3A | 3C | E | 2 | 41 | 3C |
| Octal | 333 | 134 | 127 | 0 | 72 | 74 | 16 | 2 | 101 | 74 |
| Binary | 11011011 | 1011100 | 1010111 | 0 | 111010 | 111100 | 1110 | 10 | 1000001 | 111100 |
Color Harmonies of #DB5C57
Complementary color
Monochromatic Colors of #DB5C57
Black with #DB5C57
Text Example
Text Example
White with #DB5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C57; }
p { color: rgb(219,92,87); }
H1.HeaderClassName
{
color: #DB5C57;
}
.AnyTagClassName
{
color: #DB5C57;
}
</style>
background-color css
<style>
a { background-color: #DB5C57; }
a { background-color: rgb(219,92,87); }
div.DivClassName
{
background-color: #DB5C57;
}
.BgClassName
{
background-color: #DB5C57;
}
</style>
border-color css
<style>
span { border-color: #DB5C57; }
span { border-color: rgb(219,92,87); }
td.TdClassName
{
border-color: #DB5C57;
}
.TagClassName
{
border-color: #DB5C57;
}
</style>