Shades of Roman #D8625C
Tints of Roman #D8625C
RGB
CMYK
RGB Variations
Color information
#D8625C (or 0xD8625C) is known color: Roman. HEX triplet: D8, 62 and 5C. RGB value is (216,98,92). Sum of RGB (Red+Green+Blue) = 216+98+92=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8625C is #279DA3. Grayscale: #848484. Windows color (decimal): -2596260 or 6054616. OLE color: 6054616.
HSL color Cylindrical-coordinate representation of color #D8625C: hue angle of 2.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8625C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 92 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.15 |
| HSL | 2.9º | 0.61% | 0.6% | - |
| HSV(B) | 2.9º | 0.57% | 0.85% | - |
| XYZ | 34.62 | 24.11 | 12.95 | - |
| YUV | 132.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 92 | 0 | 0.55 | 0.57 | 0.15 | 2.9 | 0.61 | 0.6 |
| Hex | D8 | 62 | 5C | 0 | 37 | 39 | F | 3 | 3D | 3C |
| Octal | 330 | 142 | 134 | 0 | 67 | 71 | 17 | 3 | 75 | 74 |
| Binary | 11011000 | 1100010 | 1011100 | 0 | 110111 | 111001 | 1111 | 11 | 111101 | 111100 |
Color Harmonies of #D8625C
Complementary color
Monochromatic Colors of #D8625C
Black with #D8625C
Text Example
Text Example
White with #D8625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8625C; }
p { color: rgb(216,98,92); }
H1.HeaderClassName
{
color: #D8625C;
}
.AnyTagClassName
{
color: #D8625C;
}
</style>
background-color css
<style>
a { background-color: #D8625C; }
a { background-color: rgb(216,98,92); }
div.DivClassName
{
background-color: #D8625C;
}
.BgClassName
{
background-color: #D8625C;
}
</style>
border-color css
<style>
span { border-color: #D8625C; }
span { border-color: rgb(216,98,92); }
td.TdClassName
{
border-color: #D8625C;
}
.TagClassName
{
border-color: #D8625C;
}
</style>