Shades of Cerise #D43F69
Tints of Cerise #D43F69
RGB
CMYK
RGB Variations
Color information
#D43F69 (or 0xD43F69) is known color: Cerise. HEX triplet: D4, 3F and 69. RGB value is (212,63,105). Sum of RGB (Red+Green+Blue) = 212+63+105=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F69 is #2BC096. Grayscale: #707070. Windows color (decimal): -2867351 or 6897620. OLE color: 6897620.
HSL color Cylindrical-coordinate representation of color #D43F69: hue angle of 343.09º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F69 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 105 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.17 |
| HSL | 343.09º | 0.63% | 0.54% | - |
| HSV(B) | 343.09º | 0.7% | 0.83% | - |
| XYZ | 31.48 | 18.57 | 15.29 | - |
| YUV | 112.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 105 | 0 | 0.70 | 0.50 | 0.17 | 343.09 | 0.63 | 0.54 |
| Hex | D4 | 3F | 69 | 0 | 46 | 32 | 11 | 157 | 3F | 36 |
| Octal | 324 | 77 | 151 | 0 | 106 | 62 | 21 | 527 | 77 | 66 |
| Binary | 11010100 | 111111 | 1101001 | 0 | 1000110 | 110010 | 10001 | 101010111 | 111111 | 110110 |
Color Harmonies of #D43F69
Complementary color
Monochromatic Colors of #D43F69
Black with #D43F69
Text Example
Text Example
White with #D43F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F69; }
p { color: rgb(212,63,105); }
H1.HeaderClassName
{
color: #D43F69;
}
.AnyTagClassName
{
color: #D43F69;
}
</style>
background-color css
<style>
a { background-color: #D43F69; }
a { background-color: rgb(212,63,105); }
div.DivClassName
{
background-color: #D43F69;
}
.BgClassName
{
background-color: #D43F69;
}
</style>
border-color css
<style>
span { border-color: #D43F69; }
span { border-color: rgb(212,63,105); }
td.TdClassName
{
border-color: #D43F69;
}
.TagClassName
{
border-color: #D43F69;
}
</style>