Shades of Roman #DB625E
Tints of Roman #DB625E
RGB
CMYK
RGB Variations
Color information
#DB625E (or 0xDB625E) is known color: Roman. HEX triplet: DB, 62 and 5E. RGB value is (219,98,94). Sum of RGB (Red+Green+Blue) = 219+98+94=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625E is #249DA1. Grayscale: #858585. Windows color (decimal): -2399650 or 6185691. OLE color: 6185691.
HSL color Cylindrical-coordinate representation of color #DB625E: hue angle of 1.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB625E is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 94 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.14 |
| HSL | 1.92º | 0.63% | 0.61% | - |
| HSV(B) | 1.92º | 0.57% | 0.86% | - |
| XYZ | 35.6 | 24.6 | 13.46 | - |
| YUV | 133.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 94 | 0 | 0.55 | 0.57 | 0.14 | 1.92 | 0.63 | 0.61 |
| Hex | DB | 62 | 5E | 0 | 37 | 39 | E | 2 | 3F | 3D |
| Octal | 333 | 142 | 136 | 0 | 67 | 71 | 16 | 2 | 77 | 75 |
| Binary | 11011011 | 1100010 | 1011110 | 0 | 110111 | 111001 | 1110 | 10 | 111111 | 111101 |
Color Harmonies of #DB625E
Complementary color
Monochromatic Colors of #DB625E
Black with #DB625E
Text Example
Text Example
White with #DB625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625E; }
p { color: rgb(219,98,94); }
H1.HeaderClassName
{
color: #DB625E;
}
.AnyTagClassName
{
color: #DB625E;
}
</style>
background-color css
<style>
a { background-color: #DB625E; }
a { background-color: rgb(219,98,94); }
div.DivClassName
{
background-color: #DB625E;
}
.BgClassName
{
background-color: #DB625E;
}
</style>
border-color css
<style>
span { border-color: #DB625E; }
span { border-color: rgb(219,98,94); }
td.TdClassName
{
border-color: #DB625E;
}
.TagClassName
{
border-color: #DB625E;
}
</style>