Shades of Roman #D55E5A
Tints of Roman #D55E5A
RGB
CMYK
RGB Variations
Color information
#D55E5A (or 0xD55E5A) is known color: Roman. HEX triplet: D5, 5E and 5A. RGB value is (213,94,90). Sum of RGB (Red+Green+Blue) = 213+94+90=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E5A is #2AA1A5. Grayscale: #818181. Windows color (decimal): -2793894 or 5922517. OLE color: 5922517.
HSL color Cylindrical-coordinate representation of color #D55E5A: hue angle of 1.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55E5A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 90 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.16 |
| HSL | 1.95º | 0.59% | 0.59% | - |
| HSV(B) | 1.95º | 0.58% | 0.84% | - |
| XYZ | 33.29 | 22.89 | 12.34 | - |
| YUV | 129.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 90 | 0 | 0.56 | 0.58 | 0.16 | 1.95 | 0.59 | 0.59 |
| Hex | D5 | 5E | 5A | 0 | 38 | 3A | 10 | 2 | 3B | 3B |
| Octal | 325 | 136 | 132 | 0 | 70 | 72 | 20 | 2 | 73 | 73 |
| Binary | 11010101 | 1011110 | 1011010 | 0 | 111000 | 111010 | 10000 | 10 | 111011 | 111011 |
Color Harmonies of #D55E5A
Complementary color
Monochromatic Colors of #D55E5A
Black with #D55E5A
Text Example
Text Example
White with #D55E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E5A; }
p { color: rgb(213,94,90); }
H1.HeaderClassName
{
color: #D55E5A;
}
.AnyTagClassName
{
color: #D55E5A;
}
</style>
background-color css
<style>
a { background-color: #D55E5A; }
a { background-color: rgb(213,94,90); }
div.DivClassName
{
background-color: #D55E5A;
}
.BgClassName
{
background-color: #D55E5A;
}
</style>
border-color css
<style>
span { border-color: #D55E5A; }
span { border-color: rgb(213,94,90); }
td.TdClassName
{
border-color: #D55E5A;
}
.TagClassName
{
border-color: #D55E5A;
}
</style>