Shades of Cerise #D43364
Tints of Cerise #D43364
RGB
CMYK
RGB Variations
Color information
#D43364 (or 0xD43364) is known color: Cerise. HEX triplet: D4, 33 and 64. RGB value is (212,51,100). Sum of RGB (Red+Green+Blue) = 212+51+100=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43364 is #2BCC9B. Grayscale: #686868. Windows color (decimal): -2870428 or 6566868. OLE color: 6566868.
HSL color Cylindrical-coordinate representation of color #D43364: hue angle of 341.74º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43364 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 100 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.17 |
| HSL | 341.74º | 0.65% | 0.52% | - |
| HSV(B) | 341.74º | 0.76% | 0.83% | - |
| XYZ | 30.64 | 17.28 | 13.78 | - |
| YUV | 104.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 100 | 0 | 0.76 | 0.53 | 0.17 | 341.74 | 0.65 | 0.52 |
| Hex | D4 | 33 | 64 | 0 | 4C | 35 | 11 | 156 | 41 | 34 |
| Octal | 324 | 63 | 144 | 0 | 114 | 65 | 21 | 526 | 101 | 64 |
| Binary | 11010100 | 110011 | 1100100 | 0 | 1001100 | 110101 | 10001 | 101010110 | 1000001 | 110100 |
Color Harmonies of #D43364
Complementary color
Monochromatic Colors of #D43364
Black with #D43364
Text Example
Text Example
White with #D43364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43364; }
p { color: rgb(212,51,100); }
H1.HeaderClassName
{
color: #D43364;
}
.AnyTagClassName
{
color: #D43364;
}
</style>
background-color css
<style>
a { background-color: #D43364; }
a { background-color: rgb(212,51,100); }
div.DivClassName
{
background-color: #D43364;
}
.BgClassName
{
background-color: #D43364;
}
</style>
border-color css
<style>
span { border-color: #D43364; }
span { border-color: rgb(212,51,100); }
td.TdClassName
{
border-color: #D43364;
}
.TagClassName
{
border-color: #D43364;
}
</style>