Shades of Deep Cerise #D43074
Tints of Deep Cerise #D43074
RGB
CMYK
RGB Variations
Color information
#D43074 (or 0xD43074) is known color: Deep Cerise. HEX triplet: D4, 30 and 74. RGB value is (212,48,116). Sum of RGB (Red+Green+Blue) = 212+48+116=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D43074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43074 is #2BCF8B. Grayscale: #686868. Windows color (decimal): -2871180 or 7614676. OLE color: 7614676.
HSL color Cylindrical-coordinate representation of color #D43074: hue angle of 335.12º 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 #D43074 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 116 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.17 |
| HSL | 335.12º | 0.66% | 0.51% | - |
| HSV(B) | 335.12º | 0.77% | 0.83% | - |
| XYZ | 31.36 | 17.37 | 18.22 | - |
| YUV | 104.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 116 | 0 | 0.77 | 0.45 | 0.17 | 335.12 | 0.66 | 0.51 |
| Hex | D4 | 30 | 74 | 0 | 4D | 2D | 11 | 14F | 42 | 33 |
| Octal | 324 | 60 | 164 | 0 | 115 | 55 | 21 | 517 | 102 | 63 |
| Binary | 11010100 | 110000 | 1110100 | 0 | 1001101 | 101101 | 10001 | 101001111 | 1000010 | 110011 |
Color Harmonies of #D43074
Complementary color
Monochromatic Colors of #D43074
Black with #D43074
Text Example
Text Example
White with #D43074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43074; }
p { color: rgb(212,48,116); }
H1.HeaderClassName
{
color: #D43074;
}
.AnyTagClassName
{
color: #D43074;
}
</style>
background-color css
<style>
a { background-color: #D43074; }
a { background-color: rgb(212,48,116); }
div.DivClassName
{
background-color: #D43074;
}
.BgClassName
{
background-color: #D43074;
}
</style>
border-color css
<style>
span { border-color: #D43074; }
span { border-color: rgb(212,48,116); }
td.TdClassName
{
border-color: #D43074;
}
.TagClassName
{
border-color: #D43074;
}
</style>