Shades of Roman #D56968
Tints of Roman #D56968
RGB
CMYK
RGB Variations
Color information
#D56968 (or 0xD56968) is known color: Roman. HEX triplet: D5, 69 and 68. RGB value is (213,105,104). Sum of RGB (Red+Green+Blue) = 213+105+104=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D56968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56968 is #2A9697. Grayscale: #898989. Windows color (decimal): -2791064 or 6842837. OLE color: 6842837.
HSL color Cylindrical-coordinate representation of color #D56968: hue angle of 0.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56968 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 104 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.16 |
| HSL | 0.55º | 0.56% | 0.62% | - |
| HSV(B) | 0.55º | 0.51% | 0.84% | - |
| XYZ | 34.99 | 25.25 | 16.13 | - |
| YUV | 137.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 104 | 0 | 0.51 | 0.51 | 0.16 | 0.55 | 0.56 | 0.62 |
| Hex | D5 | 69 | 68 | 0 | 33 | 33 | 10 | 1 | 38 | 3E |
| Octal | 325 | 151 | 150 | 0 | 63 | 63 | 20 | 1 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1101000 | 0 | 110011 | 110011 | 10000 | 1 | 111000 | 111110 |
Color Harmonies of #D56968
Complementary color
Monochromatic Colors of #D56968
Black with #D56968
Text Example
Text Example
White with #D56968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56968; }
p { color: rgb(213,105,104); }
H1.HeaderClassName
{
color: #D56968;
}
.AnyTagClassName
{
color: #D56968;
}
</style>
background-color css
<style>
a { background-color: #D56968; }
a { background-color: rgb(213,105,104); }
div.DivClassName
{
background-color: #D56968;
}
.BgClassName
{
background-color: #D56968;
}
</style>
border-color css
<style>
span { border-color: #D56968; }
span { border-color: rgb(213,105,104); }
td.TdClassName
{
border-color: #D56968;
}
.TagClassName
{
border-color: #D56968;
}
</style>