Shades of Roman #DB605A
Tints of Roman #DB605A
RGB
CMYK
RGB Variations
Color information
#DB605A (or 0xDB605A) is known color: Roman. HEX triplet: DB, 60 and 5A. RGB value is (219,96,90). Sum of RGB (Red+Green+Blue) = 219+96+90=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB605A is #249FA5. Grayscale: #848484. Windows color (decimal): -2400166 or 5923035. OLE color: 5923035.
HSL color Cylindrical-coordinate representation of color #DB605A: hue angle of 2.79º 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 #DB605A is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 90 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.14 |
| HSL | 2.79º | 0.64% | 0.61% | - |
| HSV(B) | 2.79º | 0.59% | 0.86% | - |
| XYZ | 35.24 | 24.16 | 12.48 | - |
| YUV | 132.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 90 | 0 | 0.56 | 0.59 | 0.14 | 2.79 | 0.64 | 0.61 |
| Hex | DB | 60 | 5A | 0 | 38 | 3B | E | 3 | 40 | 3D |
| Octal | 333 | 140 | 132 | 0 | 70 | 73 | 16 | 3 | 100 | 75 |
| Binary | 11011011 | 1100000 | 1011010 | 0 | 111000 | 111011 | 1110 | 11 | 1000000 | 111101 |
Color Harmonies of #DB605A
Complementary color
Monochromatic Colors of #DB605A
Black with #DB605A
Text Example
Text Example
White with #DB605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB605A; }
p { color: rgb(219,96,90); }
H1.HeaderClassName
{
color: #DB605A;
}
.AnyTagClassName
{
color: #DB605A;
}
</style>
background-color css
<style>
a { background-color: #DB605A; }
a { background-color: rgb(219,96,90); }
div.DivClassName
{
background-color: #DB605A;
}
.BgClassName
{
background-color: #DB605A;
}
</style>
border-color css
<style>
span { border-color: #DB605A; }
span { border-color: rgb(219,96,90); }
td.TdClassName
{
border-color: #DB605A;
}
.TagClassName
{
border-color: #DB605A;
}
</style>