Shades of Roman #DB625C
Tints of Roman #DB625C
RGB
CMYK
RGB Variations
Color information
#DB625C (or 0xDB625C) is known color: Roman. HEX triplet: DB, 62 and 5C. RGB value is (219,98,92). Sum of RGB (Red+Green+Blue) = 219+98+92=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625C is #249DA3. Grayscale: #858585. Windows color (decimal): -2399652 or 6054619. OLE color: 6054619.
HSL color Cylindrical-coordinate representation of color #DB625C: hue angle of 2.83º 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 #DB625C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 92 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.14 |
| HSL | 2.83º | 0.64% | 0.61% | - |
| HSV(B) | 2.83º | 0.58% | 0.86% | - |
| XYZ | 35.51 | 24.57 | 13 | - |
| YUV | 133.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 92 | 0 | 0.55 | 0.58 | 0.14 | 2.83 | 0.64 | 0.61 |
| Hex | DB | 62 | 5C | 0 | 37 | 3A | E | 3 | 40 | 3D |
| Octal | 333 | 142 | 134 | 0 | 67 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011011 | 1100010 | 1011100 | 0 | 110111 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DB625C
Complementary color
Monochromatic Colors of #DB625C
Black with #DB625C
Text Example
Text Example
White with #DB625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625C; }
p { color: rgb(219,98,92); }
H1.HeaderClassName
{
color: #DB625C;
}
.AnyTagClassName
{
color: #DB625C;
}
</style>
background-color css
<style>
a { background-color: #DB625C; }
a { background-color: rgb(219,98,92); }
div.DivClassName
{
background-color: #DB625C;
}
.BgClassName
{
background-color: #DB625C;
}
</style>
border-color css
<style>
span { border-color: #DB625C; }
span { border-color: rgb(219,98,92); }
td.TdClassName
{
border-color: #DB625C;
}
.TagClassName
{
border-color: #DB625C;
}
</style>