Shades of Deep Cerise #D4357F
Tints of Deep Cerise #D4357F
RGB
CMYK
RGB Variations
Color information
#D4357F (or 0xD4357F) is known color: Deep Cerise. HEX triplet: D4, 35 and 7F. RGB value is (212,53,127). Sum of RGB (Red+Green+Blue) = 212+53+127=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4357F is #2BCA80. Grayscale: #6C6C6C. Windows color (decimal): -2869889 or 8336852. OLE color: 8336852.
HSL color Cylindrical-coordinate representation of color #D4357F: hue angle of 332.08º 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 #D4357F is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 127 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.17 |
| HSL | 332.08º | 0.65% | 0.52% | - |
| HSV(B) | 332.08º | 0.75% | 0.83% | - |
| XYZ | 32.26 | 18.08 | 21.87 | - |
| YUV | 108.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 127 | 0 | 0.75 | 0.40 | 0.17 | 332.08 | 0.65 | 0.52 |
| Hex | D4 | 35 | 7F | 0 | 4B | 28 | 11 | 14C | 41 | 34 |
| Octal | 324 | 65 | 177 | 0 | 113 | 50 | 21 | 514 | 101 | 64 |
| Binary | 11010100 | 110101 | 1111111 | 0 | 1001011 | 101000 | 10001 | 101001100 | 1000001 | 110100 |
Color Harmonies of #D4357F
Complementary color
Monochromatic Colors of #D4357F
Black with #D4357F
Text Example
Text Example
White with #D4357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4357F; }
p { color: rgb(212,53,127); }
H1.HeaderClassName
{
color: #D4357F;
}
.AnyTagClassName
{
color: #D4357F;
}
</style>
background-color css
<style>
a { background-color: #D4357F; }
a { background-color: rgb(212,53,127); }
div.DivClassName
{
background-color: #D4357F;
}
.BgClassName
{
background-color: #D4357F;
}
</style>
border-color css
<style>
span { border-color: #D4357F; }
span { border-color: rgb(212,53,127); }
td.TdClassName
{
border-color: #D4357F;
}
.TagClassName
{
border-color: #D4357F;
}
</style>