Shades of Deep Cerise #D43685
Tints of Deep Cerise #D43685
RGB
CMYK
RGB Variations
Color information
#D43685 (or 0xD43685) is known color: Deep Cerise. HEX triplet: D4, 36 and 85. RGB value is (212,54,133). Sum of RGB (Red+Green+Blue) = 212+54+133=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D43685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43685 is #2BC97A. Grayscale: #6E6E6E. Windows color (decimal): -2869627 or 8730324. OLE color: 8730324.
HSL color Cylindrical-coordinate representation of color #D43685: hue angle of 330º 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 #D43685 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 133 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.17 |
| HSL | 330º | 0.65% | 0.52% | - |
| HSV(B) | 330º | 0.75% | 0.83% | - |
| XYZ | 32.7 | 18.33 | 24 | - |
| YUV | 110.25 | 140.85 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 133 | 0 | 0.75 | 0.37 | 0.17 | 330 | 0.65 | 0.52 |
| Hex | D4 | 36 | 85 | 0 | 4B | 25 | 11 | 14A | 41 | 34 |
| Octal | 324 | 66 | 205 | 0 | 113 | 45 | 21 | 512 | 101 | 64 |
| Binary | 11010100 | 110110 | 10000101 | 0 | 1001011 | 100101 | 10001 | 101001010 | 1000001 | 110100 |
Color Harmonies of #D43685
Complementary color
Monochromatic Colors of #D43685
Black with #D43685
Text Example
Text Example
White with #D43685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43685; }
p { color: rgb(212,54,133); }
H1.HeaderClassName
{
color: #D43685;
}
.AnyTagClassName
{
color: #D43685;
}
</style>
background-color css
<style>
a { background-color: #D43685; }
a { background-color: rgb(212,54,133); }
div.DivClassName
{
background-color: #D43685;
}
.BgClassName
{
background-color: #D43685;
}
</style>
border-color css
<style>
span { border-color: #D43685; }
span { border-color: rgb(212,54,133); }
td.TdClassName
{
border-color: #D43685;
}
.TagClassName
{
border-color: #D43685;
}
</style>