Shades of Roman #DB5E5A
Tints of Roman #DB5E5A
RGB
CMYK
RGB Variations
Color information
#DB5E5A (or 0xDB5E5A) is known color: Roman. HEX triplet: DB, 5E and 5A. RGB value is (219,94,90). Sum of RGB (Red+Green+Blue) = 219+94+90=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5E5A is #24A1A5. Grayscale: #838383. Windows color (decimal): -2400678 or 5922523. OLE color: 5922523.
HSL color Cylindrical-coordinate representation of color #DB5E5A: hue angle of 1.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5E5A is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 90 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.14 |
| HSL | 1.86º | 0.64% | 0.61% | - |
| HSV(B) | 1.86º | 0.59% | 0.86% | - |
| XYZ | 35.06 | 23.8 | 12.42 | - |
| YUV | 130.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 90 | 0 | 0.57 | 0.59 | 0.14 | 1.86 | 0.64 | 0.61 |
| Hex | DB | 5E | 5A | 0 | 39 | 3B | E | 2 | 40 | 3D |
| Octal | 333 | 136 | 132 | 0 | 71 | 73 | 16 | 2 | 100 | 75 |
| Binary | 11011011 | 1011110 | 1011010 | 0 | 111001 | 111011 | 1110 | 10 | 1000000 | 111101 |
Color Harmonies of #DB5E5A
Complementary color
Monochromatic Colors of #DB5E5A
Black with #DB5E5A
Text Example
Text Example
White with #DB5E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E5A; }
p { color: rgb(219,94,90); }
H1.HeaderClassName
{
color: #DB5E5A;
}
.AnyTagClassName
{
color: #DB5E5A;
}
</style>
background-color css
<style>
a { background-color: #DB5E5A; }
a { background-color: rgb(219,94,90); }
div.DivClassName
{
background-color: #DB5E5A;
}
.BgClassName
{
background-color: #DB5E5A;
}
</style>
border-color css
<style>
span { border-color: #DB5E5A; }
span { border-color: rgb(219,94,90); }
td.TdClassName
{
border-color: #DB5E5A;
}
.TagClassName
{
border-color: #DB5E5A;
}
</style>