Shades of Cerise #DE2263
Tints of Cerise #DE2263
RGB
CMYK
RGB Variations
Color information
#DE2263 (or 0xDE2263) is known color: Cerise. HEX triplet: DE, 22 and 63. RGB value is (222,34,99). Sum of RGB (Red+Green+Blue) = 222+34+99=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2263 is #21DD9C. Grayscale: #616161. Windows color (decimal): -2219421 or 6496990. OLE color: 6496990.
HSL color Cylindrical-coordinate representation of color #DE2263: hue angle of 339.26º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2263 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 99 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.13 |
| HSL | 339.26º | 0.74% | 0.5% | - |
| HSV(B) | 339.26º | 0.85% | 0.87% | - |
| XYZ | 32.95 | 17.57 | 13.46 | - |
| YUV | 97.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 99 | 0 | 0.85 | 0.55 | 0.13 | 339.26 | 0.74 | 0.5 |
| Hex | DE | 22 | 63 | 0 | 55 | 37 | D | 153 | 4A | 32 |
| Octal | 336 | 42 | 143 | 0 | 125 | 67 | 15 | 523 | 112 | 62 |
| Binary | 11011110 | 100010 | 1100011 | 0 | 1010101 | 110111 | 1101 | 101010011 | 1001010 | 110010 |
Color Harmonies of #DE2263
Complementary color
Monochromatic Colors of #DE2263
Black with #DE2263
Text Example
Text Example
White with #DE2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2263; }
p { color: rgb(222,34,99); }
H1.HeaderClassName
{
color: #DE2263;
}
.AnyTagClassName
{
color: #DE2263;
}
</style>
background-color css
<style>
a { background-color: #DE2263; }
a { background-color: rgb(222,34,99); }
div.DivClassName
{
background-color: #DE2263;
}
.BgClassName
{
background-color: #DE2263;
}
</style>
border-color css
<style>
span { border-color: #DE2263; }
span { border-color: rgb(222,34,99); }
td.TdClassName
{
border-color: #DE2263;
}
.TagClassName
{
border-color: #DE2263;
}
</style>