Shades of Deep Cerise #D43080
Tints of Deep Cerise #D43080
RGB
CMYK
RGB Variations
Color information
#D43080 (or 0xD43080) is known color: Deep Cerise. HEX triplet: D4, 30 and 80. RGB value is (212,48,128). Sum of RGB (Red+Green+Blue) = 212+48+128=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D43080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43080 is #2BCF7F. Grayscale: #696969. Windows color (decimal): -2871168 or 8401108. OLE color: 8401108.
HSL color Cylindrical-coordinate representation of color #D43080: hue angle of 330.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43080 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 128 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.17 |
| HSL | 330.73º | 0.66% | 0.51% | - |
| HSV(B) | 330.73º | 0.77% | 0.83% | - |
| XYZ | 32.1 | 17.67 | 22.14 | - |
| YUV | 106.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 128 | 0 | 0.77 | 0.40 | 0.17 | 330.73 | 0.66 | 0.51 |
| Hex | D4 | 30 | 80 | 0 | 4D | 28 | 11 | 14B | 42 | 33 |
| Octal | 324 | 60 | 200 | 0 | 115 | 50 | 21 | 513 | 102 | 63 |
| Binary | 11010100 | 110000 | 10000000 | 0 | 1001101 | 101000 | 10001 | 101001011 | 1000010 | 110011 |
Color Harmonies of #D43080
Complementary color
Monochromatic Colors of #D43080
Black with #D43080
Text Example
Text Example
White with #D43080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43080; }
p { color: rgb(212,48,128); }
H1.HeaderClassName
{
color: #D43080;
}
.AnyTagClassName
{
color: #D43080;
}
</style>
background-color css
<style>
a { background-color: #D43080; }
a { background-color: rgb(212,48,128); }
div.DivClassName
{
background-color: #D43080;
}
.BgClassName
{
background-color: #D43080;
}
</style>
border-color css
<style>
span { border-color: #D43080; }
span { border-color: rgb(212,48,128); }
td.TdClassName
{
border-color: #D43080;
}
.TagClassName
{
border-color: #D43080;
}
</style>