Shades of Cerise #DE3262
Tints of Cerise #DE3262
RGB
CMYK
RGB Variations
Color information
#DE3262 (or 0xDE3262) is known color: Cerise. HEX triplet: DE, 32 and 62. RGB value is (222,50,98). Sum of RGB (Red+Green+Blue) = 222+50+98=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3262 is #21CD9D. Grayscale: #6A6A6A. Windows color (decimal): -2215326 or 6435550. OLE color: 6435550.
HSL color Cylindrical-coordinate representation of color #DE3262: hue angle of 343.26º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3262 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 98 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.13 |
| HSL | 343.26º | 0.72% | 0.53% | - |
| HSV(B) | 343.26º | 0.77% | 0.87% | - |
| XYZ | 33.47 | 18.69 | 13.4 | - |
| YUV | 106.9 | 122.98 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 98 | 0 | 0.77 | 0.56 | 0.13 | 343.26 | 0.72 | 0.53 |
| Hex | DE | 32 | 62 | 0 | 4D | 38 | D | 157 | 48 | 35 |
| Octal | 336 | 62 | 142 | 0 | 115 | 70 | 15 | 527 | 110 | 65 |
| Binary | 11011110 | 110010 | 1100010 | 0 | 1001101 | 111000 | 1101 | 101010111 | 1001000 | 110101 |
Color Harmonies of #DE3262
Complementary color
Monochromatic Colors of #DE3262
Black with #DE3262
Text Example
Text Example
White with #DE3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3262; }
p { color: rgb(222,50,98); }
H1.HeaderClassName
{
color: #DE3262;
}
.AnyTagClassName
{
color: #DE3262;
}
</style>
background-color css
<style>
a { background-color: #DE3262; }
a { background-color: rgb(222,50,98); }
div.DivClassName
{
background-color: #DE3262;
}
.BgClassName
{
background-color: #DE3262;
}
</style>
border-color css
<style>
span { border-color: #DE3262; }
span { border-color: rgb(222,50,98); }
td.TdClassName
{
border-color: #DE3262;
}
.TagClassName
{
border-color: #DE3262;
}
</style>