Shades of Deep Cerise #D43881
Tints of Deep Cerise #D43881
RGB
CMYK
RGB Variations
Color information
#D43881 (or 0xD43881) is known color: Deep Cerise. HEX triplet: D4, 38 and 81. RGB value is (212,56,129). Sum of RGB (Red+Green+Blue) = 212+56+129=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D43881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43881 is #2BC77E. Grayscale: #6E6E6E. Windows color (decimal): -2869119 or 8468692. OLE color: 8468692.
HSL color Cylindrical-coordinate representation of color #D43881: hue angle of 331.92º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43881 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 129 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.17 |
| HSL | 331.92º | 0.64% | 0.53% | - |
| HSV(B) | 331.92º | 0.74% | 0.83% | - |
| XYZ | 32.53 | 18.41 | 22.61 | - |
| YUV | 110.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 129 | 0 | 0.74 | 0.39 | 0.17 | 331.92 | 0.64 | 0.53 |
| Hex | D4 | 38 | 81 | 0 | 4A | 27 | 11 | 14C | 40 | 35 |
| Octal | 324 | 70 | 201 | 0 | 112 | 47 | 21 | 514 | 100 | 65 |
| Binary | 11010100 | 111000 | 10000001 | 0 | 1001010 | 100111 | 10001 | 101001100 | 1000000 | 110101 |
Color Harmonies of #D43881
Complementary color
Monochromatic Colors of #D43881
Black with #D43881
Text Example
Text Example
White with #D43881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43881; }
p { color: rgb(212,56,129); }
H1.HeaderClassName
{
color: #D43881;
}
.AnyTagClassName
{
color: #D43881;
}
</style>
background-color css
<style>
a { background-color: #D43881; }
a { background-color: rgb(212,56,129); }
div.DivClassName
{
background-color: #D43881;
}
.BgClassName
{
background-color: #D43881;
}
</style>
border-color css
<style>
span { border-color: #D43881; }
span { border-color: rgb(212,56,129); }
td.TdClassName
{
border-color: #D43881;
}
.TagClassName
{
border-color: #D43881;
}
</style>