Shades of Cerise #DE275F
Tints of Cerise #DE275F
RGB
CMYK
RGB Variations
Color information
#DE275F (or 0xDE275F) is known color: Cerise. HEX triplet: DE, 27 and 5F. RGB value is (222,39,95). Sum of RGB (Red+Green+Blue) = 222+39+95=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE275F is #21D8A0. Grayscale: #646464. Windows color (decimal): -2218145 or 6236126. OLE color: 6236126.
HSL color Cylindrical-coordinate representation of color #DE275F: hue angle of 341.64º 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 #DE275F is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 95 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.13 |
| HSL | 341.64º | 0.73% | 0.51% | - |
| HSV(B) | 341.64º | 0.82% | 0.87% | - |
| XYZ | 32.92 | 17.81 | 12.53 | - |
| YUV | 100.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 95 | 0 | 0.82 | 0.57 | 0.13 | 341.64 | 0.73 | 0.51 |
| Hex | DE | 27 | 5F | 0 | 52 | 39 | D | 156 | 49 | 33 |
| Octal | 336 | 47 | 137 | 0 | 122 | 71 | 15 | 526 | 111 | 63 |
| Binary | 11011110 | 100111 | 1011111 | 0 | 1010010 | 111001 | 1101 | 101010110 | 1001001 | 110011 |
Color Harmonies of #DE275F
Complementary color
Monochromatic Colors of #DE275F
Black with #DE275F
Text Example
Text Example
White with #DE275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE275F; }
p { color: rgb(222,39,95); }
H1.HeaderClassName
{
color: #DE275F;
}
.AnyTagClassName
{
color: #DE275F;
}
</style>
background-color css
<style>
a { background-color: #DE275F; }
a { background-color: rgb(222,39,95); }
div.DivClassName
{
background-color: #DE275F;
}
.BgClassName
{
background-color: #DE275F;
}
</style>
border-color css
<style>
span { border-color: #DE275F; }
span { border-color: rgb(222,39,95); }
td.TdClassName
{
border-color: #DE275F;
}
.TagClassName
{
border-color: #DE275F;
}
</style>