Shades of Deep Cerise #DE397F
Tints of Deep Cerise #DE397F
RGB
CMYK
RGB Variations
Color information
#DE397F (or 0xDE397F) is known color: Deep Cerise. HEX triplet: DE, 39 and 7F. RGB value is (222,57,127). Sum of RGB (Red+Green+Blue) = 222+57+127=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE397F is #21C680. Grayscale: #727272. Windows color (decimal): -2213505 or 8337886. OLE color: 8337886.
HSL color Cylindrical-coordinate representation of color #DE397F: hue angle of 334.55º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE397F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 57 | 127 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.13 |
| HSL | 334.55º | 0.71% | 0.55% | - |
| HSV(B) | 334.55º | 0.74% | 0.87% | - |
| XYZ | 35.42 | 19.99 | 22.07 | - |
| YUV | 114.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 57 | 127 | 0 | 0.74 | 0.43 | 0.13 | 334.55 | 0.71 | 0.55 |
| Hex | DE | 39 | 7F | 0 | 4A | 2B | D | 14F | 47 | 37 |
| Octal | 336 | 71 | 177 | 0 | 112 | 53 | 15 | 517 | 107 | 67 |
| Binary | 11011110 | 111001 | 1111111 | 0 | 1001010 | 101011 | 1101 | 101001111 | 1000111 | 110111 |
Color Harmonies of #DE397F
Complementary color
Monochromatic Colors of #DE397F
Black with #DE397F
Text Example
Text Example
White with #DE397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE397F; }
p { color: rgb(222,57,127); }
H1.HeaderClassName
{
color: #DE397F;
}
.AnyTagClassName
{
color: #DE397F;
}
</style>
background-color css
<style>
a { background-color: #DE397F; }
a { background-color: rgb(222,57,127); }
div.DivClassName
{
background-color: #DE397F;
}
.BgClassName
{
background-color: #DE397F;
}
</style>
border-color css
<style>
span { border-color: #DE397F; }
span { border-color: rgb(222,57,127); }
td.TdClassName
{
border-color: #DE397F;
}
.TagClassName
{
border-color: #DE397F;
}
</style>