Shades of Cerise #D43B63
Tints of Cerise #D43B63
RGB
CMYK
RGB Variations
Color information
#D43B63 (or 0xD43B63) is known color: Cerise. HEX triplet: D4, 3B and 63. RGB value is (212,59,99). Sum of RGB (Red+Green+Blue) = 212+59+99=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B63 is #2BC49C. Grayscale: #6D6D6D. Windows color (decimal): -2868381 or 6503380. OLE color: 6503380.
HSL color Cylindrical-coordinate representation of color #D43B63: hue angle of 344.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B63 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 99 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.17 |
| HSL | 344.31º | 0.64% | 0.53% | - |
| HSV(B) | 344.31º | 0.72% | 0.83% | - |
| XYZ | 30.97 | 18.03 | 13.65 | - |
| YUV | 109.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 99 | 0 | 0.72 | 0.53 | 0.17 | 344.31 | 0.64 | 0.53 |
| Hex | D4 | 3B | 63 | 0 | 48 | 35 | 11 | 158 | 40 | 35 |
| Octal | 324 | 73 | 143 | 0 | 110 | 65 | 21 | 530 | 100 | 65 |
| Binary | 11010100 | 111011 | 1100011 | 0 | 1001000 | 110101 | 10001 | 101011000 | 1000000 | 110101 |
Color Harmonies of #D43B63
Complementary color
Monochromatic Colors of #D43B63
Black with #D43B63
Text Example
Text Example
White with #D43B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B63; }
p { color: rgb(212,59,99); }
H1.HeaderClassName
{
color: #D43B63;
}
.AnyTagClassName
{
color: #D43B63;
}
</style>
background-color css
<style>
a { background-color: #D43B63; }
a { background-color: rgb(212,59,99); }
div.DivClassName
{
background-color: #D43B63;
}
.BgClassName
{
background-color: #D43B63;
}
</style>
border-color css
<style>
span { border-color: #D43B63; }
span { border-color: rgb(212,59,99); }
td.TdClassName
{
border-color: #D43B63;
}
.TagClassName
{
border-color: #D43B63;
}
</style>