Shades of Deep Cerise #DE4187
Tints of Deep Cerise #DE4187
RGB
CMYK
RGB Variations
Color information
#DE4187 (or 0xDE4187) is known color: Deep Cerise. HEX triplet: DE, 41 and 87. RGB value is (222,65,135). Sum of RGB (Red+Green+Blue) = 222+65+135=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4187 is #21BE78. Grayscale: #777777. Windows color (decimal): -2211449 or 8864222. OLE color: 8864222.
HSL color Cylindrical-coordinate representation of color #DE4187: hue angle of 333.25º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4187 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 135 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.13 |
| HSL | 333.25º | 0.7% | 0.56% | - |
| HSV(B) | 333.25º | 0.71% | 0.87% | - |
| XYZ | 36.39 | 21.06 | 25.07 | - |
| YUV | 119.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 135 | 0 | 0.71 | 0.39 | 0.13 | 333.25 | 0.7 | 0.56 |
| Hex | DE | 41 | 87 | 0 | 47 | 27 | D | 14D | 46 | 38 |
| Octal | 336 | 101 | 207 | 0 | 107 | 47 | 15 | 515 | 106 | 70 |
| Binary | 11011110 | 1000001 | 10000111 | 0 | 1000111 | 100111 | 1101 | 101001101 | 1000110 | 111000 |
Color Harmonies of #DE4187
Complementary color
Monochromatic Colors of #DE4187
Black with #DE4187
Text Example
Text Example
White with #DE4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4187; }
p { color: rgb(222,65,135); }
H1.HeaderClassName
{
color: #DE4187;
}
.AnyTagClassName
{
color: #DE4187;
}
</style>
background-color css
<style>
a { background-color: #DE4187; }
a { background-color: rgb(222,65,135); }
div.DivClassName
{
background-color: #DE4187;
}
.BgClassName
{
background-color: #DE4187;
}
</style>
border-color css
<style>
span { border-color: #DE4187; }
span { border-color: rgb(222,65,135); }
td.TdClassName
{
border-color: #DE4187;
}
.TagClassName
{
border-color: #DE4187;
}
</style>