Shades of Deep Cerise #DE227B
Tints of Deep Cerise #DE227B
RGB
CMYK
RGB Variations
Color information
#DE227B (or 0xDE227B) is known color: Deep Cerise. HEX triplet: DE, 22 and 7B. RGB value is (222,34,123). Sum of RGB (Red+Green+Blue) = 222+34+123=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE227B is #21DD84. Grayscale: #646464. Windows color (decimal): -2219397 or 8069854. OLE color: 8069854.
HSL color Cylindrical-coordinate representation of color #DE227B: hue angle of 331.6º 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 #DE227B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 34 | 123 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.13 |
| HSL | 331.6º | 0.74% | 0.5% | - |
| HSV(B) | 331.6º | 0.85% | 0.87% | - |
| XYZ | 34.27 | 18.1 | 20.43 | - |
| YUV | 100.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 34 | 123 | 0 | 0.85 | 0.45 | 0.13 | 331.6 | 0.74 | 0.5 |
| Hex | DE | 22 | 7B | 0 | 55 | 2D | D | 14C | 4A | 32 |
| Octal | 336 | 42 | 173 | 0 | 125 | 55 | 15 | 514 | 112 | 62 |
| Binary | 11011110 | 100010 | 1111011 | 0 | 1010101 | 101101 | 1101 | 101001100 | 1001010 | 110010 |
Color Harmonies of #DE227B
Complementary color
Monochromatic Colors of #DE227B
Black with #DE227B
Text Example
Text Example
White with #DE227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE227B; }
p { color: rgb(222,34,123); }
H1.HeaderClassName
{
color: #DE227B;
}
.AnyTagClassName
{
color: #DE227B;
}
</style>
background-color css
<style>
a { background-color: #DE227B; }
a { background-color: rgb(222,34,123); }
div.DivClassName
{
background-color: #DE227B;
}
.BgClassName
{
background-color: #DE227B;
}
</style>
border-color css
<style>
span { border-color: #DE227B; }
span { border-color: rgb(222,34,123); }
td.TdClassName
{
border-color: #DE227B;
}
.TagClassName
{
border-color: #DE227B;
}
</style>