Shades of Cerise #DE3565
Tints of Cerise #DE3565
RGB
CMYK
RGB Variations
Color information
#DE3565 (or 0xDE3565) is known color: Cerise. HEX triplet: DE, 35 and 65. RGB value is (222,53,101). Sum of RGB (Red+Green+Blue) = 222+53+101=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3565 is #21CA9A. Grayscale: #6C6C6C. Windows color (decimal): -2214555 or 6632926. OLE color: 6632926.
HSL color Cylindrical-coordinate representation of color #DE3565: hue angle of 342.96º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE3565 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 101 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.13 |
| HSL | 342.96º | 0.72% | 0.54% | - |
| HSV(B) | 342.96º | 0.76% | 0.87% | - |
| XYZ | 33.75 | 19.02 | 14.2 | - |
| YUV | 109 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 101 | 0 | 0.76 | 0.55 | 0.13 | 342.96 | 0.72 | 0.54 |
| Hex | DE | 35 | 65 | 0 | 4C | 37 | D | 157 | 48 | 36 |
| Octal | 336 | 65 | 145 | 0 | 114 | 67 | 15 | 527 | 110 | 66 |
| Binary | 11011110 | 110101 | 1100101 | 0 | 1001100 | 110111 | 1101 | 101010111 | 1001000 | 110110 |
Color Harmonies of #DE3565
Complementary color
Monochromatic Colors of #DE3565
Black with #DE3565
Text Example
Text Example
White with #DE3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3565; }
p { color: rgb(222,53,101); }
H1.HeaderClassName
{
color: #DE3565;
}
.AnyTagClassName
{
color: #DE3565;
}
</style>
background-color css
<style>
a { background-color: #DE3565; }
a { background-color: rgb(222,53,101); }
div.DivClassName
{
background-color: #DE3565;
}
.BgClassName
{
background-color: #DE3565;
}
</style>
border-color css
<style>
span { border-color: #DE3565; }
span { border-color: rgb(222,53,101); }
td.TdClassName
{
border-color: #DE3565;
}
.TagClassName
{
border-color: #DE3565;
}
</style>