Shades of Deep Cerise #DE277F
Tints of Deep Cerise #DE277F
RGB
CMYK
RGB Variations
Color information
#DE277F (or 0xDE277F) is known color: Deep Cerise. HEX triplet: DE, 27 and 7F. RGB value is (222,39,127). Sum of RGB (Red+Green+Blue) = 222+39+127=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE277F is #21D880. Grayscale: #676767. Windows color (decimal): -2218113 or 8333278. OLE color: 8333278.
HSL color Cylindrical-coordinate representation of color #DE277F: hue angle of 331.15º 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 #DE277F is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 127 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.13 |
| HSL | 331.15º | 0.73% | 0.51% | - |
| HSV(B) | 331.15º | 0.82% | 0.87% | - |
| XYZ | 34.68 | 18.51 | 21.82 | - |
| YUV | 103.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 127 | 0 | 0.82 | 0.43 | 0.13 | 331.15 | 0.73 | 0.51 |
| Hex | DE | 27 | 7F | 0 | 52 | 2B | D | 14B | 49 | 33 |
| Octal | 336 | 47 | 177 | 0 | 122 | 53 | 15 | 513 | 111 | 63 |
| Binary | 11011110 | 100111 | 1111111 | 0 | 1010010 | 101011 | 1101 | 101001011 | 1001001 | 110011 |
Color Harmonies of #DE277F
Complementary color
Monochromatic Colors of #DE277F
Black with #DE277F
Text Example
Text Example
White with #DE277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE277F; }
p { color: rgb(222,39,127); }
H1.HeaderClassName
{
color: #DE277F;
}
.AnyTagClassName
{
color: #DE277F;
}
</style>
background-color css
<style>
a { background-color: #DE277F; }
a { background-color: rgb(222,39,127); }
div.DivClassName
{
background-color: #DE277F;
}
.BgClassName
{
background-color: #DE277F;
}
</style>
border-color css
<style>
span { border-color: #DE277F; }
span { border-color: rgb(222,39,127); }
td.TdClassName
{
border-color: #DE277F;
}
.TagClassName
{
border-color: #DE277F;
}
</style>