Shades of Cerise #DE255A
Tints of Cerise #DE255A
RGB
CMYK
RGB Variations
Color information
#DE255A (or 0xDE255A) is known color: Cerise. HEX triplet: DE, 25 and 5A. RGB value is (222,37,90). Sum of RGB (Red+Green+Blue) = 222+37+90=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE255A is #21DAA5. Grayscale: #626262. Windows color (decimal): -2218662 or 5907934. OLE color: 5907934.
HSL color Cylindrical-coordinate representation of color #DE255A: hue angle of 342.81º 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 #DE255A is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 90 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.13 |
| HSL | 342.81º | 0.74% | 0.51% | - |
| HSV(B) | 342.81º | 0.83% | 0.87% | - |
| XYZ | 32.63 | 17.59 | 11.35 | - |
| YUV | 98.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 90 | 0 | 0.83 | 0.59 | 0.13 | 342.81 | 0.74 | 0.51 |
| Hex | DE | 25 | 5A | 0 | 53 | 3B | D | 157 | 4A | 33 |
| Octal | 336 | 45 | 132 | 0 | 123 | 73 | 15 | 527 | 112 | 63 |
| Binary | 11011110 | 100101 | 1011010 | 0 | 1010011 | 111011 | 1101 | 101010111 | 1001010 | 110011 |
Color Harmonies of #DE255A
Complementary color
Monochromatic Colors of #DE255A
Black with #DE255A
Text Example
Text Example
White with #DE255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE255A; }
p { color: rgb(222,37,90); }
H1.HeaderClassName
{
color: #DE255A;
}
.AnyTagClassName
{
color: #DE255A;
}
</style>
background-color css
<style>
a { background-color: #DE255A; }
a { background-color: rgb(222,37,90); }
div.DivClassName
{
background-color: #DE255A;
}
.BgClassName
{
background-color: #DE255A;
}
</style>
border-color css
<style>
span { border-color: #DE255A; }
span { border-color: rgb(222,37,90); }
td.TdClassName
{
border-color: #DE255A;
}
.TagClassName
{
border-color: #DE255A;
}
</style>