Shades of Deep Cerise #DE3385
Tints of Deep Cerise #DE3385
RGB
CMYK
RGB Variations
Color information
#DE3385 (or 0xDE3385) is known color: Deep Cerise. HEX triplet: DE, 33 and 85. RGB value is (222,51,133). Sum of RGB (Red+Green+Blue) = 222+51+133=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3385 is #21CC7A. Grayscale: #6F6F6F. Windows color (decimal): -2215035 or 8729566. OLE color: 8729566.
HSL color Cylindrical-coordinate representation of color #DE3385: hue angle of 331.23º 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 #DE3385 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 133 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.13 |
| HSL | 331.23º | 0.72% | 0.54% | - |
| HSV(B) | 331.23º | 0.77% | 0.87% | - |
| XYZ | 35.54 | 19.59 | 24.1 | - |
| YUV | 111.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 133 | 0 | 0.77 | 0.40 | 0.13 | 331.23 | 0.72 | 0.54 |
| Hex | DE | 33 | 85 | 0 | 4D | 28 | D | 14B | 48 | 36 |
| Octal | 336 | 63 | 205 | 0 | 115 | 50 | 15 | 513 | 110 | 66 |
| Binary | 11011110 | 110011 | 10000101 | 0 | 1001101 | 101000 | 1101 | 101001011 | 1001000 | 110110 |
Color Harmonies of #DE3385
Complementary color
Monochromatic Colors of #DE3385
Black with #DE3385
Text Example
Text Example
White with #DE3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3385; }
p { color: rgb(222,51,133); }
H1.HeaderClassName
{
color: #DE3385;
}
.AnyTagClassName
{
color: #DE3385;
}
</style>
background-color css
<style>
a { background-color: #DE3385; }
a { background-color: rgb(222,51,133); }
div.DivClassName
{
background-color: #DE3385;
}
.BgClassName
{
background-color: #DE3385;
}
</style>
border-color css
<style>
span { border-color: #DE3385; }
span { border-color: rgb(222,51,133); }
td.TdClassName
{
border-color: #DE3385;
}
.TagClassName
{
border-color: #DE3385;
}
</style>