Shades of Roman #DB5A56
Tints of Roman #DB5A56
RGB
CMYK
RGB Variations
Color information
#DB5A56 (or 0xDB5A56) is known color: Roman. HEX triplet: DB, 5A and 56. RGB value is (219,90,86). Sum of RGB (Red+Green+Blue) = 219+90+86=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A56 is #24A5A9. Grayscale: #808080. Windows color (decimal): -2401706 or 5659355. OLE color: 5659355.
HSL color Cylindrical-coordinate representation of color #DB5A56: hue angle of 1.8º 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 #DB5A56 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 86 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.14 |
| HSL | 1.8º | 0.65% | 0.6% | - |
| HSV(B) | 1.8º | 0.61% | 0.86% | - |
| XYZ | 34.55 | 23.04 | 11.43 | - |
| YUV | 128.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 86 | 0 | 0.59 | 0.61 | 0.14 | 1.8 | 0.65 | 0.6 |
| Hex | DB | 5A | 56 | 0 | 3B | 3D | E | 2 | 41 | 3C |
| Octal | 333 | 132 | 126 | 0 | 73 | 75 | 16 | 2 | 101 | 74 |
| Binary | 11011011 | 1011010 | 1010110 | 0 | 111011 | 111101 | 1110 | 10 | 1000001 | 111100 |
Color Harmonies of #DB5A56
Complementary color
Monochromatic Colors of #DB5A56
Black with #DB5A56
Text Example
Text Example
White with #DB5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A56; }
p { color: rgb(219,90,86); }
H1.HeaderClassName
{
color: #DB5A56;
}
.AnyTagClassName
{
color: #DB5A56;
}
</style>
background-color css
<style>
a { background-color: #DB5A56; }
a { background-color: rgb(219,90,86); }
div.DivClassName
{
background-color: #DB5A56;
}
.BgClassName
{
background-color: #DB5A56;
}
</style>
border-color css
<style>
span { border-color: #DB5A56; }
span { border-color: rgb(219,90,86); }
td.TdClassName
{
border-color: #DB5A56;
}
.TagClassName
{
border-color: #DB5A56;
}
</style>