Shades of Deep Cerise #D4388F
Tints of Deep Cerise #D4388F
RGB
CMYK
RGB Variations
Color information
#D4388F (or 0xD4388F) is known color: Deep Cerise. HEX triplet: D4, 38 and 8F. RGB value is (212,56,143). Sum of RGB (Red+Green+Blue) = 212+56+143=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D4388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4388F is #2BC770. Grayscale: #707070. Windows color (decimal): -2869105 or 9386196. OLE color: 9386196.
HSL color Cylindrical-coordinate representation of color #D4388F: hue angle of 326.54º 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 #D4388F is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 143 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.17 |
| HSL | 326.54º | 0.64% | 0.53% | - |
| HSV(B) | 326.54º | 0.74% | 0.83% | - |
| XYZ | 33.52 | 18.81 | 27.85 | - |
| YUV | 112.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 143 | 0 | 0.74 | 0.33 | 0.17 | 326.54 | 0.64 | 0.53 |
| Hex | D4 | 38 | 8F | 0 | 4A | 21 | 11 | 147 | 40 | 35 |
| Octal | 324 | 70 | 217 | 0 | 112 | 41 | 21 | 507 | 100 | 65 |
| Binary | 11010100 | 111000 | 10001111 | 0 | 1001010 | 100001 | 10001 | 101000111 | 1000000 | 110101 |
Color Harmonies of #D4388F
Complementary color
Monochromatic Colors of #D4388F
Black with #D4388F
Text Example
Text Example
White with #D4388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4388F; }
p { color: rgb(212,56,143); }
H1.HeaderClassName
{
color: #D4388F;
}
.AnyTagClassName
{
color: #D4388F;
}
</style>
background-color css
<style>
a { background-color: #D4388F; }
a { background-color: rgb(212,56,143); }
div.DivClassName
{
background-color: #D4388F;
}
.BgClassName
{
background-color: #D4388F;
}
</style>
border-color css
<style>
span { border-color: #D4388F; }
span { border-color: rgb(212,56,143); }
td.TdClassName
{
border-color: #D4388F;
}
.TagClassName
{
border-color: #D4388F;
}
</style>