Shades of Cerise #DE226D
Tints of Cerise #DE226D
RGB
CMYK
RGB Variations
Color information
#DE226D (or 0xDE226D) is known color: Cerise. HEX triplet: DE, 22 and 6D. RGB value is (222,34,109). Sum of RGB (Red+Green+Blue) = 222+34+109=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE226D is #21DD92. Grayscale: #626262. Windows color (decimal): -2219411 or 7152350. OLE color: 7152350.
HSL color Cylindrical-coordinate representation of color #DE226D: hue angle of 336.06º 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 #DE226D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 109 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.13 |
| HSL | 336.06º | 0.74% | 0.5% | - |
| HSV(B) | 336.06º | 0.85% | 0.87% | - |
| XYZ | 33.46 | 17.78 | 16.14 | - |
| YUV | 98.76 | 133.78 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 109 | 0 | 0.85 | 0.51 | 0.13 | 336.06 | 0.74 | 0.5 |
| Hex | DE | 22 | 6D | 0 | 55 | 33 | D | 150 | 4A | 32 |
| Octal | 336 | 42 | 155 | 0 | 125 | 63 | 15 | 520 | 112 | 62 |
| Binary | 11011110 | 100010 | 1101101 | 0 | 1010101 | 110011 | 1101 | 101010000 | 1001010 | 110010 |
Color Harmonies of #DE226D
Complementary color
Monochromatic Colors of #DE226D
Black with #DE226D
Text Example
Text Example
White with #DE226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE226D; }
p { color: rgb(222,34,109); }
H1.HeaderClassName
{
color: #DE226D;
}
.AnyTagClassName
{
color: #DE226D;
}
</style>
background-color css
<style>
a { background-color: #DE226D; }
a { background-color: rgb(222,34,109); }
div.DivClassName
{
background-color: #DE226D;
}
.BgClassName
{
background-color: #DE226D;
}
</style>
border-color css
<style>
span { border-color: #DE226D; }
span { border-color: rgb(222,34,109); }
td.TdClassName
{
border-color: #DE226D;
}
.TagClassName
{
border-color: #DE226D;
}
</style>