Shades of Cerise #DE415E
Tints of Cerise #DE415E
RGB
CMYK
RGB Variations
Color information
#DE415E (or 0xDE415E) is known color: Cerise. HEX triplet: DE, 41 and 5E. RGB value is (222,65,94). Sum of RGB (Red+Green+Blue) = 222+65+94=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE415E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE415E is #21BEA1. Grayscale: #737373. Windows color (decimal): -2211490 or 6177246. OLE color: 6177246.
HSL color Cylindrical-coordinate representation of color #DE415E: hue angle of 348.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE415E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 94 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.13 |
| HSL | 348.92º | 0.7% | 0.56% | - |
| HSV(B) | 348.92º | 0.71% | 0.87% | - |
| XYZ | 34.03 | 20.12 | 12.68 | - |
| YUV | 115.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 94 | 0 | 0.71 | 0.58 | 0.13 | 348.92 | 0.7 | 0.56 |
| Hex | DE | 41 | 5E | 0 | 47 | 3A | D | 15D | 46 | 38 |
| Octal | 336 | 101 | 136 | 0 | 107 | 72 | 15 | 535 | 106 | 70 |
| Binary | 11011110 | 1000001 | 1011110 | 0 | 1000111 | 111010 | 1101 | 101011101 | 1000110 | 111000 |
Color Harmonies of #DE415E
Complementary color
Monochromatic Colors of #DE415E
Black with #DE415E
Text Example
Text Example
White with #DE415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE415E; }
p { color: rgb(222,65,94); }
H1.HeaderClassName
{
color: #DE415E;
}
.AnyTagClassName
{
color: #DE415E;
}
</style>
background-color css
<style>
a { background-color: #DE415E; }
a { background-color: rgb(222,65,94); }
div.DivClassName
{
background-color: #DE415E;
}
.BgClassName
{
background-color: #DE415E;
}
</style>
border-color css
<style>
span { border-color: #DE415E; }
span { border-color: rgb(222,65,94); }
td.TdClassName
{
border-color: #DE415E;
}
.TagClassName
{
border-color: #DE415E;
}
</style>