Shades of Roman #DE5E5C
Tints of Roman #DE5E5C
RGB
CMYK
RGB Variations
Color information
#DE5E5C (or 0xDE5E5C) is known color: Roman. HEX triplet: DE, 5E and 5C. RGB value is (222,94,92). Sum of RGB (Red+Green+Blue) = 222+94+92=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E5C is #21A1A3. Grayscale: #848484. Windows color (decimal): -2204068 or 6053598. OLE color: 6053598.
HSL color Cylindrical-coordinate representation of color #DE5E5C: hue angle of 0.92º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5E5C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 92 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.13 |
| HSL | 0.92º | 0.66% | 0.62% | - |
| HSV(B) | 0.92º | 0.59% | 0.87% | - |
| XYZ | 36.06 | 24.31 | 12.92 | - |
| YUV | 132.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 92 | 0 | 0.58 | 0.59 | 0.13 | 0.92 | 0.66 | 0.62 |
| Hex | DE | 5E | 5C | 0 | 3A | 3B | D | 1 | 42 | 3E |
| Octal | 336 | 136 | 134 | 0 | 72 | 73 | 15 | 1 | 102 | 76 |
| Binary | 11011110 | 1011110 | 1011100 | 0 | 111010 | 111011 | 1101 | 1 | 1000010 | 111110 |
Color Harmonies of #DE5E5C
Complementary color
Monochromatic Colors of #DE5E5C
Black with #DE5E5C
Text Example
Text Example
White with #DE5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E5C; }
p { color: rgb(222,94,92); }
H1.HeaderClassName
{
color: #DE5E5C;
}
.AnyTagClassName
{
color: #DE5E5C;
}
</style>
background-color css
<style>
a { background-color: #DE5E5C; }
a { background-color: rgb(222,94,92); }
div.DivClassName
{
background-color: #DE5E5C;
}
.BgClassName
{
background-color: #DE5E5C;
}
</style>
border-color css
<style>
span { border-color: #DE5E5C; }
span { border-color: rgb(222,94,92); }
td.TdClassName
{
border-color: #DE5E5C;
}
.TagClassName
{
border-color: #DE5E5C;
}
</style>