Shades of Deep Cerise #DE448D
Tints of Deep Cerise #DE448D
RGB
CMYK
RGB Variations
Color information
#DE448D (or 0xDE448D) is known color: Deep Cerise. HEX triplet: DE, 44 and 8D. RGB value is (222,68,141). Sum of RGB (Red+Green+Blue) = 222+68+141=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE448D is #21BB72. Grayscale: #7A7A7A. Windows color (decimal): -2210675 or 9258206. OLE color: 9258206.
HSL color Cylindrical-coordinate representation of color #DE448D: hue angle of 331.56º 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 #DE448D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 141 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.13 |
| HSL | 331.56º | 0.7% | 0.57% | - |
| HSV(B) | 331.56º | 0.69% | 0.87% | - |
| XYZ | 37 | 21.59 | 27.42 | - |
| YUV | 122.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 141 | 0 | 0.69 | 0.36 | 0.13 | 331.56 | 0.7 | 0.57 |
| Hex | DE | 44 | 8D | 0 | 45 | 24 | D | 14C | 46 | 39 |
| Octal | 336 | 104 | 215 | 0 | 105 | 44 | 15 | 514 | 106 | 71 |
| Binary | 11011110 | 1000100 | 10001101 | 0 | 1000101 | 100100 | 1101 | 101001100 | 1000110 | 111001 |
Color Harmonies of #DE448D
Complementary color
Monochromatic Colors of #DE448D
Black with #DE448D
Text Example
Text Example
White with #DE448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE448D; }
p { color: rgb(222,68,141); }
H1.HeaderClassName
{
color: #DE448D;
}
.AnyTagClassName
{
color: #DE448D;
}
</style>
background-color css
<style>
a { background-color: #DE448D; }
a { background-color: rgb(222,68,141); }
div.DivClassName
{
background-color: #DE448D;
}
.BgClassName
{
background-color: #DE448D;
}
</style>
border-color css
<style>
span { border-color: #DE448D; }
span { border-color: rgb(222,68,141); }
td.TdClassName
{
border-color: #DE448D;
}
.TagClassName
{
border-color: #DE448D;
}
</style>