Shades of Deep Cerise #D43791
Tints of Deep Cerise #D43791
RGB
CMYK
RGB Variations
Color information
#D43791 (or 0xD43791) is known color: Deep Cerise. HEX triplet: D4, 37 and 91. RGB value is (212,55,145). Sum of RGB (Red+Green+Blue) = 212+55+145=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D43791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43791 is #2BC86E. Grayscale: #6F6F6F. Windows color (decimal): -2869359 or 9517012. OLE color: 9517012.
HSL color Cylindrical-coordinate representation of color #D43791: hue angle of 325.61º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43791 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 145 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.17 |
| HSL | 325.61º | 0.65% | 0.52% | - |
| HSV(B) | 325.61º | 0.74% | 0.83% | - |
| XYZ | 33.63 | 18.77 | 28.64 | - |
| YUV | 112.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 145 | 0 | 0.74 | 0.32 | 0.17 | 325.61 | 0.65 | 0.52 |
| Hex | D4 | 37 | 91 | 0 | 4A | 20 | 11 | 146 | 41 | 34 |
| Octal | 324 | 67 | 221 | 0 | 112 | 40 | 21 | 506 | 101 | 64 |
| Binary | 11010100 | 110111 | 10010001 | 0 | 1001010 | 100000 | 10001 | 101000110 | 1000001 | 110100 |
Color Harmonies of #D43791
Complementary color
Monochromatic Colors of #D43791
Black with #D43791
Text Example
Text Example
White with #D43791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43791; }
p { color: rgb(212,55,145); }
H1.HeaderClassName
{
color: #D43791;
}
.AnyTagClassName
{
color: #D43791;
}
</style>
background-color css
<style>
a { background-color: #D43791; }
a { background-color: rgb(212,55,145); }
div.DivClassName
{
background-color: #D43791;
}
.BgClassName
{
background-color: #D43791;
}
</style>
border-color css
<style>
span { border-color: #D43791; }
span { border-color: rgb(212,55,145); }
td.TdClassName
{
border-color: #D43791;
}
.TagClassName
{
border-color: #D43791;
}
</style>