Shades of Cerise #D43A6B
Tints of Cerise #D43A6B
RGB
CMYK
RGB Variations
Color information
#D43A6B (or 0xD43A6B) is known color: Cerise. HEX triplet: D4, 3A and 6B. RGB value is (212,58,107). Sum of RGB (Red+Green+Blue) = 212+58+107=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A6B is #2BC594. Grayscale: #6D6D6D. Windows color (decimal): -2868629 or 7027412. OLE color: 7027412.
HSL color Cylindrical-coordinate representation of color #D43A6B: hue angle of 340.91º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A6B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 107 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.17 |
| HSL | 340.91º | 0.64% | 0.53% | - |
| HSV(B) | 340.91º | 0.73% | 0.83% | - |
| XYZ | 31.32 | 18.08 | 15.75 | - |
| YUV | 109.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 107 | 0 | 0.73 | 0.50 | 0.17 | 340.91 | 0.64 | 0.53 |
| Hex | D4 | 3A | 6B | 0 | 49 | 32 | 11 | 155 | 40 | 35 |
| Octal | 324 | 72 | 153 | 0 | 111 | 62 | 21 | 525 | 100 | 65 |
| Binary | 11010100 | 111010 | 1101011 | 0 | 1001001 | 110010 | 10001 | 101010101 | 1000000 | 110101 |
Color Harmonies of #D43A6B
Complementary color
Monochromatic Colors of #D43A6B
Black with #D43A6B
Text Example
Text Example
White with #D43A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A6B; }
p { color: rgb(212,58,107); }
H1.HeaderClassName
{
color: #D43A6B;
}
.AnyTagClassName
{
color: #D43A6B;
}
</style>
background-color css
<style>
a { background-color: #D43A6B; }
a { background-color: rgb(212,58,107); }
div.DivClassName
{
background-color: #D43A6B;
}
.BgClassName
{
background-color: #D43A6B;
}
</style>
border-color css
<style>
span { border-color: #D43A6B; }
span { border-color: rgb(212,58,107); }
td.TdClassName
{
border-color: #D43A6B;
}
.TagClassName
{
border-color: #D43A6B;
}
</style>