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