Shades of Roman #D56060
Tints of Roman #D56060
RGB
CMYK
RGB Variations
Color information
#D56060 (or 0xD56060) is known color: Roman. HEX triplet: D5, 60 and 60. RGB value is (213,96,96). Sum of RGB (Red+Green+Blue) = 213+96+96=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D56060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56060 is #2A9F9F. Grayscale: #838383. Windows color (decimal): -2793376 or 6316245. OLE color: 6316245.
HSL color Cylindrical-coordinate representation of color #D56060: hue angle of 0º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56060 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 96 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.16 |
| HSL | 0º | 0.58% | 0.61% | - |
| HSV(B) | 0º | 0.55% | 0.84% | - |
| XYZ | 33.73 | 23.36 | 13.8 | - |
| YUV | 130.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 96 | 0 | 0.55 | 0.55 | 0.16 | 0 | 0.58 | 0.61 |
| Hex | D5 | 60 | 60 | 0 | 37 | 37 | 10 | 0 | 3A | 3D |
| Octal | 325 | 140 | 140 | 0 | 67 | 67 | 20 | 0 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1100000 | 0 | 110111 | 110111 | 10000 | 0 | 111010 | 111101 |
Color Harmonies of #D56060
Complementary color
Monochromatic Colors of #D56060
Black with #D56060
Text Example
Text Example
White with #D56060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56060; }
p { color: rgb(213,96,96); }
H1.HeaderClassName
{
color: #D56060;
}
.AnyTagClassName
{
color: #D56060;
}
</style>
background-color css
<style>
a { background-color: #D56060; }
a { background-color: rgb(213,96,96); }
div.DivClassName
{
background-color: #D56060;
}
.BgClassName
{
background-color: #D56060;
}
</style>
border-color css
<style>
span { border-color: #D56060; }
span { border-color: rgb(213,96,96); }
td.TdClassName
{
border-color: #D56060;
}
.TagClassName
{
border-color: #D56060;
}
</style>