Shades of Deep Cerise #D4367D
Tints of Deep Cerise #D4367D
RGB
CMYK
RGB Variations
Color information
#D4367D (or 0xD4367D) is known color: Deep Cerise. HEX triplet: D4, 36 and 7D. RGB value is (212,54,125). Sum of RGB (Red+Green+Blue) = 212+54+125=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4367D is #2BC982. Grayscale: #6D6D6D. Windows color (decimal): -2869635 or 8206036. OLE color: 8206036.
HSL color Cylindrical-coordinate representation of color #D4367D: hue angle of 333.04º 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 #D4367D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 125 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.17 |
| HSL | 333.04º | 0.65% | 0.52% | - |
| HSV(B) | 333.04º | 0.75% | 0.83% | - |
| XYZ | 32.17 | 18.12 | 21.2 | - |
| YUV | 109.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 125 | 0 | 0.75 | 0.41 | 0.17 | 333.04 | 0.65 | 0.52 |
| Hex | D4 | 36 | 7D | 0 | 4B | 29 | 11 | 14D | 41 | 34 |
| Octal | 324 | 66 | 175 | 0 | 113 | 51 | 21 | 515 | 101 | 64 |
| Binary | 11010100 | 110110 | 1111101 | 0 | 1001011 | 101001 | 10001 | 101001101 | 1000001 | 110100 |
Color Harmonies of #D4367D
Complementary color
Monochromatic Colors of #D4367D
Black with #D4367D
Text Example
Text Example
White with #D4367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4367D; }
p { color: rgb(212,54,125); }
H1.HeaderClassName
{
color: #D4367D;
}
.AnyTagClassName
{
color: #D4367D;
}
</style>
background-color css
<style>
a { background-color: #D4367D; }
a { background-color: rgb(212,54,125); }
div.DivClassName
{
background-color: #D4367D;
}
.BgClassName
{
background-color: #D4367D;
}
</style>
border-color css
<style>
span { border-color: #D4367D; }
span { border-color: rgb(212,54,125); }
td.TdClassName
{
border-color: #D4367D;
}
.TagClassName
{
border-color: #D4367D;
}
</style>