Shades of Roman #D56969
Tints of Roman #D56969
RGB
CMYK
RGB Variations
Color information
#D56969 (or 0xD56969) is known color: Roman. HEX triplet: D5, 69 and 69. RGB value is (213,105,105). Sum of RGB (Red+Green+Blue) = 213+105+105=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D56969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56969 is #2A9696. Grayscale: #898989. Windows color (decimal): -2791063 or 6908373. OLE color: 6908373.
HSL color Cylindrical-coordinate representation of color #D56969: hue angle of 0º 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 #D56969 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 105 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.16 |
| HSL | 0º | 0.56% | 0.62% | - |
| HSV(B) | 0º | 0.51% | 0.84% | - |
| XYZ | 35.04 | 25.27 | 16.4 | - |
| YUV | 137.29 | 109.78 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 105 | 0 | 0.51 | 0.51 | 0.16 | 0 | 0.56 | 0.62 |
| Hex | D5 | 69 | 69 | 0 | 33 | 33 | 10 | 0 | 38 | 3E |
| Octal | 325 | 151 | 151 | 0 | 63 | 63 | 20 | 0 | 70 | 76 |
| Binary | 11010101 | 1101001 | 1101001 | 0 | 110011 | 110011 | 10000 | 0 | 111000 | 111110 |
Color Harmonies of #D56969
Complementary color
Monochromatic Colors of #D56969
Black with #D56969
Text Example
Text Example
White with #D56969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56969; }
p { color: rgb(213,105,105); }
H1.HeaderClassName
{
color: #D56969;
}
.AnyTagClassName
{
color: #D56969;
}
</style>
background-color css
<style>
a { background-color: #D56969; }
a { background-color: rgb(213,105,105); }
div.DivClassName
{
background-color: #D56969;
}
.BgClassName
{
background-color: #D56969;
}
</style>
border-color css
<style>
span { border-color: #D56969; }
span { border-color: rgb(213,105,105); }
td.TdClassName
{
border-color: #D56969;
}
.TagClassName
{
border-color: #D56969;
}
</style>