Shades of Roman #D56355
Tints of Roman #D56355
RGB
CMYK
RGB Variations
Color information
#D56355 (or 0xD56355) is known color: Roman. HEX triplet: D5, 63 and 55. RGB value is (213,99,85). Sum of RGB (Red+Green+Blue) = 213+99+85=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56355 is #2A9CAA. Grayscale: #838383. Windows color (decimal): -2792619 or 5596117. OLE color: 5596117.
HSL color Cylindrical-coordinate representation of color #D56355: hue angle of 6.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D56355 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6.56º | 0.6% | 0.58% | - |
| HSV(B) | 6.56º | 0.6% | 0.84% | - |
| XYZ | 33.54 | 23.73 | 11.41 | - |
| YUV | 131.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 85 | 0 | 0.54 | 0.60 | 0.16 | 6.56 | 0.6 | 0.58 |
| Hex | D5 | 63 | 55 | 0 | 36 | 3C | 10 | 7 | 3C | 3A |
| Octal | 325 | 143 | 125 | 0 | 66 | 74 | 20 | 7 | 74 | 72 |
| Binary | 11010101 | 1100011 | 1010101 | 0 | 110110 | 111100 | 10000 | 111 | 111100 | 111010 |
Color Harmonies of #D56355
Complementary color
Monochromatic Colors of #D56355
Black with #D56355
Text Example
Text Example
White with #D56355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56355; }
p { color: rgb(213,99,85); }
H1.HeaderClassName
{
color: #D56355;
}
.AnyTagClassName
{
color: #D56355;
}
</style>
background-color css
<style>
a { background-color: #D56355; }
a { background-color: rgb(213,99,85); }
div.DivClassName
{
background-color: #D56355;
}
.BgClassName
{
background-color: #D56355;
}
</style>
border-color css
<style>
span { border-color: #D56355; }
span { border-color: rgb(213,99,85); }
td.TdClassName
{
border-color: #D56355;
}
.TagClassName
{
border-color: #D56355;
}
</style>