Shades of Cerise #DE3E6B
Tints of Cerise #DE3E6B
RGB
CMYK
RGB Variations
Color information
#DE3E6B (or 0xDE3E6B) is known color: Cerise. HEX triplet: DE, 3E and 6B. RGB value is (222,62,107). Sum of RGB (Red+Green+Blue) = 222+62+107=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3E6B is #21C194. Grayscale: #727272. Windows color (decimal): -2212245 or 7028446. OLE color: 7028446.
HSL color Cylindrical-coordinate representation of color #DE3E6B: hue angle of 343.12º 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 #DE3E6B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 62 | 107 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.13 |
| HSL | 343.13º | 0.71% | 0.56% | - |
| HSV(B) | 343.13º | 0.72% | 0.87% | - |
| XYZ | 34.5 | 20.04 | 15.96 | - |
| YUV | 114.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 62 | 107 | 0 | 0.72 | 0.52 | 0.13 | 343.13 | 0.71 | 0.56 |
| Hex | DE | 3E | 6B | 0 | 48 | 34 | D | 157 | 47 | 38 |
| Octal | 336 | 76 | 153 | 0 | 110 | 64 | 15 | 527 | 107 | 70 |
| Binary | 11011110 | 111110 | 1101011 | 0 | 1001000 | 110100 | 1101 | 101010111 | 1000111 | 111000 |
Color Harmonies of #DE3E6B
Complementary color
Monochromatic Colors of #DE3E6B
Black with #DE3E6B
Text Example
Text Example
White with #DE3E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3E6B; }
p { color: rgb(222,62,107); }
H1.HeaderClassName
{
color: #DE3E6B;
}
.AnyTagClassName
{
color: #DE3E6B;
}
</style>
background-color css
<style>
a { background-color: #DE3E6B; }
a { background-color: rgb(222,62,107); }
div.DivClassName
{
background-color: #DE3E6B;
}
.BgClassName
{
background-color: #DE3E6B;
}
</style>
border-color css
<style>
span { border-color: #DE3E6B; }
span { border-color: rgb(222,62,107); }
td.TdClassName
{
border-color: #DE3E6B;
}
.TagClassName
{
border-color: #DE3E6B;
}
</style>