Shades of Deep Cerise #D4238B
Tints of Deep Cerise #D4238B
RGB
CMYK
RGB Variations
Color information
#D4238B (or 0xD4238B) is known color: Deep Cerise. HEX triplet: D4, 23 and 8B. RGB value is (212,35,139). Sum of RGB (Red+Green+Blue) = 212+35+139=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D4238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4238B is #2BDC74. Grayscale: #636363. Windows color (decimal): -2874485 or 9118676. OLE color: 9118676.
HSL color Cylindrical-coordinate representation of color #D4238B: hue angle of 324.75º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4238B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 139 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.17 |
| HSL | 324.75º | 0.72% | 0.48% | - |
| HSV(B) | 324.75º | 0.83% | 0.83% | - |
| XYZ | 32.41 | 17.06 | 26.01 | - |
| YUV | 99.78 | 150.14 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 139 | 0 | 0.83 | 0.34 | 0.17 | 324.75 | 0.72 | 0.48 |
| Hex | D4 | 23 | 8B | 0 | 53 | 22 | 11 | 145 | 48 | 30 |
| Octal | 324 | 43 | 213 | 0 | 123 | 42 | 21 | 505 | 110 | 60 |
| Binary | 11010100 | 100011 | 10001011 | 0 | 1010011 | 100010 | 10001 | 101000101 | 1001000 | 110000 |
Color Harmonies of #D4238B
Complementary color
Monochromatic Colors of #D4238B
Black with #D4238B
Text Example
Text Example
White with #D4238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4238B; }
p { color: rgb(212,35,139); }
H1.HeaderClassName
{
color: #D4238B;
}
.AnyTagClassName
{
color: #D4238B;
}
</style>
background-color css
<style>
a { background-color: #D4238B; }
a { background-color: rgb(212,35,139); }
div.DivClassName
{
background-color: #D4238B;
}
.BgClassName
{
background-color: #D4238B;
}
</style>
border-color css
<style>
span { border-color: #D4238B; }
span { border-color: rgb(212,35,139); }
td.TdClassName
{
border-color: #D4238B;
}
.TagClassName
{
border-color: #D4238B;
}
</style>