Shades of Deep Cerise #DE327D
Tints of Deep Cerise #DE327D
RGB
CMYK
RGB Variations
Color information
#DE327D (or 0xDE327D) is known color: Deep Cerise. HEX triplet: DE, 32 and 7D. RGB value is (222,50,125). Sum of RGB (Red+Green+Blue) = 222+50+125=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE327D is #21CD82. Grayscale: #6D6D6D. Windows color (decimal): -2215299 or 8205022. OLE color: 8205022.
HSL color Cylindrical-coordinate representation of color #DE327D: hue angle of 333.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE327D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 125 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.13 |
| HSL | 333.84º | 0.72% | 0.53% | - |
| HSV(B) | 333.84º | 0.77% | 0.87% | - |
| XYZ | 34.97 | 19.29 | 21.28 | - |
| YUV | 109.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 125 | 0 | 0.77 | 0.44 | 0.13 | 333.84 | 0.72 | 0.53 |
| Hex | DE | 32 | 7D | 0 | 4D | 2C | D | 14E | 48 | 35 |
| Octal | 336 | 62 | 175 | 0 | 115 | 54 | 15 | 516 | 110 | 65 |
| Binary | 11011110 | 110010 | 1111101 | 0 | 1001101 | 101100 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DE327D
Complementary color
Monochromatic Colors of #DE327D
Black with #DE327D
Text Example
Text Example
White with #DE327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE327D; }
p { color: rgb(222,50,125); }
H1.HeaderClassName
{
color: #DE327D;
}
.AnyTagClassName
{
color: #DE327D;
}
</style>
background-color css
<style>
a { background-color: #DE327D; }
a { background-color: rgb(222,50,125); }
div.DivClassName
{
background-color: #DE327D;
}
.BgClassName
{
background-color: #DE327D;
}
</style>
border-color css
<style>
span { border-color: #DE327D; }
span { border-color: rgb(222,50,125); }
td.TdClassName
{
border-color: #DE327D;
}
.TagClassName
{
border-color: #DE327D;
}
</style>