Shades of Cerise #DE385F
Tints of Cerise #DE385F
RGB
CMYK
RGB Variations
Color information
#DE385F (or 0xDE385F) is known color: Cerise. HEX triplet: DE, 38 and 5F. RGB value is (222,56,95). Sum of RGB (Red+Green+Blue) = 222+56+95=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE385F is #21C7A0. Grayscale: #6E6E6E. Windows color (decimal): -2213793 or 6240478. OLE color: 6240478.
HSL color Cylindrical-coordinate representation of color #DE385F: hue angle of 345.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE385F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 56 | 95 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.13 |
| HSL | 345.9º | 0.72% | 0.55% | - |
| HSV(B) | 345.9º | 0.75% | 0.87% | - |
| XYZ | 33.6 | 19.18 | 12.76 | - |
| YUV | 110.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 56 | 95 | 0 | 0.75 | 0.57 | 0.13 | 345.9 | 0.72 | 0.55 |
| Hex | DE | 38 | 5F | 0 | 4B | 39 | D | 15A | 48 | 37 |
| Octal | 336 | 70 | 137 | 0 | 113 | 71 | 15 | 532 | 110 | 67 |
| Binary | 11011110 | 111000 | 1011111 | 0 | 1001011 | 111001 | 1101 | 101011010 | 1001000 | 110111 |
Color Harmonies of #DE385F
Complementary color
Monochromatic Colors of #DE385F
Black with #DE385F
Text Example
Text Example
White with #DE385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE385F; }
p { color: rgb(222,56,95); }
H1.HeaderClassName
{
color: #DE385F;
}
.AnyTagClassName
{
color: #DE385F;
}
</style>
background-color css
<style>
a { background-color: #DE385F; }
a { background-color: rgb(222,56,95); }
div.DivClassName
{
background-color: #DE385F;
}
.BgClassName
{
background-color: #DE385F;
}
</style>
border-color css
<style>
span { border-color: #DE385F; }
span { border-color: rgb(222,56,95); }
td.TdClassName
{
border-color: #DE385F;
}
.TagClassName
{
border-color: #DE385F;
}
</style>