Shades of Cerise #DE3E6D
Tints of Cerise #DE3E6D
RGB
CMYK
RGB Variations
Color information
#DE3E6D (or 0xDE3E6D) is known color: Cerise. HEX triplet: DE, 3E and 6D. RGB value is (222,62,109). Sum of RGB (Red+Green+Blue) = 222+62+109=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E6D is #21C192. Grayscale: #737373. Windows color (decimal): -2212243 or 7159518. OLE color: 7159518.
HSL color Cylindrical-coordinate representation of color #DE3E6D: hue angle of 342.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3E6D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 109 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.13 |
| HSL | 342.38º | 0.71% | 0.56% | - |
| HSV(B) | 342.38º | 0.72% | 0.87% | - |
| XYZ | 34.61 | 20.08 | 16.52 | - |
| YUV | 115.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 109 | 0 | 0.72 | 0.51 | 0.13 | 342.38 | 0.71 | 0.56 |
| Hex | DE | 3E | 6D | 0 | 48 | 33 | D | 156 | 47 | 38 |
| Octal | 336 | 76 | 155 | 0 | 110 | 63 | 15 | 526 | 107 | 70 |
| Binary | 11011110 | 111110 | 1101101 | 0 | 1001000 | 110011 | 1101 | 101010110 | 1000111 | 111000 |
Color Harmonies of #DE3E6D
Complementary color
Monochromatic Colors of #DE3E6D
Black with #DE3E6D
Text Example
Text Example
White with #DE3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E6D; }
p { color: rgb(222,62,109); }
H1.HeaderClassName
{
color: #DE3E6D;
}
.AnyTagClassName
{
color: #DE3E6D;
}
</style>
background-color css
<style>
a { background-color: #DE3E6D; }
a { background-color: rgb(222,62,109); }
div.DivClassName
{
background-color: #DE3E6D;
}
.BgClassName
{
background-color: #DE3E6D;
}
</style>
border-color css
<style>
span { border-color: #DE3E6D; }
span { border-color: rgb(222,62,109); }
td.TdClassName
{
border-color: #DE3E6D;
}
.TagClassName
{
border-color: #DE3E6D;
}
</style>