Shades of Deep Cerise #D4387D
Tints of Deep Cerise #D4387D
RGB
CMYK
RGB Variations
Color information
#D4387D (or 0xD4387D) is known color: Deep Cerise. HEX triplet: D4, 38 and 7D. RGB value is (212,56,125). Sum of RGB (Red+Green+Blue) = 212+56+125=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4387D is #2BC782. Grayscale: #6E6E6E. Windows color (decimal): -2869123 or 8206548. OLE color: 8206548.
HSL color Cylindrical-coordinate representation of color #D4387D: hue angle of 333.46º 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 #D4387D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 125 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.17 |
| HSL | 333.46º | 0.64% | 0.53% | - |
| HSV(B) | 333.46º | 0.74% | 0.83% | - |
| XYZ | 32.27 | 18.31 | 21.23 | - |
| YUV | 110.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 125 | 0 | 0.74 | 0.41 | 0.17 | 333.46 | 0.64 | 0.53 |
| Hex | D4 | 38 | 7D | 0 | 4A | 29 | 11 | 14D | 40 | 35 |
| Octal | 324 | 70 | 175 | 0 | 112 | 51 | 21 | 515 | 100 | 65 |
| Binary | 11010100 | 111000 | 1111101 | 0 | 1001010 | 101001 | 10001 | 101001101 | 1000000 | 110101 |
Color Harmonies of #D4387D
Complementary color
Monochromatic Colors of #D4387D
Black with #D4387D
Text Example
Text Example
White with #D4387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4387D; }
p { color: rgb(212,56,125); }
H1.HeaderClassName
{
color: #D4387D;
}
.AnyTagClassName
{
color: #D4387D;
}
</style>
background-color css
<style>
a { background-color: #D4387D; }
a { background-color: rgb(212,56,125); }
div.DivClassName
{
background-color: #D4387D;
}
.BgClassName
{
background-color: #D4387D;
}
</style>
border-color css
<style>
span { border-color: #D4387D; }
span { border-color: rgb(212,56,125); }
td.TdClassName
{
border-color: #D4387D;
}
.TagClassName
{
border-color: #D4387D;
}
</style>