Shades of Deep Cerise #D43B81
Tints of Deep Cerise #D43B81
RGB
CMYK
RGB Variations
Color information
#D43B81 (or 0xD43B81) is known color: Deep Cerise. HEX triplet: D4, 3B and 81. RGB value is (212,59,129). Sum of RGB (Red+Green+Blue) = 212+59+129=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B81 is #2BC47E. Grayscale: #707070. Windows color (decimal): -2868351 or 8469460. OLE color: 8469460.
HSL color Cylindrical-coordinate representation of color #D43B81: hue angle of 332.55º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B81 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 129 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.17 |
| HSL | 332.55º | 0.64% | 0.53% | - |
| HSV(B) | 332.55º | 0.72% | 0.83% | - |
| XYZ | 32.68 | 18.71 | 22.66 | - |
| YUV | 112.73 | 137.19 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 129 | 0 | 0.72 | 0.39 | 0.17 | 332.55 | 0.64 | 0.53 |
| Hex | D4 | 3B | 81 | 0 | 48 | 27 | 11 | 14D | 40 | 35 |
| Octal | 324 | 73 | 201 | 0 | 110 | 47 | 21 | 515 | 100 | 65 |
| Binary | 11010100 | 111011 | 10000001 | 0 | 1001000 | 100111 | 10001 | 101001101 | 1000000 | 110101 |
Color Harmonies of #D43B81
Complementary color
Monochromatic Colors of #D43B81
Black with #D43B81
Text Example
Text Example
White with #D43B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B81; }
p { color: rgb(212,59,129); }
H1.HeaderClassName
{
color: #D43B81;
}
.AnyTagClassName
{
color: #D43B81;
}
</style>
background-color css
<style>
a { background-color: #D43B81; }
a { background-color: rgb(212,59,129); }
div.DivClassName
{
background-color: #D43B81;
}
.BgClassName
{
background-color: #D43B81;
}
</style>
border-color css
<style>
span { border-color: #D43B81; }
span { border-color: rgb(212,59,129); }
td.TdClassName
{
border-color: #D43B81;
}
.TagClassName
{
border-color: #D43B81;
}
</style>