Shades of Cerise #DE266F
Tints of Cerise #DE266F
RGB
CMYK
RGB Variations
Color information
#DE266F (or 0xDE266F) is known color: Cerise. HEX triplet: DE, 26 and 6F. RGB value is (222,38,111). Sum of RGB (Red+Green+Blue) = 222+38+111=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE266F is #21D990. Grayscale: #656565. Windows color (decimal): -2218385 or 7284446. OLE color: 7284446.
HSL color Cylindrical-coordinate representation of color #DE266F: hue angle of 336.2º 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 #DE266F is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 111 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.13 |
| HSL | 336.2º | 0.74% | 0.51% | - |
| HSV(B) | 336.2º | 0.83% | 0.87% | - |
| XYZ | 33.69 | 18.06 | 16.75 | - |
| YUV | 101.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 111 | 0 | 0.83 | 0.5 | 0.13 | 336.2 | 0.74 | 0.51 |
| Hex | DE | 26 | 6F | 0 | 53 | 32 | D | 150 | 4A | 33 |
| Octal | 336 | 46 | 157 | 0 | 123 | 62 | 15 | 520 | 112 | 63 |
| Binary | 11011110 | 100110 | 1101111 | 0 | 1010011 | 110010 | 1101 | 101010000 | 1001010 | 110011 |
Color Harmonies of #DE266F
Complementary color
Monochromatic Colors of #DE266F
Black with #DE266F
Text Example
Text Example
White with #DE266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE266F; }
p { color: rgb(222,38,111); }
H1.HeaderClassName
{
color: #DE266F;
}
.AnyTagClassName
{
color: #DE266F;
}
</style>
background-color css
<style>
a { background-color: #DE266F; }
a { background-color: rgb(222,38,111); }
div.DivClassName
{
background-color: #DE266F;
}
.BgClassName
{
background-color: #DE266F;
}
</style>
border-color css
<style>
span { border-color: #DE266F; }
span { border-color: rgb(222,38,111); }
td.TdClassName
{
border-color: #DE266F;
}
.TagClassName
{
border-color: #DE266F;
}
</style>