Shades of Roman #D56563
Tints of Roman #D56563
RGB
CMYK
RGB Variations
Color information
#D56563 (or 0xD56563) is known color: Roman. HEX triplet: D5, 65 and 63. RGB value is (213,101,99). Sum of RGB (Red+Green+Blue) = 213+101+99=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56563 is #2A9A9C. Grayscale: #868686. Windows color (decimal): -2792093 or 6514133. OLE color: 6514133.
HSL color Cylindrical-coordinate representation of color #D56563: hue angle of 1.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56563 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 99 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.16 |
| HSL | 1.05º | 0.58% | 0.61% | - |
| HSV(B) | 1.05º | 0.54% | 0.84% | - |
| XYZ | 34.35 | 24.35 | 14.69 | - |
| YUV | 134.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 99 | 0 | 0.53 | 0.54 | 0.16 | 1.05 | 0.58 | 0.61 |
| Hex | D5 | 65 | 63 | 0 | 35 | 36 | 10 | 1 | 3A | 3D |
| Octal | 325 | 145 | 143 | 0 | 65 | 66 | 20 | 1 | 72 | 75 |
| Binary | 11010101 | 1100101 | 1100011 | 0 | 110101 | 110110 | 10000 | 1 | 111010 | 111101 |
Color Harmonies of #D56563
Complementary color
Monochromatic Colors of #D56563
Black with #D56563
Text Example
Text Example
White with #D56563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56563; }
p { color: rgb(213,101,99); }
H1.HeaderClassName
{
color: #D56563;
}
.AnyTagClassName
{
color: #D56563;
}
</style>
background-color css
<style>
a { background-color: #D56563; }
a { background-color: rgb(213,101,99); }
div.DivClassName
{
background-color: #D56563;
}
.BgClassName
{
background-color: #D56563;
}
</style>
border-color css
<style>
span { border-color: #D56563; }
span { border-color: rgb(213,101,99); }
td.TdClassName
{
border-color: #D56563;
}
.TagClassName
{
border-color: #D56563;
}
</style>