Shades of Deep Cerise #D43486
Tints of Deep Cerise #D43486
RGB
CMYK
RGB Variations
Color information
#D43486 (or 0xD43486) is known color: Deep Cerise. HEX triplet: D4, 34 and 86. RGB value is (212,52,134). Sum of RGB (Red+Green+Blue) = 212+52+134=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D43486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43486 is #2BCB79. Grayscale: #6D6D6D. Windows color (decimal): -2870138 or 8795348. OLE color: 8795348.
HSL color Cylindrical-coordinate representation of color #D43486: hue angle of 329.25º 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 #D43486 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 134 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.17 |
| HSL | 329.25º | 0.65% | 0.52% | - |
| HSV(B) | 329.25º | 0.75% | 0.83% | - |
| XYZ | 32.68 | 18.17 | 24.34 | - |
| YUV | 109.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 134 | 0 | 0.75 | 0.37 | 0.17 | 329.25 | 0.65 | 0.52 |
| Hex | D4 | 34 | 86 | 0 | 4B | 25 | 11 | 149 | 41 | 34 |
| Octal | 324 | 64 | 206 | 0 | 113 | 45 | 21 | 511 | 101 | 64 |
| Binary | 11010100 | 110100 | 10000110 | 0 | 1001011 | 100101 | 10001 | 101001001 | 1000001 | 110100 |
Color Harmonies of #D43486
Complementary color
Monochromatic Colors of #D43486
Black with #D43486
Text Example
Text Example
White with #D43486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43486; }
p { color: rgb(212,52,134); }
H1.HeaderClassName
{
color: #D43486;
}
.AnyTagClassName
{
color: #D43486;
}
</style>
background-color css
<style>
a { background-color: #D43486; }
a { background-color: rgb(212,52,134); }
div.DivClassName
{
background-color: #D43486;
}
.BgClassName
{
background-color: #D43486;
}
</style>
border-color css
<style>
span { border-color: #D43486; }
span { border-color: rgb(212,52,134); }
td.TdClassName
{
border-color: #D43486;
}
.TagClassName
{
border-color: #D43486;
}
</style>