Shades of Deep Cerise #DE38A8
Tints of Deep Cerise #DE38A8
RGB
CMYK
RGB Variations
Color information
#DE38A8 (or 0xDE38A8) is known color: Deep Cerise. HEX triplet: DE, 38 and A8. RGB value is (222,56,168). Sum of RGB (Red+Green+Blue) = 222+56+168=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE38A8 is #21C757. Grayscale: #767676. Windows color (decimal): -2213720 or 11024606. OLE color: 11024606.
HSL color Cylindrical-coordinate representation of color #DE38A8: hue angle of 319.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE38A8 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 56 | 168 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.13 |
| HSL | 319.52º | 0.72% | 0.55% | - |
| HSV(B) | 319.52º | 0.75% | 0.87% | - |
| XYZ | 38.61 | 21.19 | 39.1 | - |
| YUV | 118.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 56 | 168 | 0 | 0.75 | 0.24 | 0.13 | 319.52 | 0.72 | 0.55 |
| Hex | DE | 38 | A8 | 0 | 4B | 18 | D | 140 | 48 | 37 |
| Octal | 336 | 70 | 250 | 0 | 113 | 30 | 15 | 500 | 110 | 67 |
| Binary | 11011110 | 111000 | 10101000 | 0 | 1001011 | 11000 | 1101 | 101000000 | 1001000 | 110111 |
Color Harmonies of #DE38A8
Complementary color
Monochromatic Colors of #DE38A8
Black with #DE38A8
Text Example
Text Example
White with #DE38A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE38A8; }
p { color: rgb(222,56,168); }
H1.HeaderClassName
{
color: #DE38A8;
}
.AnyTagClassName
{
color: #DE38A8;
}
</style>
background-color css
<style>
a { background-color: #DE38A8; }
a { background-color: rgb(222,56,168); }
div.DivClassName
{
background-color: #DE38A8;
}
.BgClassName
{
background-color: #DE38A8;
}
</style>
border-color css
<style>
span { border-color: #DE38A8; }
span { border-color: rgb(222,56,168); }
td.TdClassName
{
border-color: #DE38A8;
}
.TagClassName
{
border-color: #DE38A8;
}
</style>