Shades of Cerise #DE276C
Tints of Cerise #DE276C
RGB
CMYK
RGB Variations
Color information
#DE276C (or 0xDE276C) is known color: Cerise. HEX triplet: DE, 27 and 6C. RGB value is (222,39,108). Sum of RGB (Red+Green+Blue) = 222+39+108=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE276C is #21D893. Grayscale: #656565. Windows color (decimal): -2218132 or 7088094. OLE color: 7088094.
HSL color Cylindrical-coordinate representation of color #DE276C: hue angle of 337.38º 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 #DE276C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.13 |
| HSL | 337.38º | 0.73% | 0.51% | - |
| HSV(B) | 337.38º | 0.82% | 0.87% | - |
| XYZ | 33.56 | 18.06 | 15.91 | - |
| YUV | 101.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 108 | 0 | 0.82 | 0.51 | 0.13 | 337.38 | 0.73 | 0.51 |
| Hex | DE | 27 | 6C | 0 | 52 | 33 | D | 151 | 49 | 33 |
| Octal | 336 | 47 | 154 | 0 | 122 | 63 | 15 | 521 | 111 | 63 |
| Binary | 11011110 | 100111 | 1101100 | 0 | 1010010 | 110011 | 1101 | 101010001 | 1001001 | 110011 |
Color Harmonies of #DE276C
Complementary color
Monochromatic Colors of #DE276C
Black with #DE276C
Text Example
Text Example
White with #DE276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE276C; }
p { color: rgb(222,39,108); }
H1.HeaderClassName
{
color: #DE276C;
}
.AnyTagClassName
{
color: #DE276C;
}
</style>
background-color css
<style>
a { background-color: #DE276C; }
a { background-color: rgb(222,39,108); }
div.DivClassName
{
background-color: #DE276C;
}
.BgClassName
{
background-color: #DE276C;
}
</style>
border-color css
<style>
span { border-color: #DE276C; }
span { border-color: rgb(222,39,108); }
td.TdClassName
{
border-color: #DE276C;
}
.TagClassName
{
border-color: #DE276C;
}
</style>