Shades of Roman #DB615E
Tints of Roman #DB615E
RGB
CMYK
RGB Variations
Color information
#DB615E (or 0xDB615E) is known color: Roman. HEX triplet: DB, 61 and 5E. RGB value is (219,97,94). Sum of RGB (Red+Green+Blue) = 219+97+94=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB615E is #249EA1. Grayscale: #858585. Windows color (decimal): -2399906 or 6185435. OLE color: 6185435.
HSL color Cylindrical-coordinate representation of color #DB615E: hue angle of 1.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB615E is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 94 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.14 |
| HSL | 1.44º | 0.63% | 0.61% | - |
| HSV(B) | 1.44º | 0.57% | 0.86% | - |
| XYZ | 35.51 | 24.42 | 13.43 | - |
| YUV | 133.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 94 | 0 | 0.56 | 0.57 | 0.14 | 1.44 | 0.63 | 0.61 |
| Hex | DB | 61 | 5E | 0 | 38 | 39 | E | 1 | 3F | 3D |
| Octal | 333 | 141 | 136 | 0 | 70 | 71 | 16 | 1 | 77 | 75 |
| Binary | 11011011 | 1100001 | 1011110 | 0 | 111000 | 111001 | 1110 | 1 | 111111 | 111101 |
Color Harmonies of #DB615E
Complementary color
Monochromatic Colors of #DB615E
Black with #DB615E
Text Example
Text Example
White with #DB615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB615E; }
p { color: rgb(219,97,94); }
H1.HeaderClassName
{
color: #DB615E;
}
.AnyTagClassName
{
color: #DB615E;
}
</style>
background-color css
<style>
a { background-color: #DB615E; }
a { background-color: rgb(219,97,94); }
div.DivClassName
{
background-color: #DB615E;
}
.BgClassName
{
background-color: #DB615E;
}
</style>
border-color css
<style>
span { border-color: #DB615E; }
span { border-color: rgb(219,97,94); }
td.TdClassName
{
border-color: #DB615E;
}
.TagClassName
{
border-color: #DB615E;
}
</style>