Shades of Deep Cerise #DE348B
Tints of Deep Cerise #DE348B
RGB
CMYK
RGB Variations
Color information
#DE348B (or 0xDE348B) is known color: Deep Cerise. HEX triplet: DE, 34 and 8B. RGB value is (222,52,139). Sum of RGB (Red+Green+Blue) = 222+52+139=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE348B is #21CB74. Grayscale: #707070. Windows color (decimal): -2214773 or 9123038. OLE color: 9123038.
HSL color Cylindrical-coordinate representation of color #DE348B: hue angle of 329.29º 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 #DE348B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.13 |
| HSL | 329.29º | 0.72% | 0.54% | - |
| HSV(B) | 329.29º | 0.77% | 0.87% | - |
| XYZ | 36.01 | 19.85 | 26.36 | - |
| YUV | 112.75 | 142.82 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 139 | 0 | 0.77 | 0.37 | 0.13 | 329.29 | 0.72 | 0.54 |
| Hex | DE | 34 | 8B | 0 | 4D | 25 | D | 149 | 48 | 36 |
| Octal | 336 | 64 | 213 | 0 | 115 | 45 | 15 | 511 | 110 | 66 |
| Binary | 11011110 | 110100 | 10001011 | 0 | 1001101 | 100101 | 1101 | 101001001 | 1001000 | 110110 |
Color Harmonies of #DE348B
Complementary color
Monochromatic Colors of #DE348B
Black with #DE348B
Text Example
Text Example
White with #DE348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE348B; }
p { color: rgb(222,52,139); }
H1.HeaderClassName
{
color: #DE348B;
}
.AnyTagClassName
{
color: #DE348B;
}
</style>
background-color css
<style>
a { background-color: #DE348B; }
a { background-color: rgb(222,52,139); }
div.DivClassName
{
background-color: #DE348B;
}
.BgClassName
{
background-color: #DE348B;
}
</style>
border-color css
<style>
span { border-color: #DE348B; }
span { border-color: rgb(222,52,139); }
td.TdClassName
{
border-color: #DE348B;
}
.TagClassName
{
border-color: #DE348B;
}
</style>