Shades of Deep Cerise #D43B98
Tints of Deep Cerise #D43B98
RGB
CMYK
RGB Variations
Color information
#D43B98 (or 0xD43B98) is known color: Deep Cerise. HEX triplet: D4, 3B and 98. RGB value is (212,59,152). Sum of RGB (Red+Green+Blue) = 212+59+152=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B98 is #2BC467. Grayscale: #737373. Windows color (decimal): -2868328 or 9976788. OLE color: 9976788.
HSL color Cylindrical-coordinate representation of color #D43B98: hue angle of 323.53º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B98 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 152 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.17 |
| HSL | 323.53º | 0.64% | 0.53% | - |
| HSV(B) | 323.53º | 0.72% | 0.83% | - |
| XYZ | 34.38 | 19.39 | 31.64 | - |
| YUV | 115.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 152 | 0 | 0.72 | 0.28 | 0.17 | 323.53 | 0.64 | 0.53 |
| Hex | D4 | 3B | 98 | 0 | 48 | 1C | 11 | 144 | 40 | 35 |
| Octal | 324 | 73 | 230 | 0 | 110 | 34 | 21 | 504 | 100 | 65 |
| Binary | 11010100 | 111011 | 10011000 | 0 | 1001000 | 11100 | 10001 | 101000100 | 1000000 | 110101 |
Color Harmonies of #D43B98
Complementary color
Monochromatic Colors of #D43B98
Black with #D43B98
Text Example
Text Example
White with #D43B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B98; }
p { color: rgb(212,59,152); }
H1.HeaderClassName
{
color: #D43B98;
}
.AnyTagClassName
{
color: #D43B98;
}
</style>
background-color css
<style>
a { background-color: #D43B98; }
a { background-color: rgb(212,59,152); }
div.DivClassName
{
background-color: #D43B98;
}
.BgClassName
{
background-color: #D43B98;
}
</style>
border-color css
<style>
span { border-color: #D43B98; }
span { border-color: rgb(212,59,152); }
td.TdClassName
{
border-color: #D43B98;
}
.TagClassName
{
border-color: #D43B98;
}
</style>