Shades of Cerise #D43256
Tints of Cerise #D43256
RGB
CMYK
RGB Variations
Color information
#D43256 (or 0xD43256) is known color: Cerise. HEX triplet: D4, 32 and 56. RGB value is (212,50,86). Sum of RGB (Red+Green+Blue) = 212+50+86=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D43256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43256 is #2BCDA9. Grayscale: #666666. Windows color (decimal): -2870698 or 5649108. OLE color: 5649108.
HSL color Cylindrical-coordinate representation of color #D43256: hue angle of 346.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 #D43256 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.17 |
| HSL | 346.67º | 0.65% | 0.51% | - |
| HSV(B) | 346.67º | 0.76% | 0.83% | - |
| XYZ | 29.97 | 16.95 | 10.5 | - |
| YUV | 102.54 | 118.67 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 86 | 0 | 0.76 | 0.59 | 0.17 | 346.67 | 0.65 | 0.51 |
| Hex | D4 | 32 | 56 | 0 | 4C | 3B | 11 | 15B | 41 | 33 |
| Octal | 324 | 62 | 126 | 0 | 114 | 73 | 21 | 533 | 101 | 63 |
| Binary | 11010100 | 110010 | 1010110 | 0 | 1001100 | 111011 | 10001 | 101011011 | 1000001 | 110011 |
Color Harmonies of #D43256
Complementary color
Monochromatic Colors of #D43256
Black with #D43256
Text Example
Text Example
White with #D43256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43256; }
p { color: rgb(212,50,86); }
H1.HeaderClassName
{
color: #D43256;
}
.AnyTagClassName
{
color: #D43256;
}
</style>
background-color css
<style>
a { background-color: #D43256; }
a { background-color: rgb(212,50,86); }
div.DivClassName
{
background-color: #D43256;
}
.BgClassName
{
background-color: #D43256;
}
</style>
border-color css
<style>
span { border-color: #D43256; }
span { border-color: rgb(212,50,86); }
td.TdClassName
{
border-color: #D43256;
}
.TagClassName
{
border-color: #D43256;
}
</style>