Shades of Cerise #DE266B
Tints of Cerise #DE266B
RGB
CMYK
RGB Variations
Color information
#DE266B (or 0xDE266B) is known color: Cerise. HEX triplet: DE, 26 and 6B. RGB value is (222,38,107). Sum of RGB (Red+Green+Blue) = 222+38+107=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE266B is #21D994. Grayscale: #646464. Windows color (decimal): -2218389 or 7022302. OLE color: 7022302.
HSL color Cylindrical-coordinate representation of color #DE266B: hue angle of 337.5º 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 #DE266B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 107 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.13 |
| HSL | 337.5º | 0.74% | 0.51% | - |
| HSV(B) | 337.5º | 0.83% | 0.87% | - |
| XYZ | 33.47 | 17.98 | 15.62 | - |
| YUV | 100.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 107 | 0 | 0.83 | 0.52 | 0.13 | 337.5 | 0.74 | 0.51 |
| Hex | DE | 26 | 6B | 0 | 53 | 34 | D | 152 | 4A | 33 |
| Octal | 336 | 46 | 153 | 0 | 123 | 64 | 15 | 522 | 112 | 63 |
| Binary | 11011110 | 100110 | 1101011 | 0 | 1010011 | 110100 | 1101 | 101010010 | 1001010 | 110011 |
Color Harmonies of #DE266B
Complementary color
Monochromatic Colors of #DE266B
Black with #DE266B
Text Example
Text Example
White with #DE266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE266B; }
p { color: rgb(222,38,107); }
H1.HeaderClassName
{
color: #DE266B;
}
.AnyTagClassName
{
color: #DE266B;
}
</style>
background-color css
<style>
a { background-color: #DE266B; }
a { background-color: rgb(222,38,107); }
div.DivClassName
{
background-color: #DE266B;
}
.BgClassName
{
background-color: #DE266B;
}
</style>
border-color css
<style>
span { border-color: #DE266B; }
span { border-color: rgb(222,38,107); }
td.TdClassName
{
border-color: #DE266B;
}
.TagClassName
{
border-color: #DE266B;
}
</style>