Shades of Cerise #D43271
Tints of Cerise #D43271
RGB
CMYK
RGB Variations
Color information
#D43271 (or 0xD43271) is known color: Cerise. HEX triplet: D4, 32 and 71. RGB value is (212,50,113). Sum of RGB (Red+Green+Blue) = 212+50+113=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D43271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43271 is #2BCD8E. Grayscale: #696969. Windows color (decimal): -2870671 or 7418580. OLE color: 7418580.
HSL color Cylindrical-coordinate representation of color #D43271: hue angle of 336.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43271 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 113 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.17 |
| HSL | 336.67º | 0.65% | 0.51% | - |
| HSV(B) | 336.67º | 0.76% | 0.83% | - |
| XYZ | 31.27 | 17.47 | 17.35 | - |
| YUV | 105.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 113 | 0 | 0.76 | 0.47 | 0.17 | 336.67 | 0.65 | 0.51 |
| Hex | D4 | 32 | 71 | 0 | 4C | 2F | 11 | 151 | 41 | 33 |
| Octal | 324 | 62 | 161 | 0 | 114 | 57 | 21 | 521 | 101 | 63 |
| Binary | 11010100 | 110010 | 1110001 | 0 | 1001100 | 101111 | 10001 | 101010001 | 1000001 | 110011 |
Color Harmonies of #D43271
Complementary color
Monochromatic Colors of #D43271
Black with #D43271
Text Example
Text Example
White with #D43271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43271; }
p { color: rgb(212,50,113); }
H1.HeaderClassName
{
color: #D43271;
}
.AnyTagClassName
{
color: #D43271;
}
</style>
background-color css
<style>
a { background-color: #D43271; }
a { background-color: rgb(212,50,113); }
div.DivClassName
{
background-color: #D43271;
}
.BgClassName
{
background-color: #D43271;
}
</style>
border-color css
<style>
span { border-color: #D43271; }
span { border-color: rgb(212,50,113); }
td.TdClassName
{
border-color: #D43271;
}
.TagClassName
{
border-color: #D43271;
}
</style>