Shades of Cerise #DE256E
Tints of Cerise #DE256E
RGB
CMYK
RGB Variations
Color information
#DE256E (or 0xDE256E) is known color: Cerise. HEX triplet: DE, 25 and 6E. RGB value is (222,37,110). Sum of RGB (Red+Green+Blue) = 222+37+110=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE256E is #21DA91. Grayscale: #646464. Windows color (decimal): -2218642 or 7218654. OLE color: 7218654.
HSL color Cylindrical-coordinate representation of color #DE256E: hue angle of 336.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE256E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 110 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.13 |
| HSL | 336.32º | 0.74% | 0.51% | - |
| HSV(B) | 336.32º | 0.83% | 0.87% | - |
| XYZ | 33.6 | 17.98 | 16.45 | - |
| YUV | 100.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 110 | 0 | 0.83 | 0.50 | 0.13 | 336.32 | 0.74 | 0.51 |
| Hex | DE | 25 | 6E | 0 | 53 | 32 | D | 150 | 4A | 33 |
| Octal | 336 | 45 | 156 | 0 | 123 | 62 | 15 | 520 | 112 | 63 |
| Binary | 11011110 | 100101 | 1101110 | 0 | 1010011 | 110010 | 1101 | 101010000 | 1001010 | 110011 |
Color Harmonies of #DE256E
Complementary color
Monochromatic Colors of #DE256E
Black with #DE256E
Text Example
Text Example
White with #DE256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE256E; }
p { color: rgb(222,37,110); }
H1.HeaderClassName
{
color: #DE256E;
}
.AnyTagClassName
{
color: #DE256E;
}
</style>
background-color css
<style>
a { background-color: #DE256E; }
a { background-color: rgb(222,37,110); }
div.DivClassName
{
background-color: #DE256E;
}
.BgClassName
{
background-color: #DE256E;
}
</style>
border-color css
<style>
span { border-color: #DE256E; }
span { border-color: rgb(222,37,110); }
td.TdClassName
{
border-color: #DE256E;
}
.TagClassName
{
border-color: #DE256E;
}
</style>