Shades of Deep Cerise #DE338B
Tints of Deep Cerise #DE338B
RGB
CMYK
RGB Variations
Color information
#DE338B (or 0xDE338B) is known color: Deep Cerise. HEX triplet: DE, 33 and 8B. RGB value is (222,51,139). Sum of RGB (Red+Green+Blue) = 222+51+139=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE338B is #21CC74. Grayscale: #6F6F6F. Windows color (decimal): -2215029 or 9122782. OLE color: 9122782.
HSL color Cylindrical-coordinate representation of color #DE338B: hue angle of 329.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE338B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.13 |
| HSL | 329.12º | 0.72% | 0.54% | - |
| HSV(B) | 329.12º | 0.77% | 0.87% | - |
| XYZ | 35.97 | 19.76 | 26.34 | - |
| YUV | 112.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 139 | 0 | 0.77 | 0.37 | 0.13 | 329.12 | 0.72 | 0.54 |
| Hex | DE | 33 | 8B | 0 | 4D | 25 | D | 149 | 48 | 36 |
| Octal | 336 | 63 | 213 | 0 | 115 | 45 | 15 | 511 | 110 | 66 |
| Binary | 11011110 | 110011 | 10001011 | 0 | 1001101 | 100101 | 1101 | 101001001 | 1001000 | 110110 |
Color Harmonies of #DE338B
Complementary color
Monochromatic Colors of #DE338B
Black with #DE338B
Text Example
Text Example
White with #DE338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE338B; }
p { color: rgb(222,51,139); }
H1.HeaderClassName
{
color: #DE338B;
}
.AnyTagClassName
{
color: #DE338B;
}
</style>
background-color css
<style>
a { background-color: #DE338B; }
a { background-color: rgb(222,51,139); }
div.DivClassName
{
background-color: #DE338B;
}
.BgClassName
{
background-color: #DE338B;
}
</style>
border-color css
<style>
span { border-color: #DE338B; }
span { border-color: rgb(222,51,139); }
td.TdClassName
{
border-color: #DE338B;
}
.TagClassName
{
border-color: #DE338B;
}
</style>