Shades of Deep Cerise #D4377D
Tints of Deep Cerise #D4377D
RGB
CMYK
RGB Variations
Color information
#D4377D (or 0xD4377D) is known color: Deep Cerise. HEX triplet: D4, 37 and 7D. RGB value is (212,55,125). Sum of RGB (Red+Green+Blue) = 212+55+125=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4377D is #2BC882. Grayscale: #6D6D6D. Windows color (decimal): -2869379 or 8206292. OLE color: 8206292.
HSL color Cylindrical-coordinate representation of color #D4377D: hue angle of 333.25º 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 #D4377D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 125 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.17 |
| HSL | 333.25º | 0.65% | 0.52% | - |
| HSV(B) | 333.25º | 0.74% | 0.83% | - |
| XYZ | 32.22 | 18.21 | 21.22 | - |
| YUV | 109.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 125 | 0 | 0.74 | 0.41 | 0.17 | 333.25 | 0.65 | 0.52 |
| Hex | D4 | 37 | 7D | 0 | 4A | 29 | 11 | 14D | 41 | 34 |
| Octal | 324 | 67 | 175 | 0 | 112 | 51 | 21 | 515 | 101 | 64 |
| Binary | 11010100 | 110111 | 1111101 | 0 | 1001010 | 101001 | 10001 | 101001101 | 1000001 | 110100 |
Color Harmonies of #D4377D
Complementary color
Monochromatic Colors of #D4377D
Black with #D4377D
Text Example
Text Example
White with #D4377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4377D; }
p { color: rgb(212,55,125); }
H1.HeaderClassName
{
color: #D4377D;
}
.AnyTagClassName
{
color: #D4377D;
}
</style>
background-color css
<style>
a { background-color: #D4377D; }
a { background-color: rgb(212,55,125); }
div.DivClassName
{
background-color: #D4377D;
}
.BgClassName
{
background-color: #D4377D;
}
</style>
border-color css
<style>
span { border-color: #D4377D; }
span { border-color: rgb(212,55,125); }
td.TdClassName
{
border-color: #D4377D;
}
.TagClassName
{
border-color: #D4377D;
}
</style>