Shades of Deep Cerise #DE279B
Tints of Deep Cerise #DE279B
RGB
CMYK
RGB Variations
Color information
#DE279B (or 0xDE279B) is known color: Deep Cerise. HEX triplet: DE, 27 and 9B. RGB value is (222,39,155). Sum of RGB (Red+Green+Blue) = 222+39+155=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE279B is #21D864. Grayscale: #6A6A6A. Windows color (decimal): -2218085 or 10168286. OLE color: 10168286.
HSL color Cylindrical-coordinate representation of color #DE279B: hue angle of 321.97º 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 #DE279B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 155 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.13 |
| HSL | 321.97º | 0.73% | 0.51% | - |
| HSV(B) | 321.97º | 0.82% | 0.87% | - |
| XYZ | 36.77 | 19.35 | 32.81 | - |
| YUV | 106.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 155 | 0 | 0.82 | 0.30 | 0.13 | 321.97 | 0.73 | 0.51 |
| Hex | DE | 27 | 9B | 0 | 52 | 1E | D | 142 | 49 | 33 |
| Octal | 336 | 47 | 233 | 0 | 122 | 36 | 15 | 502 | 111 | 63 |
| Binary | 11011110 | 100111 | 10011011 | 0 | 1010010 | 11110 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DE279B
Complementary color
Monochromatic Colors of #DE279B
Black with #DE279B
Text Example
Text Example
White with #DE279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE279B; }
p { color: rgb(222,39,155); }
H1.HeaderClassName
{
color: #DE279B;
}
.AnyTagClassName
{
color: #DE279B;
}
</style>
background-color css
<style>
a { background-color: #DE279B; }
a { background-color: rgb(222,39,155); }
div.DivClassName
{
background-color: #DE279B;
}
.BgClassName
{
background-color: #DE279B;
}
</style>
border-color css
<style>
span { border-color: #DE279B; }
span { border-color: rgb(222,39,155); }
td.TdClassName
{
border-color: #DE279B;
}
.TagClassName
{
border-color: #DE279B;
}
</style>