Shades of Deep Cerise #D4387C
Tints of Deep Cerise #D4387C
RGB
CMYK
RGB Variations
Color information
#D4387C (or 0xD4387C) is known color: Deep Cerise. HEX triplet: D4, 38 and 7C. RGB value is (212,56,124). Sum of RGB (Red+Green+Blue) = 212+56+124=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4387C is #2BC783. Grayscale: #6E6E6E. Windows color (decimal): -2869124 or 8141012. OLE color: 8141012.
HSL color Cylindrical-coordinate representation of color #D4387C: hue angle of 333.85º 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 #D4387C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 124 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.17 |
| HSL | 333.85º | 0.64% | 0.53% | - |
| HSV(B) | 333.85º | 0.74% | 0.83% | - |
| XYZ | 32.2 | 18.28 | 20.9 | - |
| YUV | 110.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 124 | 0 | 0.74 | 0.42 | 0.17 | 333.85 | 0.64 | 0.53 |
| Hex | D4 | 38 | 7C | 0 | 4A | 2A | 11 | 14E | 40 | 35 |
| Octal | 324 | 70 | 174 | 0 | 112 | 52 | 21 | 516 | 100 | 65 |
| Binary | 11010100 | 111000 | 1111100 | 0 | 1001010 | 101010 | 10001 | 101001110 | 1000000 | 110101 |
Color Harmonies of #D4387C
Complementary color
Monochromatic Colors of #D4387C
Black with #D4387C
Text Example
Text Example
White with #D4387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4387C; }
p { color: rgb(212,56,124); }
H1.HeaderClassName
{
color: #D4387C;
}
.AnyTagClassName
{
color: #D4387C;
}
</style>
background-color css
<style>
a { background-color: #D4387C; }
a { background-color: rgb(212,56,124); }
div.DivClassName
{
background-color: #D4387C;
}
.BgClassName
{
background-color: #D4387C;
}
</style>
border-color css
<style>
span { border-color: #D4387C; }
span { border-color: rgb(212,56,124); }
td.TdClassName
{
border-color: #D4387C;
}
.TagClassName
{
border-color: #D4387C;
}
</style>