Shades of Roman #DB625F
Tints of Roman #DB625F
RGB
CMYK
RGB Variations
Color information
#DB625F (or 0xDB625F) is known color: Roman. HEX triplet: DB, 62 and 5F. RGB value is (219,98,95). Sum of RGB (Red+Green+Blue) = 219+98+95=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625F is #249DA0. Grayscale: #858585. Windows color (decimal): -2399649 or 6251227. OLE color: 6251227.
HSL color Cylindrical-coordinate representation of color #DB625F: hue angle of 1.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB625F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 95 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.14 |
| HSL | 1.45º | 0.63% | 0.62% | - |
| HSV(B) | 1.45º | 0.57% | 0.86% | - |
| XYZ | 35.65 | 24.62 | 13.7 | - |
| YUV | 133.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 95 | 0 | 0.55 | 0.57 | 0.14 | 1.45 | 0.63 | 0.62 |
| Hex | DB | 62 | 5F | 0 | 37 | 39 | E | 1 | 3F | 3E |
| Octal | 333 | 142 | 137 | 0 | 67 | 71 | 16 | 1 | 77 | 76 |
| Binary | 11011011 | 1100010 | 1011111 | 0 | 110111 | 111001 | 1110 | 1 | 111111 | 111110 |
Color Harmonies of #DB625F
Complementary color
Monochromatic Colors of #DB625F
Black with #DB625F
Text Example
Text Example
White with #DB625F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625F; }
p { color: rgb(219,98,95); }
H1.HeaderClassName
{
color: #DB625F;
}
.AnyTagClassName
{
color: #DB625F;
}
</style>
background-color css
<style>
a { background-color: #DB625F; }
a { background-color: rgb(219,98,95); }
div.DivClassName
{
background-color: #DB625F;
}
.BgClassName
{
background-color: #DB625F;
}
</style>
border-color css
<style>
span { border-color: #DB625F; }
span { border-color: rgb(219,98,95); }
td.TdClassName
{
border-color: #DB625F;
}
.TagClassName
{
border-color: #DB625F;
}
</style>