Shades of Deep Cerise #DE278D
Tints of Deep Cerise #DE278D
RGB
CMYK
RGB Variations
Color information
#DE278D (or 0xDE278D) is known color: Deep Cerise. HEX triplet: DE, 27 and 8D. RGB value is (222,39,141). Sum of RGB (Red+Green+Blue) = 222+39+141=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE278D is #21D872. Grayscale: #696969. Windows color (decimal): -2218099 or 9250782. OLE color: 9250782.
HSL color Cylindrical-coordinate representation of color #DE278D: hue angle of 326.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE278D is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 141 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.13 |
| HSL | 326.56º | 0.73% | 0.51% | - |
| HSV(B) | 326.56º | 0.82% | 0.87% | - |
| XYZ | 35.66 | 18.9 | 26.97 | - |
| YUV | 105.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 141 | 0 | 0.82 | 0.36 | 0.13 | 326.56 | 0.73 | 0.51 |
| Hex | DE | 27 | 8D | 0 | 52 | 24 | D | 147 | 49 | 33 |
| Octal | 336 | 47 | 215 | 0 | 122 | 44 | 15 | 507 | 111 | 63 |
| Binary | 11011110 | 100111 | 10001101 | 0 | 1010010 | 100100 | 1101 | 101000111 | 1001001 | 110011 |
Color Harmonies of #DE278D
Complementary color
Monochromatic Colors of #DE278D
Black with #DE278D
Text Example
Text Example
White with #DE278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE278D; }
p { color: rgb(222,39,141); }
H1.HeaderClassName
{
color: #DE278D;
}
.AnyTagClassName
{
color: #DE278D;
}
</style>
background-color css
<style>
a { background-color: #DE278D; }
a { background-color: rgb(222,39,141); }
div.DivClassName
{
background-color: #DE278D;
}
.BgClassName
{
background-color: #DE278D;
}
</style>
border-color css
<style>
span { border-color: #DE278D; }
span { border-color: rgb(222,39,141); }
td.TdClassName
{
border-color: #DE278D;
}
.TagClassName
{
border-color: #DE278D;
}
</style>