Shades of Deep Cerise #D43585
Tints of Deep Cerise #D43585
RGB
CMYK
RGB Variations
Color information
#D43585 (or 0xD43585) is known color: Deep Cerise. HEX triplet: D4, 35 and 85. RGB value is (212,53,133). Sum of RGB (Red+Green+Blue) = 212+53+133=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D43585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43585 is #2BCA7A. Grayscale: #6D6D6D. Windows color (decimal): -2869883 or 8730068. OLE color: 8730068.
HSL color Cylindrical-coordinate representation of color #D43585: hue angle of 329.81º 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 #D43585 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 133 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.17 |
| HSL | 329.81º | 0.65% | 0.52% | - |
| HSV(B) | 329.81º | 0.75% | 0.83% | - |
| XYZ | 32.66 | 18.24 | 23.99 | - |
| YUV | 109.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 133 | 0 | 0.75 | 0.37 | 0.17 | 329.81 | 0.65 | 0.52 |
| Hex | D4 | 35 | 85 | 0 | 4B | 25 | 11 | 14A | 41 | 34 |
| Octal | 324 | 65 | 205 | 0 | 113 | 45 | 21 | 512 | 101 | 64 |
| Binary | 11010100 | 110101 | 10000101 | 0 | 1001011 | 100101 | 10001 | 101001010 | 1000001 | 110100 |
Color Harmonies of #D43585
Complementary color
Monochromatic Colors of #D43585
Black with #D43585
Text Example
Text Example
White with #D43585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43585; }
p { color: rgb(212,53,133); }
H1.HeaderClassName
{
color: #D43585;
}
.AnyTagClassName
{
color: #D43585;
}
</style>
background-color css
<style>
a { background-color: #D43585; }
a { background-color: rgb(212,53,133); }
div.DivClassName
{
background-color: #D43585;
}
.BgClassName
{
background-color: #D43585;
}
</style>
border-color css
<style>
span { border-color: #D43585; }
span { border-color: rgb(212,53,133); }
td.TdClassName
{
border-color: #D43585;
}
.TagClassName
{
border-color: #D43585;
}
</style>