Shades of Deep Cerise #DE1B90
Tints of Deep Cerise #DE1B90
RGB
CMYK
RGB Variations
Color information
#DE1B90 (or 0xDE1B90) is known color: Deep Cerise. HEX triplet: DE, 1B and 90. RGB value is (222,27,144). Sum of RGB (Red+Green+Blue) = 222+27+144=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1B90 is #21E46F. Grayscale: #626262. Windows color (decimal): -2221168 or 9444318. OLE color: 9444318.
HSL color Cylindrical-coordinate representation of color #DE1B90: hue angle of 324º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B90 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 144 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.13 |
| HSL | 324º | 0.78% | 0.49% | - |
| HSV(B) | 324º | 0.88% | 0.87% | - |
| XYZ | 35.55 | 18.33 | 28.05 | - |
| YUV | 98.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 144 | 0 | 0.88 | 0.35 | 0.13 | 324 | 0.78 | 0.49 |
| Hex | DE | 1B | 90 | 0 | 58 | 23 | D | 144 | 4E | 31 |
| Octal | 336 | 33 | 220 | 0 | 130 | 43 | 15 | 504 | 116 | 61 |
| Binary | 11011110 | 11011 | 10010000 | 0 | 1011000 | 100011 | 1101 | 101000100 | 1001110 | 110001 |
Color Harmonies of #DE1B90
Complementary color
Monochromatic Colors of #DE1B90
Black with #DE1B90
Text Example
Text Example
White with #DE1B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B90; }
p { color: rgb(222,27,144); }
H1.HeaderClassName
{
color: #DE1B90;
}
.AnyTagClassName
{
color: #DE1B90;
}
</style>
background-color css
<style>
a { background-color: #DE1B90; }
a { background-color: rgb(222,27,144); }
div.DivClassName
{
background-color: #DE1B90;
}
.BgClassName
{
background-color: #DE1B90;
}
</style>
border-color css
<style>
span { border-color: #DE1B90; }
span { border-color: rgb(222,27,144); }
td.TdClassName
{
border-color: #DE1B90;
}
.TagClassName
{
border-color: #DE1B90;
}
</style>