Shades of Cerise #DE256D
Tints of Cerise #DE256D
RGB
CMYK
RGB Variations
Color information
#DE256D (or 0xDE256D) is known color: Cerise. HEX triplet: DE, 25 and 6D. RGB value is (222,37,109). Sum of RGB (Red+Green+Blue) = 222+37+109=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE256D is #21DA92. Grayscale: #646464. Windows color (decimal): -2218643 or 7153118. OLE color: 7153118.
HSL color Cylindrical-coordinate representation of color #DE256D: hue angle of 336.65º 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 #DE256D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 109 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.13 |
| HSL | 336.65º | 0.74% | 0.51% | - |
| HSV(B) | 336.65º | 0.83% | 0.87% | - |
| XYZ | 33.55 | 17.96 | 16.17 | - |
| YUV | 100.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 109 | 0 | 0.83 | 0.51 | 0.13 | 336.65 | 0.74 | 0.51 |
| Hex | DE | 25 | 6D | 0 | 53 | 33 | D | 151 | 4A | 33 |
| Octal | 336 | 45 | 155 | 0 | 123 | 63 | 15 | 521 | 112 | 63 |
| Binary | 11011110 | 100101 | 1101101 | 0 | 1010011 | 110011 | 1101 | 101010001 | 1001010 | 110011 |
Color Harmonies of #DE256D
Complementary color
Monochromatic Colors of #DE256D
Black with #DE256D
Text Example
Text Example
White with #DE256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE256D; }
p { color: rgb(222,37,109); }
H1.HeaderClassName
{
color: #DE256D;
}
.AnyTagClassName
{
color: #DE256D;
}
</style>
background-color css
<style>
a { background-color: #DE256D; }
a { background-color: rgb(222,37,109); }
div.DivClassName
{
background-color: #DE256D;
}
.BgClassName
{
background-color: #DE256D;
}
</style>
border-color css
<style>
span { border-color: #DE256D; }
span { border-color: rgb(222,37,109); }
td.TdClassName
{
border-color: #DE256D;
}
.TagClassName
{
border-color: #DE256D;
}
</style>