Shades of Roman #DB645D
Tints of Roman #DB645D
RGB
CMYK
RGB Variations
Color information
#DB645D (or 0xDB645D) is known color: Roman. HEX triplet: DB, 64 and 5D. RGB value is (219,100,93). Sum of RGB (Red+Green+Blue) = 219+100+93=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB645D is #249BA2. Grayscale: #868686. Windows color (decimal): -2399139 or 6120667. OLE color: 6120667.
HSL color Cylindrical-coordinate representation of color #DB645D: hue angle of 3.33º 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 #DB645D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 93 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.14 |
| HSL | 3.33º | 0.64% | 0.61% | - |
| HSV(B) | 3.33º | 0.58% | 0.86% | - |
| XYZ | 35.75 | 24.96 | 13.29 | - |
| YUV | 134.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 93 | 0 | 0.54 | 0.58 | 0.14 | 3.33 | 0.64 | 0.61 |
| Hex | DB | 64 | 5D | 0 | 36 | 3A | E | 3 | 40 | 3D |
| Octal | 333 | 144 | 135 | 0 | 66 | 72 | 16 | 3 | 100 | 75 |
| Binary | 11011011 | 1100100 | 1011101 | 0 | 110110 | 111010 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DB645D
Complementary color
Monochromatic Colors of #DB645D
Black with #DB645D
Text Example
Text Example
White with #DB645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB645D; }
p { color: rgb(219,100,93); }
H1.HeaderClassName
{
color: #DB645D;
}
.AnyTagClassName
{
color: #DB645D;
}
</style>
background-color css
<style>
a { background-color: #DB645D; }
a { background-color: rgb(219,100,93); }
div.DivClassName
{
background-color: #DB645D;
}
.BgClassName
{
background-color: #DB645D;
}
</style>
border-color css
<style>
span { border-color: #DB645D; }
span { border-color: rgb(219,100,93); }
td.TdClassName
{
border-color: #DB645D;
}
.TagClassName
{
border-color: #DB645D;
}
</style>