Shades of Deep Cerise #D4388E
Tints of Deep Cerise #D4388E
RGB
CMYK
RGB Variations
Color information
#D4388E (or 0xD4388E) is known color: Deep Cerise. HEX triplet: D4, 38 and 8E. RGB value is (212,56,142). Sum of RGB (Red+Green+Blue) = 212+56+142=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D4388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4388E is #2BC771. Grayscale: #707070. Windows color (decimal): -2869106 or 9320660. OLE color: 9320660.
HSL color Cylindrical-coordinate representation of color #D4388E: hue angle of 326.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4388E is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 142 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.17 |
| HSL | 326.92º | 0.64% | 0.53% | - |
| HSV(B) | 326.92º | 0.74% | 0.83% | - |
| XYZ | 33.45 | 18.78 | 27.45 | - |
| YUV | 112.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 142 | 0 | 0.74 | 0.33 | 0.17 | 326.92 | 0.64 | 0.53 |
| Hex | D4 | 38 | 8E | 0 | 4A | 21 | 11 | 147 | 40 | 35 |
| Octal | 324 | 70 | 216 | 0 | 112 | 41 | 21 | 507 | 100 | 65 |
| Binary | 11010100 | 111000 | 10001110 | 0 | 1001010 | 100001 | 10001 | 101000111 | 1000000 | 110101 |
Color Harmonies of #D4388E
Complementary color
Monochromatic Colors of #D4388E
Black with #D4388E
Text Example
Text Example
White with #D4388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4388E; }
p { color: rgb(212,56,142); }
H1.HeaderClassName
{
color: #D4388E;
}
.AnyTagClassName
{
color: #D4388E;
}
</style>
background-color css
<style>
a { background-color: #D4388E; }
a { background-color: rgb(212,56,142); }
div.DivClassName
{
background-color: #D4388E;
}
.BgClassName
{
background-color: #D4388E;
}
</style>
border-color css
<style>
span { border-color: #D4388E; }
span { border-color: rgb(212,56,142); }
td.TdClassName
{
border-color: #D4388E;
}
.TagClassName
{
border-color: #D4388E;
}
</style>