Shades of Deep Cerise #DE349A
Tints of Deep Cerise #DE349A
RGB
CMYK
RGB Variations
Color information
#DE349A (or 0xDE349A) is known color: Deep Cerise. HEX triplet: DE, 34 and 9A. RGB value is (222,52,154). Sum of RGB (Red+Green+Blue) = 222+52+154=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE349A is #21CB65. Grayscale: #727272. Windows color (decimal): -2214758 or 10106078. OLE color: 10106078.
HSL color Cylindrical-coordinate representation of color #DE349A: hue angle of 324º 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 #DE349A is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 154 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.13 |
| HSL | 324º | 0.72% | 0.54% | - |
| HSV(B) | 324º | 0.77% | 0.87% | - |
| XYZ | 37.18 | 20.32 | 32.53 | - |
| YUV | 114.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 154 | 0 | 0.77 | 0.31 | 0.13 | 324 | 0.72 | 0.54 |
| Hex | DE | 34 | 9A | 0 | 4D | 1F | D | 144 | 48 | 36 |
| Octal | 336 | 64 | 232 | 0 | 115 | 37 | 15 | 504 | 110 | 66 |
| Binary | 11011110 | 110100 | 10011010 | 0 | 1001101 | 11111 | 1101 | 101000100 | 1001000 | 110110 |
Color Harmonies of #DE349A
Complementary color
Monochromatic Colors of #DE349A
Black with #DE349A
Text Example
Text Example
White with #DE349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE349A; }
p { color: rgb(222,52,154); }
H1.HeaderClassName
{
color: #DE349A;
}
.AnyTagClassName
{
color: #DE349A;
}
</style>
background-color css
<style>
a { background-color: #DE349A; }
a { background-color: rgb(222,52,154); }
div.DivClassName
{
background-color: #DE349A;
}
.BgClassName
{
background-color: #DE349A;
}
</style>
border-color css
<style>
span { border-color: #DE349A; }
span { border-color: rgb(222,52,154); }
td.TdClassName
{
border-color: #DE349A;
}
.TagClassName
{
border-color: #DE349A;
}
</style>