Shades of Deep Cerise #DE369B
Tints of Deep Cerise #DE369B
RGB
CMYK
RGB Variations
Color information
#DE369B (or 0xDE369B) is known color: Deep Cerise. HEX triplet: DE, 36 and 9B. RGB value is (222,54,155). Sum of RGB (Red+Green+Blue) = 222+54+155=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE369B is #21C964. Grayscale: #737373. Windows color (decimal): -2214245 or 10172126. OLE color: 10172126.
HSL color Cylindrical-coordinate representation of color #DE369B: hue angle of 323.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE369B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 155 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.13 |
| HSL | 323.93º | 0.72% | 0.54% | - |
| HSV(B) | 323.93º | 0.76% | 0.87% | - |
| XYZ | 37.36 | 20.53 | 33 | - |
| YUV | 115.75 | 150.16 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 155 | 0 | 0.76 | 0.30 | 0.13 | 323.93 | 0.72 | 0.54 |
| Hex | DE | 36 | 9B | 0 | 4C | 1E | D | 144 | 48 | 36 |
| Octal | 336 | 66 | 233 | 0 | 114 | 36 | 15 | 504 | 110 | 66 |
| Binary | 11011110 | 110110 | 10011011 | 0 | 1001100 | 11110 | 1101 | 101000100 | 1001000 | 110110 |
Color Harmonies of #DE369B
Complementary color
Monochromatic Colors of #DE369B
Black with #DE369B
Text Example
Text Example
White with #DE369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE369B; }
p { color: rgb(222,54,155); }
H1.HeaderClassName
{
color: #DE369B;
}
.AnyTagClassName
{
color: #DE369B;
}
</style>
background-color css
<style>
a { background-color: #DE369B; }
a { background-color: rgb(222,54,155); }
div.DivClassName
{
background-color: #DE369B;
}
.BgClassName
{
background-color: #DE369B;
}
</style>
border-color css
<style>
span { border-color: #DE369B; }
span { border-color: rgb(222,54,155); }
td.TdClassName
{
border-color: #DE369B;
}
.TagClassName
{
border-color: #DE369B;
}
</style>