Shades of Deep Cerise #D4377E
Tints of Deep Cerise #D4377E
RGB
CMYK
RGB Variations
Color information
#D4377E (or 0xD4377E) is known color: Deep Cerise. HEX triplet: D4, 37 and 7E. RGB value is (212,55,126). Sum of RGB (Red+Green+Blue) = 212+55+126=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4377E is #2BC881. Grayscale: #6D6D6D. Windows color (decimal): -2869378 or 8271828. OLE color: 8271828.
HSL color Cylindrical-coordinate representation of color #D4377E: hue angle of 332.87º 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 #D4377E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 126 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.17 |
| HSL | 332.87º | 0.65% | 0.52% | - |
| HSV(B) | 332.87º | 0.74% | 0.83% | - |
| XYZ | 32.28 | 18.24 | 21.56 | - |
| YUV | 110.04 | 137.01 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 126 | 0 | 0.74 | 0.41 | 0.17 | 332.87 | 0.65 | 0.52 |
| Hex | D4 | 37 | 7E | 0 | 4A | 29 | 11 | 14D | 41 | 34 |
| Octal | 324 | 67 | 176 | 0 | 112 | 51 | 21 | 515 | 101 | 64 |
| Binary | 11010100 | 110111 | 1111110 | 0 | 1001010 | 101001 | 10001 | 101001101 | 1000001 | 110100 |
Color Harmonies of #D4377E
Complementary color
Monochromatic Colors of #D4377E
Black with #D4377E
Text Example
Text Example
White with #D4377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4377E; }
p { color: rgb(212,55,126); }
H1.HeaderClassName
{
color: #D4377E;
}
.AnyTagClassName
{
color: #D4377E;
}
</style>
background-color css
<style>
a { background-color: #D4377E; }
a { background-color: rgb(212,55,126); }
div.DivClassName
{
background-color: #D4377E;
}
.BgClassName
{
background-color: #D4377E;
}
</style>
border-color css
<style>
span { border-color: #D4377E; }
span { border-color: rgb(212,55,126); }
td.TdClassName
{
border-color: #D4377E;
}
.TagClassName
{
border-color: #D4377E;
}
</style>