Shades of Deep Cerise #D4369D
Tints of Deep Cerise #D4369D
RGB
CMYK
RGB Variations
Color information
#D4369D (or 0xD4369D) is known color: Deep Cerise. HEX triplet: D4, 36 and 9D. RGB value is (212,54,157). Sum of RGB (Red+Green+Blue) = 212+54+157=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4369D is #2BC962. Grayscale: #707070. Windows color (decimal): -2869603 or 10303188. OLE color: 10303188.
HSL color Cylindrical-coordinate representation of color #D4369D: hue angle of 320.89º 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 #D4369D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 157 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.17 |
| HSL | 320.89º | 0.65% | 0.52% | - |
| HSV(B) | 320.89º | 0.75% | 0.83% | - |
| XYZ | 34.56 | 19.07 | 33.76 | - |
| YUV | 112.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 157 | 0 | 0.75 | 0.26 | 0.17 | 320.89 | 0.65 | 0.52 |
| Hex | D4 | 36 | 9D | 0 | 4B | 1A | 11 | 141 | 41 | 34 |
| Octal | 324 | 66 | 235 | 0 | 113 | 32 | 21 | 501 | 101 | 64 |
| Binary | 11010100 | 110110 | 10011101 | 0 | 1001011 | 11010 | 10001 | 101000001 | 1000001 | 110100 |
Color Harmonies of #D4369D
Complementary color
Monochromatic Colors of #D4369D
Black with #D4369D
Text Example
Text Example
White with #D4369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4369D; }
p { color: rgb(212,54,157); }
H1.HeaderClassName
{
color: #D4369D;
}
.AnyTagClassName
{
color: #D4369D;
}
</style>
background-color css
<style>
a { background-color: #D4369D; }
a { background-color: rgb(212,54,157); }
div.DivClassName
{
background-color: #D4369D;
}
.BgClassName
{
background-color: #D4369D;
}
</style>
border-color css
<style>
span { border-color: #D4369D; }
span { border-color: rgb(212,54,157); }
td.TdClassName
{
border-color: #D4369D;
}
.TagClassName
{
border-color: #D4369D;
}
</style>