Shades of Cerise #D43562
Tints of Cerise #D43562
RGB
CMYK
RGB Variations
Color information
#D43562 (or 0xD43562) is known color: Cerise. HEX triplet: D4, 35 and 62. RGB value is (212,53,98). Sum of RGB (Red+Green+Blue) = 212+53+98=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43562 is #2BCA9D. Grayscale: #696969. Windows color (decimal): -2869918 or 6436308. OLE color: 6436308.
HSL color Cylindrical-coordinate representation of color #D43562: hue angle of 343.02º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43562 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 98 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.17 |
| HSL | 343.02º | 0.65% | 0.52% | - |
| HSV(B) | 343.02º | 0.75% | 0.83% | - |
| XYZ | 30.63 | 17.43 | 13.3 | - |
| YUV | 105.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 98 | 0 | 0.75 | 0.54 | 0.17 | 343.02 | 0.65 | 0.52 |
| Hex | D4 | 35 | 62 | 0 | 4B | 36 | 11 | 157 | 41 | 34 |
| Octal | 324 | 65 | 142 | 0 | 113 | 66 | 21 | 527 | 101 | 64 |
| Binary | 11010100 | 110101 | 1100010 | 0 | 1001011 | 110110 | 10001 | 101010111 | 1000001 | 110100 |
Color Harmonies of #D43562
Complementary color
Monochromatic Colors of #D43562
Black with #D43562
Text Example
Text Example
White with #D43562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43562; }
p { color: rgb(212,53,98); }
H1.HeaderClassName
{
color: #D43562;
}
.AnyTagClassName
{
color: #D43562;
}
</style>
background-color css
<style>
a { background-color: #D43562; }
a { background-color: rgb(212,53,98); }
div.DivClassName
{
background-color: #D43562;
}
.BgClassName
{
background-color: #D43562;
}
</style>
border-color css
<style>
span { border-color: #D43562; }
span { border-color: rgb(212,53,98); }
td.TdClassName
{
border-color: #D43562;
}
.TagClassName
{
border-color: #D43562;
}
</style>