Shades of Deep Cerise #DE448A
Tints of Deep Cerise #DE448A
RGB
CMYK
RGB Variations
Color information
#DE448A (or 0xDE448A) is known color: Deep Cerise. HEX triplet: DE, 44 and 8A. RGB value is (222,68,138). Sum of RGB (Red+Green+Blue) = 222+68+138=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE448A is #21BB75. Grayscale: #797979. Windows color (decimal): -2210678 or 9061598. OLE color: 9061598.
HSL color Cylindrical-coordinate representation of color #DE448A: hue angle of 332.73º 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 #DE448A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 138 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.13 |
| HSL | 332.73º | 0.7% | 0.57% | - |
| HSV(B) | 332.73º | 0.69% | 0.87% | - |
| XYZ | 36.78 | 21.5 | 26.26 | - |
| YUV | 122.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 138 | 0 | 0.69 | 0.38 | 0.13 | 332.73 | 0.7 | 0.57 |
| Hex | DE | 44 | 8A | 0 | 45 | 26 | D | 14D | 46 | 39 |
| Octal | 336 | 104 | 212 | 0 | 105 | 46 | 15 | 515 | 106 | 71 |
| Binary | 11011110 | 1000100 | 10001010 | 0 | 1000101 | 100110 | 1101 | 101001101 | 1000110 | 111001 |
Color Harmonies of #DE448A
Complementary color
Monochromatic Colors of #DE448A
Black with #DE448A
Text Example
Text Example
White with #DE448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE448A; }
p { color: rgb(222,68,138); }
H1.HeaderClassName
{
color: #DE448A;
}
.AnyTagClassName
{
color: #DE448A;
}
</style>
background-color css
<style>
a { background-color: #DE448A; }
a { background-color: rgb(222,68,138); }
div.DivClassName
{
background-color: #DE448A;
}
.BgClassName
{
background-color: #DE448A;
}
</style>
border-color css
<style>
span { border-color: #DE448A; }
span { border-color: rgb(222,68,138); }
td.TdClassName
{
border-color: #DE448A;
}
.TagClassName
{
border-color: #DE448A;
}
</style>