Shades of Deep Cerise #D4397F
Tints of Deep Cerise #D4397F
RGB
CMYK
RGB Variations
Color information
#D4397F (or 0xD4397F) is known color: Deep Cerise. HEX triplet: D4, 39 and 7F. RGB value is (212,57,127). Sum of RGB (Red+Green+Blue) = 212+57+127=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D4397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4397F is #2BC680. Grayscale: #6F6F6F. Windows color (decimal): -2868865 or 8337876. OLE color: 8337876.
HSL color Cylindrical-coordinate representation of color #D4397F: hue angle of 332.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4397F is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 127 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.17 |
| HSL | 332.9º | 0.64% | 0.53% | - |
| HSV(B) | 332.9º | 0.73% | 0.83% | - |
| XYZ | 32.45 | 18.46 | 21.93 | - |
| YUV | 111.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 127 | 0 | 0.73 | 0.40 | 0.17 | 332.9 | 0.64 | 0.53 |
| Hex | D4 | 39 | 7F | 0 | 49 | 28 | 11 | 14D | 40 | 35 |
| Octal | 324 | 71 | 177 | 0 | 111 | 50 | 21 | 515 | 100 | 65 |
| Binary | 11010100 | 111001 | 1111111 | 0 | 1001001 | 101000 | 10001 | 101001101 | 1000000 | 110101 |
Color Harmonies of #D4397F
Complementary color
Monochromatic Colors of #D4397F
Black with #D4397F
Text Example
Text Example
White with #D4397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4397F; }
p { color: rgb(212,57,127); }
H1.HeaderClassName
{
color: #D4397F;
}
.AnyTagClassName
{
color: #D4397F;
}
</style>
background-color css
<style>
a { background-color: #D4397F; }
a { background-color: rgb(212,57,127); }
div.DivClassName
{
background-color: #D4397F;
}
.BgClassName
{
background-color: #D4397F;
}
</style>
border-color css
<style>
span { border-color: #D4397F; }
span { border-color: rgb(212,57,127); }
td.TdClassName
{
border-color: #D4397F;
}
.TagClassName
{
border-color: #D4397F;
}
</style>