Shades of Deep Cerise #D4367A
Tints of Deep Cerise #D4367A
RGB
CMYK
RGB Variations
Color information
#D4367A (or 0xD4367A) is known color: Deep Cerise. HEX triplet: D4, 36 and 7A. RGB value is (212,54,122). Sum of RGB (Red+Green+Blue) = 212+54+122=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4367A is #2BC985. Grayscale: #6C6C6C. Windows color (decimal): -2869638 or 8009428. OLE color: 8009428.
HSL color Cylindrical-coordinate representation of color #D4367A: hue angle of 334.18º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4367A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 122 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.17 |
| HSL | 334.18º | 0.65% | 0.52% | - |
| HSV(B) | 334.18º | 0.75% | 0.83% | - |
| XYZ | 31.98 | 18.04 | 20.21 | - |
| YUV | 108.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 122 | 0 | 0.75 | 0.42 | 0.17 | 334.18 | 0.65 | 0.52 |
| Hex | D4 | 36 | 7A | 0 | 4B | 2A | 11 | 14E | 41 | 34 |
| Octal | 324 | 66 | 172 | 0 | 113 | 52 | 21 | 516 | 101 | 64 |
| Binary | 11010100 | 110110 | 1111010 | 0 | 1001011 | 101010 | 10001 | 101001110 | 1000001 | 110100 |
Color Harmonies of #D4367A
Complementary color
Monochromatic Colors of #D4367A
Black with #D4367A
Text Example
Text Example
White with #D4367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4367A; }
p { color: rgb(212,54,122); }
H1.HeaderClassName
{
color: #D4367A;
}
.AnyTagClassName
{
color: #D4367A;
}
</style>
background-color css
<style>
a { background-color: #D4367A; }
a { background-color: rgb(212,54,122); }
div.DivClassName
{
background-color: #D4367A;
}
.BgClassName
{
background-color: #D4367A;
}
</style>
border-color css
<style>
span { border-color: #D4367A; }
span { border-color: rgb(212,54,122); }
td.TdClassName
{
border-color: #D4367A;
}
.TagClassName
{
border-color: #D4367A;
}
</style>