Shades of Deep Cerise #D43D83
Tints of Deep Cerise #D43D83
RGB
CMYK
RGB Variations
Color information
#D43D83 (or 0xD43D83) is known color: Deep Cerise. HEX triplet: D4, 3D and 83. RGB value is (212,61,131). Sum of RGB (Red+Green+Blue) = 212+61+131=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43D83 is #2BC27C. Grayscale: #717171. Windows color (decimal): -2867837 or 8601044. OLE color: 8601044.
HSL color Cylindrical-coordinate representation of color #D43D83: hue angle of 332.19º 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 #D43D83 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 131 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.17 |
| HSL | 332.19º | 0.64% | 0.54% | - |
| HSV(B) | 332.19º | 0.71% | 0.83% | - |
| XYZ | 32.92 | 18.97 | 23.4 | - |
| YUV | 114.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 131 | 0 | 0.71 | 0.38 | 0.17 | 332.19 | 0.64 | 0.54 |
| Hex | D4 | 3D | 83 | 0 | 47 | 26 | 11 | 14C | 40 | 36 |
| Octal | 324 | 75 | 203 | 0 | 107 | 46 | 21 | 514 | 100 | 66 |
| Binary | 11010100 | 111101 | 10000011 | 0 | 1000111 | 100110 | 10001 | 101001100 | 1000000 | 110110 |
Color Harmonies of #D43D83
Complementary color
Monochromatic Colors of #D43D83
Black with #D43D83
Text Example
Text Example
White with #D43D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D83; }
p { color: rgb(212,61,131); }
H1.HeaderClassName
{
color: #D43D83;
}
.AnyTagClassName
{
color: #D43D83;
}
</style>
background-color css
<style>
a { background-color: #D43D83; }
a { background-color: rgb(212,61,131); }
div.DivClassName
{
background-color: #D43D83;
}
.BgClassName
{
background-color: #D43D83;
}
</style>
border-color css
<style>
span { border-color: #D43D83; }
span { border-color: rgb(212,61,131); }
td.TdClassName
{
border-color: #D43D83;
}
.TagClassName
{
border-color: #D43D83;
}
</style>