Shades of Deep Cerise #DE348E
Tints of Deep Cerise #DE348E
RGB
CMYK
RGB Variations
Color information
#DE348E (or 0xDE348E) is known color: Deep Cerise. HEX triplet: DE, 34 and 8E. RGB value is (222,52,142). Sum of RGB (Red+Green+Blue) = 222+52+142=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE348E is #21CB71. Grayscale: #707070. Windows color (decimal): -2214770 or 9319646. OLE color: 9319646.
HSL color Cylindrical-coordinate representation of color #DE348E: hue angle of 328.24º 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 #DE348E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 142 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.13 |
| HSL | 328.24º | 0.72% | 0.54% | - |
| HSV(B) | 328.24º | 0.77% | 0.87% | - |
| XYZ | 36.23 | 19.94 | 27.53 | - |
| YUV | 113.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 142 | 0 | 0.77 | 0.36 | 0.13 | 328.24 | 0.72 | 0.54 |
| Hex | DE | 34 | 8E | 0 | 4D | 24 | D | 148 | 48 | 36 |
| Octal | 336 | 64 | 216 | 0 | 115 | 44 | 15 | 510 | 110 | 66 |
| Binary | 11011110 | 110100 | 10001110 | 0 | 1001101 | 100100 | 1101 | 101001000 | 1001000 | 110110 |
Color Harmonies of #DE348E
Complementary color
Monochromatic Colors of #DE348E
Black with #DE348E
Text Example
Text Example
White with #DE348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE348E; }
p { color: rgb(222,52,142); }
H1.HeaderClassName
{
color: #DE348E;
}
.AnyTagClassName
{
color: #DE348E;
}
</style>
background-color css
<style>
a { background-color: #DE348E; }
a { background-color: rgb(222,52,142); }
div.DivClassName
{
background-color: #DE348E;
}
.BgClassName
{
background-color: #DE348E;
}
</style>
border-color css
<style>
span { border-color: #DE348E; }
span { border-color: rgb(222,52,142); }
td.TdClassName
{
border-color: #DE348E;
}
.TagClassName
{
border-color: #DE348E;
}
</style>