Shades of Deep Cerise #D4408C
Tints of Deep Cerise #D4408C
RGB
CMYK
RGB Variations
Color information
#D4408C (or 0xD4408C) is known color: Deep Cerise. HEX triplet: D4, 40 and 8C. RGB value is (212,64,140). Sum of RGB (Red+Green+Blue) = 212+64+140=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4408C is #2BBF73. Grayscale: #747474. Windows color (decimal): -2867060 or 9191636. OLE color: 9191636.
HSL color Cylindrical-coordinate representation of color #D4408C: hue angle of 329.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4408C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 140 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.17 |
| HSL | 329.19º | 0.63% | 0.54% | - |
| HSV(B) | 329.19º | 0.7% | 0.83% | - |
| XYZ | 33.72 | 19.56 | 26.81 | - |
| YUV | 116.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 140 | 0 | 0.70 | 0.34 | 0.17 | 329.19 | 0.63 | 0.54 |
| Hex | D4 | 40 | 8C | 0 | 46 | 22 | 11 | 149 | 3F | 36 |
| Octal | 324 | 100 | 214 | 0 | 106 | 42 | 21 | 511 | 77 | 66 |
| Binary | 11010100 | 1000000 | 10001100 | 0 | 1000110 | 100010 | 10001 | 101001001 | 111111 | 110110 |
Color Harmonies of #D4408C
Complementary color
Monochromatic Colors of #D4408C
Black with #D4408C
Text Example
Text Example
White with #D4408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4408C; }
p { color: rgb(212,64,140); }
H1.HeaderClassName
{
color: #D4408C;
}
.AnyTagClassName
{
color: #D4408C;
}
</style>
background-color css
<style>
a { background-color: #D4408C; }
a { background-color: rgb(212,64,140); }
div.DivClassName
{
background-color: #D4408C;
}
.BgClassName
{
background-color: #D4408C;
}
</style>
border-color css
<style>
span { border-color: #D4408C; }
span { border-color: rgb(212,64,140); }
td.TdClassName
{
border-color: #D4408C;
}
.TagClassName
{
border-color: #D4408C;
}
</style>