Shades of Deep Cerise #D4338E
Tints of Deep Cerise #D4338E
RGB
CMYK
RGB Variations
Color information
#D4338E (or 0xD4338E) is known color: Deep Cerise. HEX triplet: D4, 33 and 8E. RGB value is (212,51,142). Sum of RGB (Red+Green+Blue) = 212+51+142=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4338E is #2BCC71. Grayscale: #6D6D6D. Windows color (decimal): -2870386 or 9319380. OLE color: 9319380.
HSL color Cylindrical-coordinate representation of color #D4338E: hue angle of 326.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4338E is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 142 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.17 |
| HSL | 326.09º | 0.65% | 0.52% | - |
| HSV(B) | 326.09º | 0.76% | 0.83% | - |
| XYZ | 33.22 | 18.32 | 27.38 | - |
| YUV | 109.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 142 | 0 | 0.76 | 0.33 | 0.17 | 326.09 | 0.65 | 0.52 |
| Hex | D4 | 33 | 8E | 0 | 4C | 21 | 11 | 146 | 41 | 34 |
| Octal | 324 | 63 | 216 | 0 | 114 | 41 | 21 | 506 | 101 | 64 |
| Binary | 11010100 | 110011 | 10001110 | 0 | 1001100 | 100001 | 10001 | 101000110 | 1000001 | 110100 |
Color Harmonies of #D4338E
Complementary color
Monochromatic Colors of #D4338E
Black with #D4338E
Text Example
Text Example
White with #D4338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4338E; }
p { color: rgb(212,51,142); }
H1.HeaderClassName
{
color: #D4338E;
}
.AnyTagClassName
{
color: #D4338E;
}
</style>
background-color css
<style>
a { background-color: #D4338E; }
a { background-color: rgb(212,51,142); }
div.DivClassName
{
background-color: #D4338E;
}
.BgClassName
{
background-color: #D4338E;
}
</style>
border-color css
<style>
span { border-color: #D4338E; }
span { border-color: rgb(212,51,142); }
td.TdClassName
{
border-color: #D4338E;
}
.TagClassName
{
border-color: #D4338E;
}
</style>