Shades of Cerise #D43662
Tints of Cerise #D43662
RGB
CMYK
RGB Variations
Color information
#D43662 (or 0xD43662) is known color: Cerise. HEX triplet: D4, 36 and 62. RGB value is (212,54,98). Sum of RGB (Red+Green+Blue) = 212+54+98=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43662 is #2BC99D. Grayscale: #6A6A6A. Windows color (decimal): -2869662 or 6436564. OLE color: 6436564.
HSL color Cylindrical-coordinate representation of color #D43662: hue angle of 343.29º 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 #D43662 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 98 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.17 |
| HSL | 343.29º | 0.65% | 0.52% | - |
| HSV(B) | 343.29º | 0.75% | 0.83% | - |
| XYZ | 30.68 | 17.52 | 13.32 | - |
| YUV | 106.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 98 | 0 | 0.75 | 0.54 | 0.17 | 343.29 | 0.65 | 0.52 |
| Hex | D4 | 36 | 62 | 0 | 4B | 36 | 11 | 157 | 41 | 34 |
| Octal | 324 | 66 | 142 | 0 | 113 | 66 | 21 | 527 | 101 | 64 |
| Binary | 11010100 | 110110 | 1100010 | 0 | 1001011 | 110110 | 10001 | 101010111 | 1000001 | 110100 |
Color Harmonies of #D43662
Complementary color
Monochromatic Colors of #D43662
Black with #D43662
Text Example
Text Example
White with #D43662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43662; }
p { color: rgb(212,54,98); }
H1.HeaderClassName
{
color: #D43662;
}
.AnyTagClassName
{
color: #D43662;
}
</style>
background-color css
<style>
a { background-color: #D43662; }
a { background-color: rgb(212,54,98); }
div.DivClassName
{
background-color: #D43662;
}
.BgClassName
{
background-color: #D43662;
}
</style>
border-color css
<style>
span { border-color: #D43662; }
span { border-color: rgb(212,54,98); }
td.TdClassName
{
border-color: #D43662;
}
.TagClassName
{
border-color: #D43662;
}
</style>