Shades of Deep Cerise #D43588
Tints of Deep Cerise #D43588
RGB
CMYK
RGB Variations
Color information
#D43588 (or 0xD43588) is known color: Deep Cerise. HEX triplet: D4, 35 and 88. RGB value is (212,53,136). Sum of RGB (Red+Green+Blue) = 212+53+136=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D43588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43588 is #2BCA77. Grayscale: #6D6D6D. Windows color (decimal): -2869880 or 8926676. OLE color: 8926676.
HSL color Cylindrical-coordinate representation of color #D43588: hue angle of 328.68º 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 #D43588 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 136 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.17 |
| HSL | 328.68º | 0.65% | 0.52% | - |
| HSV(B) | 328.68º | 0.75% | 0.83% | - |
| XYZ | 32.87 | 18.32 | 25.1 | - |
| YUV | 110 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 136 | 0 | 0.75 | 0.36 | 0.17 | 328.68 | 0.65 | 0.52 |
| Hex | D4 | 35 | 88 | 0 | 4B | 24 | 11 | 149 | 41 | 34 |
| Octal | 324 | 65 | 210 | 0 | 113 | 44 | 21 | 511 | 101 | 64 |
| Binary | 11010100 | 110101 | 10001000 | 0 | 1001011 | 100100 | 10001 | 101001001 | 1000001 | 110100 |
Color Harmonies of #D43588
Complementary color
Monochromatic Colors of #D43588
Black with #D43588
Text Example
Text Example
White with #D43588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43588; }
p { color: rgb(212,53,136); }
H1.HeaderClassName
{
color: #D43588;
}
.AnyTagClassName
{
color: #D43588;
}
</style>
background-color css
<style>
a { background-color: #D43588; }
a { background-color: rgb(212,53,136); }
div.DivClassName
{
background-color: #D43588;
}
.BgClassName
{
background-color: #D43588;
}
</style>
border-color css
<style>
span { border-color: #D43588; }
span { border-color: rgb(212,53,136); }
td.TdClassName
{
border-color: #D43588;
}
.TagClassName
{
border-color: #D43588;
}
</style>