Shades of Deep Cerise #D43A7B
Tints of Deep Cerise #D43A7B
RGB
CMYK
RGB Variations
Color information
#D43A7B (or 0xD43A7B) is known color: Deep Cerise. HEX triplet: D4, 3A and 7B. RGB value is (212,58,123). Sum of RGB (Red+Green+Blue) = 212+58+123=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A7B is #2BC584. Grayscale: #6F6F6F. Windows color (decimal): -2868613 or 8075988. OLE color: 8075988.
HSL color Cylindrical-coordinate representation of color #D43A7B: hue angle of 334.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A7B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 123 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.17 |
| HSL | 334.68º | 0.64% | 0.53% | - |
| HSV(B) | 334.68º | 0.73% | 0.83% | - |
| XYZ | 32.24 | 18.45 | 20.6 | - |
| YUV | 111.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 123 | 0 | 0.73 | 0.42 | 0.17 | 334.68 | 0.64 | 0.53 |
| Hex | D4 | 3A | 7B | 0 | 49 | 2A | 11 | 14F | 40 | 35 |
| Octal | 324 | 72 | 173 | 0 | 111 | 52 | 21 | 517 | 100 | 65 |
| Binary | 11010100 | 111010 | 1111011 | 0 | 1001001 | 101010 | 10001 | 101001111 | 1000000 | 110101 |
Color Harmonies of #D43A7B
Complementary color
Monochromatic Colors of #D43A7B
Black with #D43A7B
Text Example
Text Example
White with #D43A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A7B; }
p { color: rgb(212,58,123); }
H1.HeaderClassName
{
color: #D43A7B;
}
.AnyTagClassName
{
color: #D43A7B;
}
</style>
background-color css
<style>
a { background-color: #D43A7B; }
a { background-color: rgb(212,58,123); }
div.DivClassName
{
background-color: #D43A7B;
}
.BgClassName
{
background-color: #D43A7B;
}
</style>
border-color css
<style>
span { border-color: #D43A7B; }
span { border-color: rgb(212,58,123); }
td.TdClassName
{
border-color: #D43A7B;
}
.TagClassName
{
border-color: #D43A7B;
}
</style>