Shades of Deep Cerise #DE338D
Tints of Deep Cerise #DE338D
RGB
CMYK
RGB Variations
Color information
#DE338D (or 0xDE338D) is known color: Deep Cerise. HEX triplet: DE, 33 and 8D. RGB value is (222,51,141). Sum of RGB (Red+Green+Blue) = 222+51+141=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE338D is #21CC72. Grayscale: #707070. Windows color (decimal): -2215027 or 9253854. OLE color: 9253854.
HSL color Cylindrical-coordinate representation of color #DE338D: hue angle of 328.42º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE338D is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 141 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 328.42º | 0.72% | 0.54% | - |
| HSV(B) | 328.42º | 0.77% | 0.87% | - |
| XYZ | 36.12 | 19.82 | 27.12 | - |
| YUV | 112.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 141 | 0 | 0.77 | 0.36 | 0.13 | 328.42 | 0.72 | 0.54 |
| Hex | DE | 33 | 8D | 0 | 4D | 24 | D | 148 | 48 | 36 |
| Octal | 336 | 63 | 215 | 0 | 115 | 44 | 15 | 510 | 110 | 66 |
| Binary | 11011110 | 110011 | 10001101 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001000 | 110110 |
Color Harmonies of #DE338D
Complementary color
Monochromatic Colors of #DE338D
Black with #DE338D
Text Example
Text Example
White with #DE338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE338D; }
p { color: rgb(222,51,141); }
H1.HeaderClassName
{
color: #DE338D;
}
.AnyTagClassName
{
color: #DE338D;
}
</style>
background-color css
<style>
a { background-color: #DE338D; }
a { background-color: rgb(222,51,141); }
div.DivClassName
{
background-color: #DE338D;
}
.BgClassName
{
background-color: #DE338D;
}
</style>
border-color css
<style>
span { border-color: #DE338D; }
span { border-color: rgb(222,51,141); }
td.TdClassName
{
border-color: #DE338D;
}
.TagClassName
{
border-color: #DE338D;
}
</style>