Shades of Deep Cerise #DE3F8A
Tints of Deep Cerise #DE3F8A
RGB
CMYK
RGB Variations
Color information
#DE3F8A (or 0xDE3F8A) is known color: Deep Cerise. HEX triplet: DE, 3F and 8A. RGB value is (222,63,138). Sum of RGB (Red+Green+Blue) = 222+63+138=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3F8A is #21C075. Grayscale: #767676. Windows color (decimal): -2211958 or 9060318. OLE color: 9060318.
HSL color Cylindrical-coordinate representation of color #DE3F8A: hue angle of 331.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3F8A is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 63 | 138 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.13 |
| HSL | 331.7º | 0.71% | 0.56% | - |
| HSV(B) | 331.7º | 0.72% | 0.87% | - |
| XYZ | 36.49 | 20.92 | 26.16 | - |
| YUV | 119.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 63 | 138 | 0 | 0.72 | 0.38 | 0.13 | 331.7 | 0.71 | 0.56 |
| Hex | DE | 3F | 8A | 0 | 48 | 26 | D | 14C | 47 | 38 |
| Octal | 336 | 77 | 212 | 0 | 110 | 46 | 15 | 514 | 107 | 70 |
| Binary | 11011110 | 111111 | 10001010 | 0 | 1001000 | 100110 | 1101 | 101001100 | 1000111 | 111000 |
Color Harmonies of #DE3F8A
Complementary color
Monochromatic Colors of #DE3F8A
Black with #DE3F8A
Text Example
Text Example
White with #DE3F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3F8A; }
p { color: rgb(222,63,138); }
H1.HeaderClassName
{
color: #DE3F8A;
}
.AnyTagClassName
{
color: #DE3F8A;
}
</style>
background-color css
<style>
a { background-color: #DE3F8A; }
a { background-color: rgb(222,63,138); }
div.DivClassName
{
background-color: #DE3F8A;
}
.BgClassName
{
background-color: #DE3F8A;
}
</style>
border-color css
<style>
span { border-color: #DE3F8A; }
span { border-color: rgb(222,63,138); }
td.TdClassName
{
border-color: #DE3F8A;
}
.TagClassName
{
border-color: #DE3F8A;
}
</style>