Shades of Deep Cerise #D43398
Tints of Deep Cerise #D43398
RGB
CMYK
RGB Variations
Color information
#D43398 (or 0xD43398) is known color: Deep Cerise. HEX triplet: D4, 33 and 98. RGB value is (212,51,152). Sum of RGB (Red+Green+Blue) = 212+51+152=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 51 (20.31% from 255 or 12.29% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D43398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43398 is #2BCC67. Grayscale: #6E6E6E. Windows color (decimal): -2870376 or 9974740. OLE color: 9974740.
HSL color Cylindrical-coordinate representation of color #D43398: hue angle of 322.36º 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 #D43398 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 152 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.17 |
| HSL | 322.36º | 0.65% | 0.52% | - |
| HSV(B) | 322.36º | 0.76% | 0.83% | - |
| XYZ | 34 | 18.63 | 31.51 | - |
| YUV | 110.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 152 | 0 | 0.76 | 0.28 | 0.17 | 322.36 | 0.65 | 0.52 |
| Hex | D4 | 33 | 98 | 0 | 4C | 1C | 11 | 142 | 41 | 34 |
| Octal | 324 | 63 | 230 | 0 | 114 | 34 | 21 | 502 | 101 | 64 |
| Binary | 11010100 | 110011 | 10011000 | 0 | 1001100 | 11100 | 10001 | 101000010 | 1000001 | 110100 |
Color Harmonies of #D43398
Complementary color
Monochromatic Colors of #D43398
Black with #D43398
Text Example
Text Example
White with #D43398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43398; }
p { color: rgb(212,51,152); }
H1.HeaderClassName
{
color: #D43398;
}
.AnyTagClassName
{
color: #D43398;
}
</style>
background-color css
<style>
a { background-color: #D43398; }
a { background-color: rgb(212,51,152); }
div.DivClassName
{
background-color: #D43398;
}
.BgClassName
{
background-color: #D43398;
}
</style>
border-color css
<style>
span { border-color: #D43398; }
span { border-color: rgb(212,51,152); }
td.TdClassName
{
border-color: #D43398;
}
.TagClassName
{
border-color: #D43398;
}
</style>