Shades of Roman #D16564
Tints of Roman #D16564
RGB
CMYK
RGB Variations
Color information
#D16564 (or 0xD16564) is known color: Roman. HEX triplet: D1, 65 and 64. RGB value is (209,101,100). Sum of RGB (Red+Green+Blue) = 209+101+100=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16564 is #2E9A9B. Grayscale: #858585. Windows color (decimal): -3054236 or 6579665. OLE color: 6579665.
HSL color Cylindrical-coordinate representation of color #D16564: hue angle of 0.55º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16564 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 100 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.18 |
| HSL | 0.55º | 0.54% | 0.61% | - |
| HSV(B) | 0.55º | 0.52% | 0.82% | - |
| XYZ | 33.25 | 23.78 | 14.89 | - |
| YUV | 133.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 100 | 0 | 0.52 | 0.52 | 0.18 | 0.55 | 0.54 | 0.61 |
| Hex | D1 | 65 | 64 | 0 | 34 | 34 | 12 | 1 | 36 | 3D |
| Octal | 321 | 145 | 144 | 0 | 64 | 64 | 22 | 1 | 66 | 75 |
| Binary | 11010001 | 1100101 | 1100100 | 0 | 110100 | 110100 | 10010 | 1 | 110110 | 111101 |
Color Harmonies of #D16564
Complementary color
Monochromatic Colors of #D16564
Black with #D16564
Text Example
Text Example
White with #D16564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16564; }
p { color: rgb(209,101,100); }
H1.HeaderClassName
{
color: #D16564;
}
.AnyTagClassName
{
color: #D16564;
}
</style>
background-color css
<style>
a { background-color: #D16564; }
a { background-color: rgb(209,101,100); }
div.DivClassName
{
background-color: #D16564;
}
.BgClassName
{
background-color: #D16564;
}
</style>
border-color css
<style>
span { border-color: #D16564; }
span { border-color: rgb(209,101,100); }
td.TdClassName
{
border-color: #D16564;
}
.TagClassName
{
border-color: #D16564;
}
</style>