Shades of Cerise #DE326B
Tints of Cerise #DE326B
RGB
CMYK
RGB Variations
Color information
#DE326B (or 0xDE326B) is known color: Cerise. HEX triplet: DE, 32 and 6B. RGB value is (222,50,107). Sum of RGB (Red+Green+Blue) = 222+50+107=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE326B is #21CD94. Grayscale: #6B6B6B. Windows color (decimal): -2215317 or 7025374. OLE color: 7025374.
HSL color Cylindrical-coordinate representation of color #DE326B: hue angle of 340.12º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE326B is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 107 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.13 |
| HSL | 340.12º | 0.72% | 0.53% | - |
| HSV(B) | 340.12º | 0.77% | 0.87% | - |
| XYZ | 33.92 | 18.87 | 15.76 | - |
| YUV | 107.93 | 127.48 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 107 | 0 | 0.77 | 0.52 | 0.13 | 340.12 | 0.72 | 0.53 |
| Hex | DE | 32 | 6B | 0 | 4D | 34 | D | 154 | 48 | 35 |
| Octal | 336 | 62 | 153 | 0 | 115 | 64 | 15 | 524 | 110 | 65 |
| Binary | 11011110 | 110010 | 1101011 | 0 | 1001101 | 110100 | 1101 | 101010100 | 1001000 | 110101 |
Color Harmonies of #DE326B
Complementary color
Monochromatic Colors of #DE326B
Black with #DE326B
Text Example
Text Example
White with #DE326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE326B; }
p { color: rgb(222,50,107); }
H1.HeaderClassName
{
color: #DE326B;
}
.AnyTagClassName
{
color: #DE326B;
}
</style>
background-color css
<style>
a { background-color: #DE326B; }
a { background-color: rgb(222,50,107); }
div.DivClassName
{
background-color: #DE326B;
}
.BgClassName
{
background-color: #DE326B;
}
</style>
border-color css
<style>
span { border-color: #DE326B; }
span { border-color: rgb(222,50,107); }
td.TdClassName
{
border-color: #DE326B;
}
.TagClassName
{
border-color: #DE326B;
}
</style>