Shades of Deep Cerise #D43D7B
Tints of Deep Cerise #D43D7B
RGB
CMYK
RGB Variations
Color information
#D43D7B (or 0xD43D7B) is known color: Deep Cerise. HEX triplet: D4, 3D and 7B. RGB value is (212,61,123). Sum of RGB (Red+Green+Blue) = 212+61+123=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D7B is #2BC284. Grayscale: #717171. Windows color (decimal): -2867845 or 8076756. OLE color: 8076756.
HSL color Cylindrical-coordinate representation of color #D43D7B: hue angle of 335.36º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D7B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 123 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.17 |
| HSL | 335.36º | 0.64% | 0.54% | - |
| HSV(B) | 335.36º | 0.71% | 0.83% | - |
| XYZ | 32.4 | 18.76 | 20.65 | - |
| YUV | 113.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 123 | 0 | 0.71 | 0.42 | 0.17 | 335.36 | 0.64 | 0.54 |
| Hex | D4 | 3D | 7B | 0 | 47 | 2A | 11 | 14F | 40 | 36 |
| Octal | 324 | 75 | 173 | 0 | 107 | 52 | 21 | 517 | 100 | 66 |
| Binary | 11010100 | 111101 | 1111011 | 0 | 1000111 | 101010 | 10001 | 101001111 | 1000000 | 110110 |
Color Harmonies of #D43D7B
Complementary color
Monochromatic Colors of #D43D7B
Black with #D43D7B
Text Example
Text Example
White with #D43D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D7B; }
p { color: rgb(212,61,123); }
H1.HeaderClassName
{
color: #D43D7B;
}
.AnyTagClassName
{
color: #D43D7B;
}
</style>
background-color css
<style>
a { background-color: #D43D7B; }
a { background-color: rgb(212,61,123); }
div.DivClassName
{
background-color: #D43D7B;
}
.BgClassName
{
background-color: #D43D7B;
}
</style>
border-color css
<style>
span { border-color: #D43D7B; }
span { border-color: rgb(212,61,123); }
td.TdClassName
{
border-color: #D43D7B;
}
.TagClassName
{
border-color: #D43D7B;
}
</style>