Shades of Deep Cerise #DE4183
Tints of Deep Cerise #DE4183
RGB
CMYK
RGB Variations
Color information
#DE4183 (or 0xDE4183) is known color: Deep Cerise. HEX triplet: DE, 41 and 83. RGB value is (222,65,131). Sum of RGB (Red+Green+Blue) = 222+65+131=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4183 is #21BE7C. Grayscale: #777777. Windows color (decimal): -2211453 or 8602078. OLE color: 8602078.
HSL color Cylindrical-coordinate representation of color #DE4183: hue angle of 334.78º 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 #DE4183 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 131 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.13 |
| HSL | 334.78º | 0.7% | 0.56% | - |
| HSV(B) | 334.78º | 0.71% | 0.87% | - |
| XYZ | 36.11 | 20.95 | 23.61 | - |
| YUV | 119.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 131 | 0 | 0.71 | 0.41 | 0.13 | 334.78 | 0.7 | 0.56 |
| Hex | DE | 41 | 83 | 0 | 47 | 29 | D | 14F | 46 | 38 |
| Octal | 336 | 101 | 203 | 0 | 107 | 51 | 15 | 517 | 106 | 70 |
| Binary | 11011110 | 1000001 | 10000011 | 0 | 1000111 | 101001 | 1101 | 101001111 | 1000110 | 111000 |
Color Harmonies of #DE4183
Complementary color
Monochromatic Colors of #DE4183
Black with #DE4183
Text Example
Text Example
White with #DE4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4183; }
p { color: rgb(222,65,131); }
H1.HeaderClassName
{
color: #DE4183;
}
.AnyTagClassName
{
color: #DE4183;
}
</style>
background-color css
<style>
a { background-color: #DE4183; }
a { background-color: rgb(222,65,131); }
div.DivClassName
{
background-color: #DE4183;
}
.BgClassName
{
background-color: #DE4183;
}
</style>
border-color css
<style>
span { border-color: #DE4183; }
span { border-color: rgb(222,65,131); }
td.TdClassName
{
border-color: #DE4183;
}
.TagClassName
{
border-color: #DE4183;
}
</style>