Shades of Deep Cerise #D4359E
Tints of Deep Cerise #D4359E
RGB
CMYK
RGB Variations
Color information
#D4359E (or 0xD4359E) is known color: Deep Cerise. HEX triplet: D4, 35 and 9E. RGB value is (212,53,158). Sum of RGB (Red+Green+Blue) = 212+53+158=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4359E is #2BCA61. Grayscale: #707070. Windows color (decimal): -2869858 or 10368468. OLE color: 10368468.
HSL color Cylindrical-coordinate representation of color #D4359E: hue angle of 320.38º 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 #D4359E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 158 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.17 |
| HSL | 320.38º | 0.65% | 0.52% | - |
| HSV(B) | 320.38º | 0.75% | 0.83% | - |
| XYZ | 34.6 | 19.01 | 34.19 | - |
| YUV | 112.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 158 | 0 | 0.75 | 0.25 | 0.17 | 320.38 | 0.65 | 0.52 |
| Hex | D4 | 35 | 9E | 0 | 4B | 19 | 11 | 140 | 41 | 34 |
| Octal | 324 | 65 | 236 | 0 | 113 | 31 | 21 | 500 | 101 | 64 |
| Binary | 11010100 | 110101 | 10011110 | 0 | 1001011 | 11001 | 10001 | 101000000 | 1000001 | 110100 |
Color Harmonies of #D4359E
Complementary color
Monochromatic Colors of #D4359E
Black with #D4359E
Text Example
Text Example
White with #D4359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4359E; }
p { color: rgb(212,53,158); }
H1.HeaderClassName
{
color: #D4359E;
}
.AnyTagClassName
{
color: #D4359E;
}
</style>
background-color css
<style>
a { background-color: #D4359E; }
a { background-color: rgb(212,53,158); }
div.DivClassName
{
background-color: #D4359E;
}
.BgClassName
{
background-color: #D4359E;
}
</style>
border-color css
<style>
span { border-color: #D4359E; }
span { border-color: rgb(212,53,158); }
td.TdClassName
{
border-color: #D4359E;
}
.TagClassName
{
border-color: #D4359E;
}
</style>