Shades of Roman #D56863
Tints of Roman #D56863
RGB
CMYK
RGB Variations
Color information
#D56863 (or 0xD56863) is known color: Roman. HEX triplet: D5, 68 and 63. RGB value is (213,104,99). Sum of RGB (Red+Green+Blue) = 213+104+99=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56863 is #2A979C. Grayscale: #888888. Windows color (decimal): -2791325 or 6514901. OLE color: 6514901.
HSL color Cylindrical-coordinate representation of color #D56863: hue angle of 2.63º 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 #D56863 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 99 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 2.63º | 0.58% | 0.61% | - |
| HSV(B) | 2.63º | 0.54% | 0.84% | - |
| XYZ | 34.64 | 24.95 | 14.79 | - |
| YUV | 136.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 99 | 0 | 0.51 | 0.54 | 0.16 | 2.63 | 0.58 | 0.61 |
| Hex | D5 | 68 | 63 | 0 | 33 | 36 | 10 | 3 | 3A | 3D |
| Octal | 325 | 150 | 143 | 0 | 63 | 66 | 20 | 3 | 72 | 75 |
| Binary | 11010101 | 1101000 | 1100011 | 0 | 110011 | 110110 | 10000 | 11 | 111010 | 111101 |
Color Harmonies of #D56863
Complementary color
Monochromatic Colors of #D56863
Black with #D56863
Text Example
Text Example
White with #D56863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56863; }
p { color: rgb(213,104,99); }
H1.HeaderClassName
{
color: #D56863;
}
.AnyTagClassName
{
color: #D56863;
}
</style>
background-color css
<style>
a { background-color: #D56863; }
a { background-color: rgb(213,104,99); }
div.DivClassName
{
background-color: #D56863;
}
.BgClassName
{
background-color: #D56863;
}
</style>
border-color css
<style>
span { border-color: #D56863; }
span { border-color: rgb(213,104,99); }
td.TdClassName
{
border-color: #D56863;
}
.TagClassName
{
border-color: #D56863;
}
</style>