Shades of Deep Cerise #D43077
Tints of Deep Cerise #D43077
RGB
CMYK
RGB Variations
Color information
#D43077 (or 0xD43077) is known color: Deep Cerise. HEX triplet: D4, 30 and 77. RGB value is (212,48,119). Sum of RGB (Red+Green+Blue) = 212+48+119=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D43077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43077 is #2BCF88. Grayscale: #696969. Windows color (decimal): -2871177 or 7811284. OLE color: 7811284.
HSL color Cylindrical-coordinate representation of color #D43077: hue angle of 334.02º 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 #D43077 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 119 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.17 |
| HSL | 334.02º | 0.66% | 0.51% | - |
| HSV(B) | 334.02º | 0.77% | 0.83% | - |
| XYZ | 31.54 | 17.44 | 19.16 | - |
| YUV | 105.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 119 | 0 | 0.77 | 0.44 | 0.17 | 334.02 | 0.66 | 0.51 |
| Hex | D4 | 30 | 77 | 0 | 4D | 2C | 11 | 14E | 42 | 33 |
| Octal | 324 | 60 | 167 | 0 | 115 | 54 | 21 | 516 | 102 | 63 |
| Binary | 11010100 | 110000 | 1110111 | 0 | 1001101 | 101100 | 10001 | 101001110 | 1000010 | 110011 |
Color Harmonies of #D43077
Complementary color
Monochromatic Colors of #D43077
Black with #D43077
Text Example
Text Example
White with #D43077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43077; }
p { color: rgb(212,48,119); }
H1.HeaderClassName
{
color: #D43077;
}
.AnyTagClassName
{
color: #D43077;
}
</style>
background-color css
<style>
a { background-color: #D43077; }
a { background-color: rgb(212,48,119); }
div.DivClassName
{
background-color: #D43077;
}
.BgClassName
{
background-color: #D43077;
}
</style>
border-color css
<style>
span { border-color: #D43077; }
span { border-color: rgb(212,48,119); }
td.TdClassName
{
border-color: #D43077;
}
.TagClassName
{
border-color: #D43077;
}
</style>