Shades of Deep Cerise #DE40AB
Tints of Deep Cerise #DE40AB
RGB
CMYK
RGB Variations
Color information
#DE40AB (or 0xDE40AB) is known color: Deep Cerise. HEX triplet: DE, 40 and AB. RGB value is (222,64,171). Sum of RGB (Red+Green+Blue) = 222+64+171=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40AB is #21BF54. Grayscale: #7B7B7B. Windows color (decimal): -2211669 or 11223262. OLE color: 11223262.
HSL color Cylindrical-coordinate representation of color #DE40AB: hue angle of 319.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE40AB is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 171 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.13 |
| HSL | 319.37º | 0.71% | 0.56% | - |
| HSV(B) | 319.37º | 0.71% | 0.87% | - |
| XYZ | 39.31 | 22.14 | 40.73 | - |
| YUV | 123.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 171 | 0 | 0.71 | 0.23 | 0.13 | 319.37 | 0.71 | 0.56 |
| Hex | DE | 40 | AB | 0 | 47 | 17 | D | 13F | 47 | 38 |
| Octal | 336 | 100 | 253 | 0 | 107 | 27 | 15 | 477 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10101011 | 0 | 1000111 | 10111 | 1101 | 100111111 | 1000111 | 111000 |
Color Harmonies of #DE40AB
Complementary color
Monochromatic Colors of #DE40AB
Black with #DE40AB
Text Example
Text Example
White with #DE40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40AB; }
p { color: rgb(222,64,171); }
H1.HeaderClassName
{
color: #DE40AB;
}
.AnyTagClassName
{
color: #DE40AB;
}
</style>
background-color css
<style>
a { background-color: #DE40AB; }
a { background-color: rgb(222,64,171); }
div.DivClassName
{
background-color: #DE40AB;
}
.BgClassName
{
background-color: #DE40AB;
}
</style>
border-color css
<style>
span { border-color: #DE40AB; }
span { border-color: rgb(222,64,171); }
td.TdClassName
{
border-color: #DE40AB;
}
.TagClassName
{
border-color: #DE40AB;
}
</style>