Shades of Deep Cerise #DE449C
Tints of Deep Cerise #DE449C
RGB
CMYK
RGB Variations
Color information
#DE449C (or 0xDE449C) is known color: Deep Cerise. HEX triplet: DE, 44 and 9C. RGB value is (222,68,156). Sum of RGB (Red+Green+Blue) = 222+68+156=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE449C is #21BB63. Grayscale: #7B7B7B. Windows color (decimal): -2210660 or 10241246. OLE color: 10241246.
HSL color Cylindrical-coordinate representation of color #DE449C: hue angle of 325.71º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE449C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 156 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.13 |
| HSL | 325.71º | 0.7% | 0.57% | - |
| HSV(B) | 325.71º | 0.69% | 0.87% | - |
| XYZ | 38.19 | 22.06 | 33.7 | - |
| YUV | 124.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 156 | 0 | 0.69 | 0.30 | 0.13 | 325.71 | 0.7 | 0.57 |
| Hex | DE | 44 | 9C | 0 | 45 | 1E | D | 146 | 46 | 39 |
| Octal | 336 | 104 | 234 | 0 | 105 | 36 | 15 | 506 | 106 | 71 |
| Binary | 11011110 | 1000100 | 10011100 | 0 | 1000101 | 11110 | 1101 | 101000110 | 1000110 | 111001 |
Color Harmonies of #DE449C
Complementary color
Monochromatic Colors of #DE449C
Black with #DE449C
Text Example
Text Example
White with #DE449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE449C; }
p { color: rgb(222,68,156); }
H1.HeaderClassName
{
color: #DE449C;
}
.AnyTagClassName
{
color: #DE449C;
}
</style>
background-color css
<style>
a { background-color: #DE449C; }
a { background-color: rgb(222,68,156); }
div.DivClassName
{
background-color: #DE449C;
}
.BgClassName
{
background-color: #DE449C;
}
</style>
border-color css
<style>
span { border-color: #DE449C; }
span { border-color: rgb(222,68,156); }
td.TdClassName
{
border-color: #DE449C;
}
.TagClassName
{
border-color: #DE449C;
}
</style>