Shades of Deep Cerise #DE448C
Tints of Deep Cerise #DE448C
RGB
CMYK
RGB Variations
Color information
#DE448C (or 0xDE448C) is known color: Deep Cerise. HEX triplet: DE, 44 and 8C. RGB value is (222,68,140). Sum of RGB (Red+Green+Blue) = 222+68+140=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE448C is #21BB73. Grayscale: #7A7A7A. Windows color (decimal): -2210676 or 9192670. OLE color: 9192670.
HSL color Cylindrical-coordinate representation of color #DE448C: hue angle of 331.95º 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 #DE448C is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 140 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.13 |
| HSL | 331.95º | 0.7% | 0.57% | - |
| HSV(B) | 331.95º | 0.69% | 0.87% | - |
| XYZ | 36.92 | 21.56 | 27.03 | - |
| YUV | 122.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 140 | 0 | 0.69 | 0.37 | 0.13 | 331.95 | 0.7 | 0.57 |
| Hex | DE | 44 | 8C | 0 | 45 | 25 | D | 14C | 46 | 39 |
| Octal | 336 | 104 | 214 | 0 | 105 | 45 | 15 | 514 | 106 | 71 |
| Binary | 11011110 | 1000100 | 10001100 | 0 | 1000101 | 100101 | 1101 | 101001100 | 1000110 | 111001 |
Color Harmonies of #DE448C
Complementary color
Monochromatic Colors of #DE448C
Black with #DE448C
Text Example
Text Example
White with #DE448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE448C; }
p { color: rgb(222,68,140); }
H1.HeaderClassName
{
color: #DE448C;
}
.AnyTagClassName
{
color: #DE448C;
}
</style>
background-color css
<style>
a { background-color: #DE448C; }
a { background-color: rgb(222,68,140); }
div.DivClassName
{
background-color: #DE448C;
}
.BgClassName
{
background-color: #DE448C;
}
</style>
border-color css
<style>
span { border-color: #DE448C; }
span { border-color: rgb(222,68,140); }
td.TdClassName
{
border-color: #DE448C;
}
.TagClassName
{
border-color: #DE448C;
}
</style>