Shades of Roman #D8625D
Tints of Roman #D8625D
RGB
CMYK
RGB Variations
Color information
#D8625D (or 0xD8625D) is known color: Roman. HEX triplet: D8, 62 and 5D. RGB value is (216,98,93). Sum of RGB (Red+Green+Blue) = 216+98+93=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8625D is #279DA2. Grayscale: #848484. Windows color (decimal): -2596259 or 6120152. OLE color: 6120152.
HSL color Cylindrical-coordinate representation of color #D8625D: hue angle of 2.44º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8625D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 93 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.15 |
| HSL | 2.44º | 0.61% | 0.61% | - |
| HSV(B) | 2.44º | 0.57% | 0.85% | - |
| XYZ | 34.66 | 24.12 | 13.19 | - |
| YUV | 132.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 93 | 0 | 0.55 | 0.57 | 0.15 | 2.44 | 0.61 | 0.61 |
| Hex | D8 | 62 | 5D | 0 | 37 | 39 | F | 2 | 3D | 3D |
| Octal | 330 | 142 | 135 | 0 | 67 | 71 | 17 | 2 | 75 | 75 |
| Binary | 11011000 | 1100010 | 1011101 | 0 | 110111 | 111001 | 1111 | 10 | 111101 | 111101 |
Color Harmonies of #D8625D
Complementary color
Monochromatic Colors of #D8625D
Black with #D8625D
Text Example
Text Example
White with #D8625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8625D; }
p { color: rgb(216,98,93); }
H1.HeaderClassName
{
color: #D8625D;
}
.AnyTagClassName
{
color: #D8625D;
}
</style>
background-color css
<style>
a { background-color: #D8625D; }
a { background-color: rgb(216,98,93); }
div.DivClassName
{
background-color: #D8625D;
}
.BgClassName
{
background-color: #D8625D;
}
</style>
border-color css
<style>
span { border-color: #D8625D; }
span { border-color: rgb(216,98,93); }
td.TdClassName
{
border-color: #D8625D;
}
.TagClassName
{
border-color: #D8625D;
}
</style>