Shades of Roman #DB615D
Tints of Roman #DB615D
RGB
CMYK
RGB Variations
Color information
#DB615D (or 0xDB615D) is known color: Roman. HEX triplet: DB, 61 and 5D. RGB value is (219,97,93). Sum of RGB (Red+Green+Blue) = 219+97+93=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB615D is #249EA2. Grayscale: #858585. Windows color (decimal): -2399907 or 6119899. OLE color: 6119899.
HSL color Cylindrical-coordinate representation of color #DB615D: hue angle of 1.9º 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 #DB615D is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 93 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.14 |
| HSL | 1.9º | 0.64% | 0.61% | - |
| HSV(B) | 1.9º | 0.58% | 0.86% | - |
| XYZ | 35.46 | 24.4 | 13.2 | - |
| YUV | 133.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 93 | 0 | 0.56 | 0.58 | 0.14 | 1.9 | 0.64 | 0.61 |
| Hex | DB | 61 | 5D | 0 | 38 | 3A | E | 2 | 40 | 3D |
| Octal | 333 | 141 | 135 | 0 | 70 | 72 | 16 | 2 | 100 | 75 |
| Binary | 11011011 | 1100001 | 1011101 | 0 | 111000 | 111010 | 1110 | 10 | 1000000 | 111101 |
Color Harmonies of #DB615D
Complementary color
Monochromatic Colors of #DB615D
Black with #DB615D
Text Example
Text Example
White with #DB615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB615D; }
p { color: rgb(219,97,93); }
H1.HeaderClassName
{
color: #DB615D;
}
.AnyTagClassName
{
color: #DB615D;
}
</style>
background-color css
<style>
a { background-color: #DB615D; }
a { background-color: rgb(219,97,93); }
div.DivClassName
{
background-color: #DB615D;
}
.BgClassName
{
background-color: #DB615D;
}
</style>
border-color css
<style>
span { border-color: #DB615D; }
span { border-color: rgb(219,97,93); }
td.TdClassName
{
border-color: #DB615D;
}
.TagClassName
{
border-color: #DB615D;
}
</style>