Shades of Roman #DB625D
Tints of Roman #DB625D
RGB
CMYK
RGB Variations
Color information
#DB625D (or 0xDB625D) is known color: Roman. HEX triplet: DB, 62 and 5D. RGB value is (219,98,93). Sum of RGB (Red+Green+Blue) = 219+98+93=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625D is #249DA2. Grayscale: #858585. Windows color (decimal): -2399651 or 6120155. OLE color: 6120155.
HSL color Cylindrical-coordinate representation of color #DB625D: hue angle of 2.38º 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 #DB625D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 93 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 2.38º | 0.64% | 0.61% | - |
| HSV(B) | 2.38º | 0.58% | 0.86% | - |
| XYZ | 35.56 | 24.59 | 13.23 | - |
| YUV | 133.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 93 | 0 | 0.55 | 0.58 | 0.14 | 2.38 | 0.64 | 0.61 |
| Hex | DB | 62 | 5D | 0 | 37 | 3A | E | 2 | 40 | 3D |
| Octal | 333 | 142 | 135 | 0 | 67 | 72 | 16 | 2 | 100 | 75 |
| Binary | 11011011 | 1100010 | 1011101 | 0 | 110111 | 111010 | 1110 | 10 | 1000000 | 111101 |
Color Harmonies of #DB625D
Complementary color
Monochromatic Colors of #DB625D
Black with #DB625D
Text Example
Text Example
White with #DB625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625D; }
p { color: rgb(219,98,93); }
H1.HeaderClassName
{
color: #DB625D;
}
.AnyTagClassName
{
color: #DB625D;
}
</style>
background-color css
<style>
a { background-color: #DB625D; }
a { background-color: rgb(219,98,93); }
div.DivClassName
{
background-color: #DB625D;
}
.BgClassName
{
background-color: #DB625D;
}
</style>
border-color css
<style>
span { border-color: #DB625D; }
span { border-color: rgb(219,98,93); }
td.TdClassName
{
border-color: #DB625D;
}
.TagClassName
{
border-color: #DB625D;
}
</style>