Shades of Roman #DB635F
Tints of Roman #DB635F
RGB
CMYK
RGB Variations
Color information
#DB635F (or 0xDB635F) is known color: Roman. HEX triplet: DB, 63 and 5F. RGB value is (219,99,95). Sum of RGB (Red+Green+Blue) = 219+99+95=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB635F is #249CA0. Grayscale: #868686. Windows color (decimal): -2399393 or 6251483. OLE color: 6251483.
HSL color Cylindrical-coordinate representation of color #DB635F: hue angle of 1.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB635F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 95 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.14 |
| HSL | 1.94º | 0.63% | 0.62% | - |
| HSV(B) | 1.94º | 0.57% | 0.86% | - |
| XYZ | 35.74 | 24.81 | 13.73 | - |
| YUV | 134.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 95 | 0 | 0.55 | 0.57 | 0.14 | 1.94 | 0.63 | 0.62 |
| Hex | DB | 63 | 5F | 0 | 37 | 39 | E | 2 | 3F | 3E |
| Octal | 333 | 143 | 137 | 0 | 67 | 71 | 16 | 2 | 77 | 76 |
| Binary | 11011011 | 1100011 | 1011111 | 0 | 110111 | 111001 | 1110 | 10 | 111111 | 111110 |
Color Harmonies of #DB635F
Complementary color
Monochromatic Colors of #DB635F
Black with #DB635F
Text Example
Text Example
White with #DB635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB635F; }
p { color: rgb(219,99,95); }
H1.HeaderClassName
{
color: #DB635F;
}
.AnyTagClassName
{
color: #DB635F;
}
</style>
background-color css
<style>
a { background-color: #DB635F; }
a { background-color: rgb(219,99,95); }
div.DivClassName
{
background-color: #DB635F;
}
.BgClassName
{
background-color: #DB635F;
}
</style>
border-color css
<style>
span { border-color: #DB635F; }
span { border-color: rgb(219,99,95); }
td.TdClassName
{
border-color: #DB635F;
}
.TagClassName
{
border-color: #DB635F;
}
</style>