Shades of Deep Cerise #D4387E
Tints of Deep Cerise #D4387E
RGB
CMYK
RGB Variations
Color information
#D4387E (or 0xD4387E) is known color: Deep Cerise. HEX triplet: D4, 38 and 7E. RGB value is (212,56,126). Sum of RGB (Red+Green+Blue) = 212+56+126=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4387E is #2BC781. Grayscale: #6E6E6E. Windows color (decimal): -2869122 or 8272084. OLE color: 8272084.
HSL color Cylindrical-coordinate representation of color #D4387E: hue angle of 333.08º 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 #D4387E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 126 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.17 |
| HSL | 333.08º | 0.64% | 0.53% | - |
| HSV(B) | 333.08º | 0.74% | 0.83% | - |
| XYZ | 32.33 | 18.33 | 21.57 | - |
| YUV | 110.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 126 | 0 | 0.74 | 0.41 | 0.17 | 333.08 | 0.64 | 0.53 |
| Hex | D4 | 38 | 7E | 0 | 4A | 29 | 11 | 14D | 40 | 35 |
| Octal | 324 | 70 | 176 | 0 | 112 | 51 | 21 | 515 | 100 | 65 |
| Binary | 11010100 | 111000 | 1111110 | 0 | 1001010 | 101001 | 10001 | 101001101 | 1000000 | 110101 |
Color Harmonies of #D4387E
Complementary color
Monochromatic Colors of #D4387E
Black with #D4387E
Text Example
Text Example
White with #D4387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4387E; }
p { color: rgb(212,56,126); }
H1.HeaderClassName
{
color: #D4387E;
}
.AnyTagClassName
{
color: #D4387E;
}
</style>
background-color css
<style>
a { background-color: #D4387E; }
a { background-color: rgb(212,56,126); }
div.DivClassName
{
background-color: #D4387E;
}
.BgClassName
{
background-color: #D4387E;
}
</style>
border-color css
<style>
span { border-color: #D4387E; }
span { border-color: rgb(212,56,126); }
td.TdClassName
{
border-color: #D4387E;
}
.TagClassName
{
border-color: #D4387E;
}
</style>