Shades of Deep Cerise #D4379B
Tints of Deep Cerise #D4379B
RGB
CMYK
RGB Variations
Color information
#D4379B (or 0xD4379B) is known color: Deep Cerise. HEX triplet: D4, 37 and 9B. RGB value is (212,55,155). Sum of RGB (Red+Green+Blue) = 212+55+155=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 55 (21.88% from 255 or 13.03% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4379B is #2BC864. Grayscale: #717171. Windows color (decimal): -2869349 or 10172372. OLE color: 10172372.
HSL color Cylindrical-coordinate representation of color #D4379B: hue angle of 321.78º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4379B is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 155 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.17 |
| HSL | 321.78º | 0.65% | 0.52% | - |
| HSV(B) | 321.78º | 0.74% | 0.83% | - |
| XYZ | 34.43 | 19.1 | 32.88 | - |
| YUV | 113.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 155 | 0 | 0.74 | 0.27 | 0.17 | 321.78 | 0.65 | 0.52 |
| Hex | D4 | 37 | 9B | 0 | 4A | 1B | 11 | 142 | 41 | 34 |
| Octal | 324 | 67 | 233 | 0 | 112 | 33 | 21 | 502 | 101 | 64 |
| Binary | 11010100 | 110111 | 10011011 | 0 | 1001010 | 11011 | 10001 | 101000010 | 1000001 | 110100 |
Color Harmonies of #D4379B
Complementary color
Monochromatic Colors of #D4379B
Black with #D4379B
Text Example
Text Example
White with #D4379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4379B; }
p { color: rgb(212,55,155); }
H1.HeaderClassName
{
color: #D4379B;
}
.AnyTagClassName
{
color: #D4379B;
}
</style>
background-color css
<style>
a { background-color: #D4379B; }
a { background-color: rgb(212,55,155); }
div.DivClassName
{
background-color: #D4379B;
}
.BgClassName
{
background-color: #D4379B;
}
</style>
border-color css
<style>
span { border-color: #D4379B; }
span { border-color: rgb(212,55,155); }
td.TdClassName
{
border-color: #D4379B;
}
.TagClassName
{
border-color: #D4379B;
}
</style>