Shades of Roman #D8615B
Tints of Roman #D8615B
RGB
CMYK
RGB Variations
Color information
#D8615B (or 0xD8615B) is known color: Roman. HEX triplet: D8, 61 and 5B. RGB value is (216,97,91). Sum of RGB (Red+Green+Blue) = 216+97+91=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8615B is #279EA4. Grayscale: #848484. Windows color (decimal): -2596517 or 5988824. OLE color: 5988824.
HSL color Cylindrical-coordinate representation of color #D8615B: hue angle of 2.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8615B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 91 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.15 |
| HSL | 2.88º | 0.62% | 0.6% | - |
| HSV(B) | 2.88º | 0.58% | 0.85% | - |
| XYZ | 34.48 | 23.9 | 12.69 | - |
| YUV | 131.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 91 | 0 | 0.55 | 0.58 | 0.15 | 2.88 | 0.62 | 0.6 |
| Hex | D8 | 61 | 5B | 0 | 37 | 3A | F | 3 | 3E | 3C |
| Octal | 330 | 141 | 133 | 0 | 67 | 72 | 17 | 3 | 76 | 74 |
| Binary | 11011000 | 1100001 | 1011011 | 0 | 110111 | 111010 | 1111 | 11 | 111110 | 111100 |
Color Harmonies of #D8615B
Complementary color
Monochromatic Colors of #D8615B
Black with #D8615B
Text Example
Text Example
White with #D8615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8615B; }
p { color: rgb(216,97,91); }
H1.HeaderClassName
{
color: #D8615B;
}
.AnyTagClassName
{
color: #D8615B;
}
</style>
background-color css
<style>
a { background-color: #D8615B; }
a { background-color: rgb(216,97,91); }
div.DivClassName
{
background-color: #D8615B;
}
.BgClassName
{
background-color: #D8615B;
}
</style>
border-color css
<style>
span { border-color: #D8615B; }
span { border-color: rgb(216,97,91); }
td.TdClassName
{
border-color: #D8615B;
}
.TagClassName
{
border-color: #D8615B;
}
</style>