Shades of Cerise #DE4268
Tints of Cerise #DE4268
RGB
CMYK
RGB Variations
Color information
#DE4268 (or 0xDE4268) is known color: Cerise. HEX triplet: DE, 42 and 68. RGB value is (222,66,104). Sum of RGB (Red+Green+Blue) = 222+66+104=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4268 is #21BD97. Grayscale: #747474. Windows color (decimal): -2211224 or 6832862. OLE color: 6832862.
HSL color Cylindrical-coordinate representation of color #DE4268: hue angle of 345.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4268 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 104 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.13 |
| HSL | 345.38º | 0.7% | 0.56% | - |
| HSV(B) | 345.38º | 0.7% | 0.87% | - |
| XYZ | 34.57 | 20.43 | 15.22 | - |
| YUV | 116.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 104 | 0 | 0.70 | 0.53 | 0.13 | 345.38 | 0.7 | 0.56 |
| Hex | DE | 42 | 68 | 0 | 46 | 35 | D | 159 | 46 | 38 |
| Octal | 336 | 102 | 150 | 0 | 106 | 65 | 15 | 531 | 106 | 70 |
| Binary | 11011110 | 1000010 | 1101000 | 0 | 1000110 | 110101 | 1101 | 101011001 | 1000110 | 111000 |
Color Harmonies of #DE4268
Complementary color
Monochromatic Colors of #DE4268
Black with #DE4268
Text Example
Text Example
White with #DE4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4268; }
p { color: rgb(222,66,104); }
H1.HeaderClassName
{
color: #DE4268;
}
.AnyTagClassName
{
color: #DE4268;
}
</style>
background-color css
<style>
a { background-color: #DE4268; }
a { background-color: rgb(222,66,104); }
div.DivClassName
{
background-color: #DE4268;
}
.BgClassName
{
background-color: #DE4268;
}
</style>
border-color css
<style>
span { border-color: #DE4268; }
span { border-color: rgb(222,66,104); }
td.TdClassName
{
border-color: #DE4268;
}
.TagClassName
{
border-color: #DE4268;
}
</style>