Shades of Roman #D56556
Tints of Roman #D56556
RGB
CMYK
RGB Variations
Color information
#D56556 (or 0xD56556) is known color: Roman. HEX triplet: D5, 65 and 56. RGB value is (213,101,86). Sum of RGB (Red+Green+Blue) = 213+101+86=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D56556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56556 is #2A9AA9. Grayscale: #848484. Windows color (decimal): -2792106 or 5662165. OLE color: 5662165.
HSL color Cylindrical-coordinate representation of color #D56556: hue angle of 7.09º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D56556 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 86 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.16 |
| HSL | 7.09º | 0.6% | 0.59% | - |
| HSV(B) | 7.09º | 0.6% | 0.84% | - |
| XYZ | 33.77 | 24.13 | 11.68 | - |
| YUV | 132.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 86 | 0 | 0.53 | 0.60 | 0.16 | 7.09 | 0.6 | 0.59 |
| Hex | D5 | 65 | 56 | 0 | 35 | 3C | 10 | 7 | 3C | 3B |
| Octal | 325 | 145 | 126 | 0 | 65 | 74 | 20 | 7 | 74 | 73 |
| Binary | 11010101 | 1100101 | 1010110 | 0 | 110101 | 111100 | 10000 | 111 | 111100 | 111011 |
Color Harmonies of #D56556
Complementary color
Monochromatic Colors of #D56556
Black with #D56556
Text Example
Text Example
White with #D56556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56556; }
p { color: rgb(213,101,86); }
H1.HeaderClassName
{
color: #D56556;
}
.AnyTagClassName
{
color: #D56556;
}
</style>
background-color css
<style>
a { background-color: #D56556; }
a { background-color: rgb(213,101,86); }
div.DivClassName
{
background-color: #D56556;
}
.BgClassName
{
background-color: #D56556;
}
</style>
border-color css
<style>
span { border-color: #D56556; }
span { border-color: rgb(213,101,86); }
td.TdClassName
{
border-color: #D56556;
}
.TagClassName
{
border-color: #D56556;
}
</style>