Shades of Roman #DB5B5B
Tints of Roman #DB5B5B
RGB
CMYK
RGB Variations
Color information
#DB5B5B (or 0xDB5B5B) is known color: Roman. HEX triplet: DB, 5B and 5B. RGB value is (219,91,91). Sum of RGB (Red+Green+Blue) = 219+91+91=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B5B is #24A4A4. Grayscale: #818181. Windows color (decimal): -2401445 or 5987291. OLE color: 5987291.
HSL color Cylindrical-coordinate representation of color #DB5B5B: hue angle of 0º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5B5B is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 91 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.14 |
| HSL | 0º | 0.64% | 0.61% | - |
| HSV(B) | 0º | 0.58% | 0.86% | - |
| XYZ | 34.84 | 23.3 | 12.56 | - |
| YUV | 129.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 91 | 0 | 0.58 | 0.58 | 0.14 | 0 | 0.64 | 0.61 |
| Hex | DB | 5B | 5B | 0 | 3A | 3A | E | 0 | 40 | 3D |
| Octal | 333 | 133 | 133 | 0 | 72 | 72 | 16 | 0 | 100 | 75 |
| Binary | 11011011 | 1011011 | 1011011 | 0 | 111010 | 111010 | 1110 | 0 | 1000000 | 111101 |
Color Harmonies of #DB5B5B
Complementary color
Monochromatic Colors of #DB5B5B
Black with #DB5B5B
Text Example
Text Example
White with #DB5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B5B; }
p { color: rgb(219,91,91); }
H1.HeaderClassName
{
color: #DB5B5B;
}
.AnyTagClassName
{
color: #DB5B5B;
}
</style>
background-color css
<style>
a { background-color: #DB5B5B; }
a { background-color: rgb(219,91,91); }
div.DivClassName
{
background-color: #DB5B5B;
}
.BgClassName
{
background-color: #DB5B5B;
}
</style>
border-color css
<style>
span { border-color: #DB5B5B; }
span { border-color: rgb(219,91,91); }
td.TdClassName
{
border-color: #DB5B5B;
}
.TagClassName
{
border-color: #DB5B5B;
}
</style>