Shades of Cerise #D43D62
Tints of Cerise #D43D62
RGB
CMYK
RGB Variations
Color information
#D43D62 (or 0xD43D62) is known color: Cerise. HEX triplet: D4, 3D and 62. RGB value is (212,61,98). Sum of RGB (Red+Green+Blue) = 212+61+98=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D62 is #2BC29D. Grayscale: #6E6E6E. Windows color (decimal): -2867870 or 6438356. OLE color: 6438356.
HSL color Cylindrical-coordinate representation of color #D43D62: hue angle of 345.3º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D62 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 98 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.17 |
| HSL | 345.3º | 0.64% | 0.54% | - |
| HSV(B) | 345.3º | 0.71% | 0.83% | - |
| XYZ | 31.02 | 18.22 | 13.44 | - |
| YUV | 110.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 98 | 0 | 0.71 | 0.54 | 0.17 | 345.3 | 0.64 | 0.54 |
| Hex | D4 | 3D | 62 | 0 | 47 | 36 | 11 | 159 | 40 | 36 |
| Octal | 324 | 75 | 142 | 0 | 107 | 66 | 21 | 531 | 100 | 66 |
| Binary | 11010100 | 111101 | 1100010 | 0 | 1000111 | 110110 | 10001 | 101011001 | 1000000 | 110110 |
Color Harmonies of #D43D62
Complementary color
Monochromatic Colors of #D43D62
Black with #D43D62
Text Example
Text Example
White with #D43D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D62; }
p { color: rgb(212,61,98); }
H1.HeaderClassName
{
color: #D43D62;
}
.AnyTagClassName
{
color: #D43D62;
}
</style>
background-color css
<style>
a { background-color: #D43D62; }
a { background-color: rgb(212,61,98); }
div.DivClassName
{
background-color: #D43D62;
}
.BgClassName
{
background-color: #D43D62;
}
</style>
border-color css
<style>
span { border-color: #D43D62; }
span { border-color: rgb(212,61,98); }
td.TdClassName
{
border-color: #D43D62;
}
.TagClassName
{
border-color: #D43D62;
}
</style>