Shades of Deep Cerise #D43698
Tints of Deep Cerise #D43698
RGB
CMYK
RGB Variations
Color information
#D43698 (or 0xD43698) is known color: Deep Cerise. HEX triplet: D4, 36 and 98. RGB value is (212,54,152). Sum of RGB (Red+Green+Blue) = 212+54+152=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D43698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43698 is #2BC967. Grayscale: #707070. Windows color (decimal): -2869608 or 9975508. OLE color: 9975508.
HSL color Cylindrical-coordinate representation of color #D43698: hue angle of 322.78º 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 #D43698 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 152 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.17 |
| HSL | 322.78º | 0.65% | 0.52% | - |
| HSV(B) | 322.78º | 0.75% | 0.83% | - |
| XYZ | 34.14 | 18.9 | 31.56 | - |
| YUV | 112.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 152 | 0 | 0.75 | 0.28 | 0.17 | 322.78 | 0.65 | 0.52 |
| Hex | D4 | 36 | 98 | 0 | 4B | 1C | 11 | 143 | 41 | 34 |
| Octal | 324 | 66 | 230 | 0 | 113 | 34 | 21 | 503 | 101 | 64 |
| Binary | 11010100 | 110110 | 10011000 | 0 | 1001011 | 11100 | 10001 | 101000011 | 1000001 | 110100 |
Color Harmonies of #D43698
Complementary color
Monochromatic Colors of #D43698
Black with #D43698
Text Example
Text Example
White with #D43698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43698; }
p { color: rgb(212,54,152); }
H1.HeaderClassName
{
color: #D43698;
}
.AnyTagClassName
{
color: #D43698;
}
</style>
background-color css
<style>
a { background-color: #D43698; }
a { background-color: rgb(212,54,152); }
div.DivClassName
{
background-color: #D43698;
}
.BgClassName
{
background-color: #D43698;
}
</style>
border-color css
<style>
span { border-color: #D43698; }
span { border-color: rgb(212,54,152); }
td.TdClassName
{
border-color: #D43698;
}
.TagClassName
{
border-color: #D43698;
}
</style>