Shades of Deep Cerise #D43385
Tints of Deep Cerise #D43385
RGB
CMYK
RGB Variations
Color information
#D43385 (or 0xD43385) is known color: Deep Cerise. HEX triplet: D4, 33 and 85. RGB value is (212,51,133). Sum of RGB (Red+Green+Blue) = 212+51+133=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D43385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43385 is #2BCC7A. Grayscale: #6C6C6C. Windows color (decimal): -2870395 or 8729556. OLE color: 8729556.
HSL color Cylindrical-coordinate representation of color #D43385: hue angle of 329.44º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43385 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 133 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.17 |
| HSL | 329.44º | 0.65% | 0.52% | - |
| HSV(B) | 329.44º | 0.76% | 0.83% | - |
| XYZ | 32.57 | 18.06 | 23.96 | - |
| YUV | 108.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 133 | 0 | 0.76 | 0.37 | 0.17 | 329.44 | 0.65 | 0.52 |
| Hex | D4 | 33 | 85 | 0 | 4C | 25 | 11 | 149 | 41 | 34 |
| Octal | 324 | 63 | 205 | 0 | 114 | 45 | 21 | 511 | 101 | 64 |
| Binary | 11010100 | 110011 | 10000101 | 0 | 1001100 | 100101 | 10001 | 101001001 | 1000001 | 110100 |
Color Harmonies of #D43385
Complementary color
Monochromatic Colors of #D43385
Black with #D43385
Text Example
Text Example
White with #D43385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43385; }
p { color: rgb(212,51,133); }
H1.HeaderClassName
{
color: #D43385;
}
.AnyTagClassName
{
color: #D43385;
}
</style>
background-color css
<style>
a { background-color: #D43385; }
a { background-color: rgb(212,51,133); }
div.DivClassName
{
background-color: #D43385;
}
.BgClassName
{
background-color: #D43385;
}
</style>
border-color css
<style>
span { border-color: #D43385; }
span { border-color: rgb(212,51,133); }
td.TdClassName
{
border-color: #D43385;
}
.TagClassName
{
border-color: #D43385;
}
</style>