Shades of Cerise #D43971
Tints of Cerise #D43971
RGB
CMYK
RGB Variations
Color information
#D43971 (or 0xD43971) is known color: Cerise. HEX triplet: D4, 39 and 71. RGB value is (212,57,113). Sum of RGB (Red+Green+Blue) = 212+57+113=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D43971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43971 is #2BC68E. Grayscale: #6D6D6D. Windows color (decimal): -2868879 or 7420372. OLE color: 7420372.
HSL color Cylindrical-coordinate representation of color #D43971: hue angle of 338.32º 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 #D43971 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 113 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.17 |
| HSL | 338.32º | 0.64% | 0.53% | - |
| HSV(B) | 338.32º | 0.73% | 0.83% | - |
| XYZ | 31.6 | 18.12 | 17.45 | - |
| YUV | 109.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 113 | 0 | 0.73 | 0.47 | 0.17 | 338.32 | 0.64 | 0.53 |
| Hex | D4 | 39 | 71 | 0 | 49 | 2F | 11 | 152 | 40 | 35 |
| Octal | 324 | 71 | 161 | 0 | 111 | 57 | 21 | 522 | 100 | 65 |
| Binary | 11010100 | 111001 | 1110001 | 0 | 1001001 | 101111 | 10001 | 101010010 | 1000000 | 110101 |
Color Harmonies of #D43971
Complementary color
Monochromatic Colors of #D43971
Black with #D43971
Text Example
Text Example
White with #D43971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43971; }
p { color: rgb(212,57,113); }
H1.HeaderClassName
{
color: #D43971;
}
.AnyTagClassName
{
color: #D43971;
}
</style>
background-color css
<style>
a { background-color: #D43971; }
a { background-color: rgb(212,57,113); }
div.DivClassName
{
background-color: #D43971;
}
.BgClassName
{
background-color: #D43971;
}
</style>
border-color css
<style>
span { border-color: #D43971; }
span { border-color: rgb(212,57,113); }
td.TdClassName
{
border-color: #D43971;
}
.TagClassName
{
border-color: #D43971;
}
</style>