Shades of Roman #DB625B
Tints of Roman #DB625B
RGB
CMYK
RGB Variations
Color information
#DB625B (or 0xDB625B) is known color: Roman. HEX triplet: DB, 62 and 5B. RGB value is (219,98,91). Sum of RGB (Red+Green+Blue) = 219+98+91=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625B is #249DA4. Grayscale: #858585. Windows color (decimal): -2399653 or 5989083. OLE color: 5989083.
HSL color Cylindrical-coordinate representation of color #DB625B: hue angle of 3.28º 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 #DB625B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 91 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 3.28º | 0.64% | 0.61% | - |
| HSV(B) | 3.28º | 0.58% | 0.86% | - |
| XYZ | 35.47 | 24.55 | 12.77 | - |
| YUV | 133.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 91 | 0 | 0.55 | 0.58 | 0.14 | 3.28 | 0.64 | 0.61 |
| Hex | DB | 62 | 5B | 0 | 37 | 3A | E | 3 | 40 | 3D |
| Octal | 333 | 142 | 133 | 0 | 67 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011011 | 1100010 | 1011011 | 0 | 110111 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DB625B
Complementary color
Monochromatic Colors of #DB625B
Black with #DB625B
Text Example
Text Example
White with #DB625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625B; }
p { color: rgb(219,98,91); }
H1.HeaderClassName
{
color: #DB625B;
}
.AnyTagClassName
{
color: #DB625B;
}
</style>
background-color css
<style>
a { background-color: #DB625B; }
a { background-color: rgb(219,98,91); }
div.DivClassName
{
background-color: #DB625B;
}
.BgClassName
{
background-color: #DB625B;
}
</style>
border-color css
<style>
span { border-color: #DB625B; }
span { border-color: rgb(219,98,91); }
td.TdClassName
{
border-color: #DB625B;
}
.TagClassName
{
border-color: #DB625B;
}
</style>