Shades of Deep Cerise #D4377A
Tints of Deep Cerise #D4377A
RGB
CMYK
RGB Variations
Color information
#D4377A (or 0xD4377A) is known color: Deep Cerise. HEX triplet: D4, 37 and 7A. RGB value is (212,55,122). Sum of RGB (Red+Green+Blue) = 212+55+122=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4377A is #2BC885. Grayscale: #6D6D6D. Windows color (decimal): -2869382 or 8009684. OLE color: 8009684.
HSL color Cylindrical-coordinate representation of color #D4377A: hue angle of 334.39º 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 #D4377A is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 122 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.17 |
| HSL | 334.39º | 0.65% | 0.52% | - |
| HSV(B) | 334.39º | 0.74% | 0.83% | - |
| XYZ | 32.03 | 18.13 | 20.22 | - |
| YUV | 109.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 122 | 0 | 0.74 | 0.42 | 0.17 | 334.39 | 0.65 | 0.52 |
| Hex | D4 | 37 | 7A | 0 | 4A | 2A | 11 | 14E | 41 | 34 |
| Octal | 324 | 67 | 172 | 0 | 112 | 52 | 21 | 516 | 101 | 64 |
| Binary | 11010100 | 110111 | 1111010 | 0 | 1001010 | 101010 | 10001 | 101001110 | 1000001 | 110100 |
Color Harmonies of #D4377A
Complementary color
Monochromatic Colors of #D4377A
Black with #D4377A
Text Example
Text Example
White with #D4377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4377A; }
p { color: rgb(212,55,122); }
H1.HeaderClassName
{
color: #D4377A;
}
.AnyTagClassName
{
color: #D4377A;
}
</style>
background-color css
<style>
a { background-color: #D4377A; }
a { background-color: rgb(212,55,122); }
div.DivClassName
{
background-color: #D4377A;
}
.BgClassName
{
background-color: #D4377A;
}
</style>
border-color css
<style>
span { border-color: #D4377A; }
span { border-color: rgb(212,55,122); }
td.TdClassName
{
border-color: #D4377A;
}
.TagClassName
{
border-color: #D4377A;
}
</style>