Shades of Deep Cerise #DE2185
Tints of Deep Cerise #DE2185
RGB
CMYK
RGB Variations
Color information
#DE2185 (or 0xDE2185) is known color: Deep Cerise. HEX triplet: DE, 21 and 85. RGB value is (222,33,133). Sum of RGB (Red+Green+Blue) = 222+33+133=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2185 is #21DE7A. Grayscale: #646464. Windows color (decimal): -2219643 or 8724958. OLE color: 8724958.
HSL color Cylindrical-coordinate representation of color #DE2185: hue angle of 328.25º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2185 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 133 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.25º | 0.74% | 0.5% | - |
| HSV(B) | 328.25º | 0.85% | 0.87% | - |
| XYZ | 34.9 | 18.31 | 23.89 | - |
| YUV | 100.91 | 146.12 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 133 | 0 | 0.85 | 0.40 | 0.13 | 328.25 | 0.74 | 0.5 |
| Hex | DE | 21 | 85 | 0 | 55 | 28 | D | 148 | 4A | 32 |
| Octal | 336 | 41 | 205 | 0 | 125 | 50 | 15 | 510 | 112 | 62 |
| Binary | 11011110 | 100001 | 10000101 | 0 | 1010101 | 101000 | 1101 | 101001000 | 1001010 | 110010 |
Color Harmonies of #DE2185
Complementary color
Monochromatic Colors of #DE2185
Black with #DE2185
Text Example
Text Example
White with #DE2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2185; }
p { color: rgb(222,33,133); }
H1.HeaderClassName
{
color: #DE2185;
}
.AnyTagClassName
{
color: #DE2185;
}
</style>
background-color css
<style>
a { background-color: #DE2185; }
a { background-color: rgb(222,33,133); }
div.DivClassName
{
background-color: #DE2185;
}
.BgClassName
{
background-color: #DE2185;
}
</style>
border-color css
<style>
span { border-color: #DE2185; }
span { border-color: rgb(222,33,133); }
td.TdClassName
{
border-color: #DE2185;
}
.TagClassName
{
border-color: #DE2185;
}
</style>