Shades of Roman #D55E57
Tints of Roman #D55E57
RGB
CMYK
RGB Variations
Color information
#D55E57 (or 0xD55E57) is known color: Roman. HEX triplet: D5, 5E and 57. RGB value is (213,94,87). Sum of RGB (Red+Green+Blue) = 213+94+87=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E57 is #2AA1A8. Grayscale: #808080. Windows color (decimal): -2793897 or 5725909. OLE color: 5725909.
HSL color Cylindrical-coordinate representation of color #D55E57: hue angle of 3.33º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55E57 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 87 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.16 |
| HSL | 3.33º | 0.6% | 0.59% | - |
| HSV(B) | 3.33º | 0.59% | 0.84% | - |
| XYZ | 33.16 | 22.84 | 11.68 | - |
| YUV | 128.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 87 | 0 | 0.56 | 0.59 | 0.16 | 3.33 | 0.6 | 0.59 |
| Hex | D5 | 5E | 57 | 0 | 38 | 3B | 10 | 3 | 3C | 3B |
| Octal | 325 | 136 | 127 | 0 | 70 | 73 | 20 | 3 | 74 | 73 |
| Binary | 11010101 | 1011110 | 1010111 | 0 | 111000 | 111011 | 10000 | 11 | 111100 | 111011 |
Color Harmonies of #D55E57
Complementary color
Monochromatic Colors of #D55E57
Black with #D55E57
Text Example
Text Example
White with #D55E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E57; }
p { color: rgb(213,94,87); }
H1.HeaderClassName
{
color: #D55E57;
}
.AnyTagClassName
{
color: #D55E57;
}
</style>
background-color css
<style>
a { background-color: #D55E57; }
a { background-color: rgb(213,94,87); }
div.DivClassName
{
background-color: #D55E57;
}
.BgClassName
{
background-color: #D55E57;
}
</style>
border-color css
<style>
span { border-color: #D55E57; }
span { border-color: rgb(213,94,87); }
td.TdClassName
{
border-color: #D55E57;
}
.TagClassName
{
border-color: #D55E57;
}
</style>