Shades of Cerise #DE226F
Tints of Cerise #DE226F
RGB
CMYK
RGB Variations
Color information
#DE226F (or 0xDE226F) is known color: Cerise. HEX triplet: DE, 22 and 6F. RGB value is (222,34,111). Sum of RGB (Red+Green+Blue) = 222+34+111=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE226F is #21DD90. Grayscale: #626262. Windows color (decimal): -2219409 or 7283422. OLE color: 7283422.
HSL color Cylindrical-coordinate representation of color #DE226F: hue angle of 335.43º 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 #DE226F is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 111 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.13 |
| HSL | 335.43º | 0.74% | 0.5% | - |
| HSV(B) | 335.43º | 0.85% | 0.87% | - |
| XYZ | 33.57 | 17.82 | 16.71 | - |
| YUV | 98.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 111 | 0 | 0.85 | 0.5 | 0.13 | 335.43 | 0.74 | 0.5 |
| Hex | DE | 22 | 6F | 0 | 55 | 32 | D | 14F | 4A | 32 |
| Octal | 336 | 42 | 157 | 0 | 125 | 62 | 15 | 517 | 112 | 62 |
| Binary | 11011110 | 100010 | 1101111 | 0 | 1010101 | 110010 | 1101 | 101001111 | 1001010 | 110010 |
Color Harmonies of #DE226F
Complementary color
Monochromatic Colors of #DE226F
Black with #DE226F
Text Example
Text Example
White with #DE226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE226F; }
p { color: rgb(222,34,111); }
H1.HeaderClassName
{
color: #DE226F;
}
.AnyTagClassName
{
color: #DE226F;
}
</style>
background-color css
<style>
a { background-color: #DE226F; }
a { background-color: rgb(222,34,111); }
div.DivClassName
{
background-color: #DE226F;
}
.BgClassName
{
background-color: #DE226F;
}
</style>
border-color css
<style>
span { border-color: #DE226F; }
span { border-color: rgb(222,34,111); }
td.TdClassName
{
border-color: #DE226F;
}
.TagClassName
{
border-color: #DE226F;
}
</style>