Shades of Deep Cerise #DE3A8A
Tints of Deep Cerise #DE3A8A
RGB
CMYK
RGB Variations
Color information
#DE3A8A (or 0xDE3A8A) is known color: Deep Cerise. HEX triplet: DE, 3A and 8A. RGB value is (222,58,138). Sum of RGB (Red+Green+Blue) = 222+58+138=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3A8A is #21C575. Grayscale: #747474. Windows color (decimal): -2213238 or 9059038. OLE color: 9059038.
HSL color Cylindrical-coordinate representation of color #DE3A8A: hue angle of 330.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3A8A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 138 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.13 |
| HSL | 330.73º | 0.71% | 0.55% | - |
| HSV(B) | 330.73º | 0.74% | 0.87% | - |
| XYZ | 36.22 | 20.39 | 26.07 | - |
| YUV | 116.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 138 | 0 | 0.74 | 0.38 | 0.13 | 330.73 | 0.71 | 0.55 |
| Hex | DE | 3A | 8A | 0 | 4A | 26 | D | 14B | 47 | 37 |
| Octal | 336 | 72 | 212 | 0 | 112 | 46 | 15 | 513 | 107 | 67 |
| Binary | 11011110 | 111010 | 10001010 | 0 | 1001010 | 100110 | 1101 | 101001011 | 1000111 | 110111 |
Color Harmonies of #DE3A8A
Complementary color
Monochromatic Colors of #DE3A8A
Black with #DE3A8A
Text Example
Text Example
White with #DE3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3A8A; }
p { color: rgb(222,58,138); }
H1.HeaderClassName
{
color: #DE3A8A;
}
.AnyTagClassName
{
color: #DE3A8A;
}
</style>
background-color css
<style>
a { background-color: #DE3A8A; }
a { background-color: rgb(222,58,138); }
div.DivClassName
{
background-color: #DE3A8A;
}
.BgClassName
{
background-color: #DE3A8A;
}
</style>
border-color css
<style>
span { border-color: #DE3A8A; }
span { border-color: rgb(222,58,138); }
td.TdClassName
{
border-color: #DE3A8A;
}
.TagClassName
{
border-color: #DE3A8A;
}
</style>