Shades of Deep Cerise #D43790
Tints of Deep Cerise #D43790
RGB
CMYK
RGB Variations
Color information
#D43790 (or 0xD43790) is known color: Deep Cerise. HEX triplet: D4, 37 and 90. RGB value is (212,55,144). Sum of RGB (Red+Green+Blue) = 212+55+144=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D43790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43790 is #2BC86F. Grayscale: #6F6F6F. Windows color (decimal): -2869360 or 9451476. OLE color: 9451476.
HSL color Cylindrical-coordinate representation of color #D43790: hue angle of 325.99º 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 #D43790 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 144 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.17 |
| HSL | 325.99º | 0.65% | 0.52% | - |
| HSV(B) | 325.99º | 0.74% | 0.83% | - |
| XYZ | 33.55 | 18.74 | 28.23 | - |
| YUV | 112.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 144 | 0 | 0.74 | 0.32 | 0.17 | 325.99 | 0.65 | 0.52 |
| Hex | D4 | 37 | 90 | 0 | 4A | 20 | 11 | 146 | 41 | 34 |
| Octal | 324 | 67 | 220 | 0 | 112 | 40 | 21 | 506 | 101 | 64 |
| Binary | 11010100 | 110111 | 10010000 | 0 | 1001010 | 100000 | 10001 | 101000110 | 1000001 | 110100 |
Color Harmonies of #D43790
Complementary color
Monochromatic Colors of #D43790
Black with #D43790
Text Example
Text Example
White with #D43790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43790; }
p { color: rgb(212,55,144); }
H1.HeaderClassName
{
color: #D43790;
}
.AnyTagClassName
{
color: #D43790;
}
</style>
background-color css
<style>
a { background-color: #D43790; }
a { background-color: rgb(212,55,144); }
div.DivClassName
{
background-color: #D43790;
}
.BgClassName
{
background-color: #D43790;
}
</style>
border-color css
<style>
span { border-color: #D43790; }
span { border-color: rgb(212,55,144); }
td.TdClassName
{
border-color: #D43790;
}
.TagClassName
{
border-color: #D43790;
}
</style>