Shades of Roman #DB615B
Tints of Roman #DB615B
RGB
CMYK
RGB Variations
Color information
#DB615B (or 0xDB615B) is known color: Roman. HEX triplet: DB, 61 and 5B. RGB value is (219,97,91). Sum of RGB (Red+Green+Blue) = 219+97+91=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB615B is #249EA4. Grayscale: #848484. Windows color (decimal): -2399909 or 5988827. OLE color: 5988827.
HSL color Cylindrical-coordinate representation of color #DB615B: hue angle of 2.81º 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 #DB615B is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 91 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.14 |
| HSL | 2.81º | 0.64% | 0.61% | - |
| HSV(B) | 2.81º | 0.58% | 0.86% | - |
| XYZ | 35.38 | 24.36 | 12.74 | - |
| YUV | 132.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 91 | 0 | 0.56 | 0.58 | 0.14 | 2.81 | 0.64 | 0.61 |
| Hex | DB | 61 | 5B | 0 | 38 | 3A | E | 3 | 40 | 3D |
| Octal | 333 | 141 | 133 | 0 | 70 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011011 | 1100001 | 1011011 | 0 | 111000 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DB615B
Complementary color
Monochromatic Colors of #DB615B
Black with #DB615B
Text Example
Text Example
White with #DB615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB615B; }
p { color: rgb(219,97,91); }
H1.HeaderClassName
{
color: #DB615B;
}
.AnyTagClassName
{
color: #DB615B;
}
</style>
background-color css
<style>
a { background-color: #DB615B; }
a { background-color: rgb(219,97,91); }
div.DivClassName
{
background-color: #DB615B;
}
.BgClassName
{
background-color: #DB615B;
}
</style>
border-color css
<style>
span { border-color: #DB615B; }
span { border-color: rgb(219,97,91); }
td.TdClassName
{
border-color: #DB615B;
}
.TagClassName
{
border-color: #DB615B;
}
</style>