Shades of Deep Cerise #D4399D
Tints of Deep Cerise #D4399D
RGB
CMYK
RGB Variations
Color information
#D4399D (or 0xD4399D) is known color: Deep Cerise. HEX triplet: D4, 39 and 9D. RGB value is (212,57,157). Sum of RGB (Red+Green+Blue) = 212+57+157=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4399D is #2BC662. Grayscale: #727272. Windows color (decimal): -2868835 or 10303956. OLE color: 10303956.
HSL color Cylindrical-coordinate representation of color #D4399D: hue angle of 321.29º 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 #D4399D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 157 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.17 |
| HSL | 321.29º | 0.64% | 0.53% | - |
| HSV(B) | 321.29º | 0.73% | 0.83% | - |
| XYZ | 34.7 | 19.36 | 33.81 | - |
| YUV | 114.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 157 | 0 | 0.73 | 0.26 | 0.17 | 321.29 | 0.64 | 0.53 |
| Hex | D4 | 39 | 9D | 0 | 49 | 1A | 11 | 141 | 40 | 35 |
| Octal | 324 | 71 | 235 | 0 | 111 | 32 | 21 | 501 | 100 | 65 |
| Binary | 11010100 | 111001 | 10011101 | 0 | 1001001 | 11010 | 10001 | 101000001 | 1000000 | 110101 |
Color Harmonies of #D4399D
Complementary color
Monochromatic Colors of #D4399D
Black with #D4399D
Text Example
Text Example
White with #D4399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4399D; }
p { color: rgb(212,57,157); }
H1.HeaderClassName
{
color: #D4399D;
}
.AnyTagClassName
{
color: #D4399D;
}
</style>
background-color css
<style>
a { background-color: #D4399D; }
a { background-color: rgb(212,57,157); }
div.DivClassName
{
background-color: #D4399D;
}
.BgClassName
{
background-color: #D4399D;
}
</style>
border-color css
<style>
span { border-color: #D4399D; }
span { border-color: rgb(212,57,157); }
td.TdClassName
{
border-color: #D4399D;
}
.TagClassName
{
border-color: #D4399D;
}
</style>