Shades of Roman #DB625A
Tints of Roman #DB625A
RGB
CMYK
RGB Variations
Color information
#DB625A (or 0xDB625A) is known color: Roman. HEX triplet: DB, 62 and 5A. RGB value is (219,98,90). Sum of RGB (Red+Green+Blue) = 219+98+90=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB625A is #249DA5. Grayscale: #858585. Windows color (decimal): -2399654 or 5923547. OLE color: 5923547.
HSL color Cylindrical-coordinate representation of color #DB625A: hue angle of 3.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB625A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 90 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.14 |
| HSL | 3.72º | 0.64% | 0.61% | - |
| HSV(B) | 3.72º | 0.59% | 0.86% | - |
| XYZ | 35.43 | 24.53 | 12.54 | - |
| YUV | 133.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 90 | 0 | 0.55 | 0.59 | 0.14 | 3.72 | 0.64 | 0.61 |
| Hex | DB | 62 | 5A | 0 | 37 | 3B | E | 4 | 40 | 3D |
| Octal | 333 | 142 | 132 | 0 | 67 | 73 | 16 | 4 | 100 | 75 |
| Binary | 11011011 | 1100010 | 1011010 | 0 | 110111 | 111011 | 1110 | 100 | 1000000 | 111101 |
Color Harmonies of #DB625A
Complementary color
Monochromatic Colors of #DB625A
Black with #DB625A
Text Example
Text Example
White with #DB625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB625A; }
p { color: rgb(219,98,90); }
H1.HeaderClassName
{
color: #DB625A;
}
.AnyTagClassName
{
color: #DB625A;
}
</style>
background-color css
<style>
a { background-color: #DB625A; }
a { background-color: rgb(219,98,90); }
div.DivClassName
{
background-color: #DB625A;
}
.BgClassName
{
background-color: #DB625A;
}
</style>
border-color css
<style>
span { border-color: #DB625A; }
span { border-color: rgb(219,98,90); }
td.TdClassName
{
border-color: #DB625A;
}
.TagClassName
{
border-color: #DB625A;
}
</style>