Shades of Deep Cerise #D4359F
Tints of Deep Cerise #D4359F
RGB
CMYK
RGB Variations
Color information
#D4359F (or 0xD4359F) is known color: Deep Cerise. HEX triplet: D4, 35 and 9F. RGB value is (212,53,159). Sum of RGB (Red+Green+Blue) = 212+53+159=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4359F is #2BCA60. Grayscale: #707070. Windows color (decimal): -2869857 or 10434004. OLE color: 10434004.
HSL color Cylindrical-coordinate representation of color #D4359F: hue angle of 320º 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 #D4359F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 159 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.17 |
| HSL | 320º | 0.65% | 0.52% | - |
| HSV(B) | 320º | 0.75% | 0.83% | - |
| XYZ | 34.68 | 19.05 | 34.65 | - |
| YUV | 112.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 159 | 0 | 0.75 | 0.25 | 0.17 | 320 | 0.65 | 0.52 |
| Hex | D4 | 35 | 9F | 0 | 4B | 19 | 11 | 140 | 41 | 34 |
| Octal | 324 | 65 | 237 | 0 | 113 | 31 | 21 | 500 | 101 | 64 |
| Binary | 11010100 | 110101 | 10011111 | 0 | 1001011 | 11001 | 10001 | 101000000 | 1000001 | 110100 |
Color Harmonies of #D4359F
Complementary color
Monochromatic Colors of #D4359F
Black with #D4359F
Text Example
Text Example
White with #D4359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4359F; }
p { color: rgb(212,53,159); }
H1.HeaderClassName
{
color: #D4359F;
}
.AnyTagClassName
{
color: #D4359F;
}
</style>
background-color css
<style>
a { background-color: #D4359F; }
a { background-color: rgb(212,53,159); }
div.DivClassName
{
background-color: #D4359F;
}
.BgClassName
{
background-color: #D4359F;
}
</style>
border-color css
<style>
span { border-color: #D4359F; }
span { border-color: rgb(212,53,159); }
td.TdClassName
{
border-color: #D4359F;
}
.TagClassName
{
border-color: #D4359F;
}
</style>