Shades of Deep Cerise #DE1B7F
Tints of Deep Cerise #DE1B7F
RGB
CMYK
RGB Variations
Color information
#DE1B7F (or 0xDE1B7F) is known color: Deep Cerise. HEX triplet: DE, 1B and 7F. RGB value is (222,27,127). Sum of RGB (Red+Green+Blue) = 222+27+127=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1B7F is #21E480. Grayscale: #606060. Windows color (decimal): -2221185 or 8330206. OLE color: 8330206.
HSL color Cylindrical-coordinate representation of color #DE1B7F: hue angle of 329.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1B7F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 27 | 127 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.13 |
| HSL | 329.23º | 0.78% | 0.49% | - |
| HSV(B) | 329.23º | 0.88% | 0.87% | - |
| XYZ | 34.35 | 17.85 | 21.71 | - |
| YUV | 96.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 27 | 127 | 0 | 0.88 | 0.43 | 0.13 | 329.23 | 0.78 | 0.49 |
| Hex | DE | 1B | 7F | 0 | 58 | 2B | D | 149 | 4E | 31 |
| Octal | 336 | 33 | 177 | 0 | 130 | 53 | 15 | 511 | 116 | 61 |
| Binary | 11011110 | 11011 | 1111111 | 0 | 1011000 | 101011 | 1101 | 101001001 | 1001110 | 110001 |
Color Harmonies of #DE1B7F
Complementary color
Monochromatic Colors of #DE1B7F
Black with #DE1B7F
Text Example
Text Example
White with #DE1B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1B7F; }
p { color: rgb(222,27,127); }
H1.HeaderClassName
{
color: #DE1B7F;
}
.AnyTagClassName
{
color: #DE1B7F;
}
</style>
background-color css
<style>
a { background-color: #DE1B7F; }
a { background-color: rgb(222,27,127); }
div.DivClassName
{
background-color: #DE1B7F;
}
.BgClassName
{
background-color: #DE1B7F;
}
</style>
border-color css
<style>
span { border-color: #DE1B7F; }
span { border-color: rgb(222,27,127); }
td.TdClassName
{
border-color: #DE1B7F;
}
.TagClassName
{
border-color: #DE1B7F;
}
</style>