Shades of Cerise #DE226E
Tints of Cerise #DE226E
RGB
CMYK
RGB Variations
Color information
#DE226E (or 0xDE226E) is known color: Cerise. HEX triplet: DE, 22 and 6E. RGB value is (222,34,110). Sum of RGB (Red+Green+Blue) = 222+34+110=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE226E is #21DD91. Grayscale: #626262. Windows color (decimal): -2219410 or 7217886. OLE color: 7217886.
HSL color Cylindrical-coordinate representation of color #DE226E: hue angle of 335.74º 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 #DE226E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 110 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.13 |
| HSL | 335.74º | 0.74% | 0.5% | - |
| HSV(B) | 335.74º | 0.85% | 0.87% | - |
| XYZ | 33.51 | 17.8 | 16.42 | - |
| YUV | 98.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 110 | 0 | 0.85 | 0.50 | 0.13 | 335.74 | 0.74 | 0.5 |
| Hex | DE | 22 | 6E | 0 | 55 | 32 | D | 150 | 4A | 32 |
| Octal | 336 | 42 | 156 | 0 | 125 | 62 | 15 | 520 | 112 | 62 |
| Binary | 11011110 | 100010 | 1101110 | 0 | 1010101 | 110010 | 1101 | 101010000 | 1001010 | 110010 |
Color Harmonies of #DE226E
Complementary color
Monochromatic Colors of #DE226E
Black with #DE226E
Text Example
Text Example
White with #DE226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE226E; }
p { color: rgb(222,34,110); }
H1.HeaderClassName
{
color: #DE226E;
}
.AnyTagClassName
{
color: #DE226E;
}
</style>
background-color css
<style>
a { background-color: #DE226E; }
a { background-color: rgb(222,34,110); }
div.DivClassName
{
background-color: #DE226E;
}
.BgClassName
{
background-color: #DE226E;
}
</style>
border-color css
<style>
span { border-color: #DE226E; }
span { border-color: rgb(222,34,110); }
td.TdClassName
{
border-color: #DE226E;
}
.TagClassName
{
border-color: #DE226E;
}
</style>