Shades of Roman #D16257
Tints of Roman #D16257
RGB
CMYK
RGB Variations
Color information
#D16257 (or 0xD16257) is known color: Roman. HEX triplet: D1, 62 and 57. RGB value is (209,98,87). Sum of RGB (Red+Green+Blue) = 209+98+87=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D16257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16257 is #2E9DA8. Grayscale: #828282. Windows color (decimal): -3055017 or 5726929. OLE color: 5726929.
HSL color Cylindrical-coordinate representation of color #D16257: hue angle of 5.41º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D16257 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 87 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.18 |
| HSL | 5.41º | 0.57% | 0.58% | - |
| HSV(B) | 5.41º | 0.58% | 0.82% | - |
| XYZ | 32.38 | 22.98 | 11.75 | - |
| YUV | 129.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 87 | 0 | 0.53 | 0.58 | 0.18 | 5.41 | 0.57 | 0.58 |
| Hex | D1 | 62 | 57 | 0 | 35 | 3A | 12 | 5 | 39 | 3A |
| Octal | 321 | 142 | 127 | 0 | 65 | 72 | 22 | 5 | 71 | 72 |
| Binary | 11010001 | 1100010 | 1010111 | 0 | 110101 | 111010 | 10010 | 101 | 111001 | 111010 |
Color Harmonies of #D16257
Complementary color
Monochromatic Colors of #D16257
Black with #D16257
Text Example
Text Example
White with #D16257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16257; }
p { color: rgb(209,98,87); }
H1.HeaderClassName
{
color: #D16257;
}
.AnyTagClassName
{
color: #D16257;
}
</style>
background-color css
<style>
a { background-color: #D16257; }
a { background-color: rgb(209,98,87); }
div.DivClassName
{
background-color: #D16257;
}
.BgClassName
{
background-color: #D16257;
}
</style>
border-color css
<style>
span { border-color: #D16257; }
span { border-color: rgb(209,98,87); }
td.TdClassName
{
border-color: #D16257;
}
.TagClassName
{
border-color: #D16257;
}
</style>