Shades of Deep Cerise #DE2B7B
Tints of Deep Cerise #DE2B7B
RGB
CMYK
RGB Variations
Color information
#DE2B7B (or 0xDE2B7B) is known color: Deep Cerise. HEX triplet: DE, 2B and 7B. RGB value is (222,43,123). Sum of RGB (Red+Green+Blue) = 222+43+123=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B7B is #21D484. Grayscale: #696969. Windows color (decimal): -2217093 or 8072158. OLE color: 8072158.
HSL color Cylindrical-coordinate representation of color #DE2B7B: hue angle of 333.18º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2B7B is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 43 | 123 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.13 |
| HSL | 333.18º | 0.73% | 0.52% | - |
| HSV(B) | 333.18º | 0.81% | 0.87% | - |
| XYZ | 34.56 | 18.69 | 20.52 | - |
| YUV | 105.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 43 | 123 | 0 | 0.81 | 0.45 | 0.13 | 333.18 | 0.73 | 0.52 |
| Hex | DE | 2B | 7B | 0 | 51 | 2D | D | 14D | 49 | 34 |
| Octal | 336 | 53 | 173 | 0 | 121 | 55 | 15 | 515 | 111 | 64 |
| Binary | 11011110 | 101011 | 1111011 | 0 | 1010001 | 101101 | 1101 | 101001101 | 1001001 | 110100 |
Color Harmonies of #DE2B7B
Complementary color
Monochromatic Colors of #DE2B7B
Black with #DE2B7B
Text Example
Text Example
White with #DE2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2B7B; }
p { color: rgb(222,43,123); }
H1.HeaderClassName
{
color: #DE2B7B;
}
.AnyTagClassName
{
color: #DE2B7B;
}
</style>
background-color css
<style>
a { background-color: #DE2B7B; }
a { background-color: rgb(222,43,123); }
div.DivClassName
{
background-color: #DE2B7B;
}
.BgClassName
{
background-color: #DE2B7B;
}
</style>
border-color css
<style>
span { border-color: #DE2B7B; }
span { border-color: rgb(222,43,123); }
td.TdClassName
{
border-color: #DE2B7B;
}
.TagClassName
{
border-color: #DE2B7B;
}
</style>