Shades of Roman #DE5E57
Tints of Roman #DE5E57
RGB
CMYK
RGB Variations
Color information
#DE5E57 (or 0xDE5E57) is known color: Roman. HEX triplet: DE, 5E and 57. RGB value is (222,94,87). Sum of RGB (Red+Green+Blue) = 222+94+87=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E57 is #21A1A8. Grayscale: #838383. Windows color (decimal): -2204073 or 5725918. OLE color: 5725918.
HSL color Cylindrical-coordinate representation of color #DE5E57: hue angle of 3.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5E57 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 87 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.13 |
| HSL | 3.11º | 0.67% | 0.61% | - |
| HSV(B) | 3.11º | 0.61% | 0.87% | - |
| XYZ | 35.85 | 24.22 | 11.8 | - |
| YUV | 131.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 87 | 0 | 0.58 | 0.61 | 0.13 | 3.11 | 0.67 | 0.61 |
| Hex | DE | 5E | 57 | 0 | 3A | 3D | D | 3 | 43 | 3D |
| Octal | 336 | 136 | 127 | 0 | 72 | 75 | 15 | 3 | 103 | 75 |
| Binary | 11011110 | 1011110 | 1010111 | 0 | 111010 | 111101 | 1101 | 11 | 1000011 | 111101 |
Color Harmonies of #DE5E57
Complementary color
Monochromatic Colors of #DE5E57
Black with #DE5E57
Text Example
Text Example
White with #DE5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E57; }
p { color: rgb(222,94,87); }
H1.HeaderClassName
{
color: #DE5E57;
}
.AnyTagClassName
{
color: #DE5E57;
}
</style>
background-color css
<style>
a { background-color: #DE5E57; }
a { background-color: rgb(222,94,87); }
div.DivClassName
{
background-color: #DE5E57;
}
.BgClassName
{
background-color: #DE5E57;
}
</style>
border-color css
<style>
span { border-color: #DE5E57; }
span { border-color: rgb(222,94,87); }
td.TdClassName
{
border-color: #DE5E57;
}
.TagClassName
{
border-color: #DE5E57;
}
</style>