Shades of Roman #DB5D53
Tints of Roman #DB5D53
RGB
CMYK
RGB Variations
Color information
#DB5D53 (or 0xDB5D53) is known color: Roman. HEX triplet: DB, 5D and 53. RGB value is (219,93,83). Sum of RGB (Red+Green+Blue) = 219+93+83=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D53 is #24A2AC. Grayscale: #818181. Windows color (decimal): -2400941 or 5463515. OLE color: 5463515.
HSL color Cylindrical-coordinate representation of color #DB5D53: hue angle of 4.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5D53 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 83 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.14 |
| HSL | 4.41º | 0.65% | 0.59% | - |
| HSV(B) | 4.41º | 0.62% | 0.86% | - |
| XYZ | 34.69 | 23.51 | 10.89 | - |
| YUV | 129.53 | 101.74 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 83 | 0 | 0.58 | 0.62 | 0.14 | 4.41 | 0.65 | 0.59 |
| Hex | DB | 5D | 53 | 0 | 3A | 3E | E | 4 | 41 | 3B |
| Octal | 333 | 135 | 123 | 0 | 72 | 76 | 16 | 4 | 101 | 73 |
| Binary | 11011011 | 1011101 | 1010011 | 0 | 111010 | 111110 | 1110 | 100 | 1000001 | 111011 |
Color Harmonies of #DB5D53
Complementary color
Monochromatic Colors of #DB5D53
Black with #DB5D53
Text Example
Text Example
White with #DB5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D53; }
p { color: rgb(219,93,83); }
H1.HeaderClassName
{
color: #DB5D53;
}
.AnyTagClassName
{
color: #DB5D53;
}
</style>
background-color css
<style>
a { background-color: #DB5D53; }
a { background-color: rgb(219,93,83); }
div.DivClassName
{
background-color: #DB5D53;
}
.BgClassName
{
background-color: #DB5D53;
}
</style>
border-color css
<style>
span { border-color: #DB5D53; }
span { border-color: rgb(219,93,83); }
td.TdClassName
{
border-color: #DB5D53;
}
.TagClassName
{
border-color: #DB5D53;
}
</style>