Shades of Cerise #DE256C
Tints of Cerise #DE256C
RGB
CMYK
RGB Variations
Color information
#DE256C (or 0xDE256C) is known color: Cerise. HEX triplet: DE, 25 and 6C. RGB value is (222,37,108). Sum of RGB (Red+Green+Blue) = 222+37+108=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE256C is #21DA93. Grayscale: #646464. Windows color (decimal): -2218644 or 7087582. OLE color: 7087582.
HSL color Cylindrical-coordinate representation of color #DE256C: hue angle of 336.97º 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 #DE256C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 108 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.13 |
| HSL | 336.97º | 0.74% | 0.51% | - |
| HSV(B) | 336.97º | 0.83% | 0.87% | - |
| XYZ | 33.49 | 17.94 | 15.88 | - |
| YUV | 100.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 108 | 0 | 0.83 | 0.51 | 0.13 | 336.97 | 0.74 | 0.51 |
| Hex | DE | 25 | 6C | 0 | 53 | 33 | D | 151 | 4A | 33 |
| Octal | 336 | 45 | 154 | 0 | 123 | 63 | 15 | 521 | 112 | 63 |
| Binary | 11011110 | 100101 | 1101100 | 0 | 1010011 | 110011 | 1101 | 101010001 | 1001010 | 110011 |
Color Harmonies of #DE256C
Complementary color
Monochromatic Colors of #DE256C
Black with #DE256C
Text Example
Text Example
White with #DE256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE256C; }
p { color: rgb(222,37,108); }
H1.HeaderClassName
{
color: #DE256C;
}
.AnyTagClassName
{
color: #DE256C;
}
</style>
background-color css
<style>
a { background-color: #DE256C; }
a { background-color: rgb(222,37,108); }
div.DivClassName
{
background-color: #DE256C;
}
.BgClassName
{
background-color: #DE256C;
}
</style>
border-color css
<style>
span { border-color: #DE256C; }
span { border-color: rgb(222,37,108); }
td.TdClassName
{
border-color: #DE256C;
}
.TagClassName
{
border-color: #DE256C;
}
</style>