Shades of Cerise #D43F68
Tints of Cerise #D43F68
RGB
CMYK
RGB Variations
Color information
#D43F68 (or 0xD43F68) is known color: Cerise. HEX triplet: D4, 3F and 68. RGB value is (212,63,104). Sum of RGB (Red+Green+Blue) = 212+63+104=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43F68 is #2BC097. Grayscale: #707070. Windows color (decimal): -2867352 or 6832084. OLE color: 6832084.
HSL color Cylindrical-coordinate representation of color #D43F68: hue angle of 343.49º 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 #D43F68 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 104 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.17 |
| HSL | 343.49º | 0.63% | 0.54% | - |
| HSV(B) | 343.49º | 0.7% | 0.83% | - |
| XYZ | 31.43 | 18.55 | 15.02 | - |
| YUV | 112.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 104 | 0 | 0.70 | 0.51 | 0.17 | 343.49 | 0.63 | 0.54 |
| Hex | D4 | 3F | 68 | 0 | 46 | 33 | 11 | 157 | 3F | 36 |
| Octal | 324 | 77 | 150 | 0 | 106 | 63 | 21 | 527 | 77 | 66 |
| Binary | 11010100 | 111111 | 1101000 | 0 | 1000110 | 110011 | 10001 | 101010111 | 111111 | 110110 |
Color Harmonies of #D43F68
Complementary color
Monochromatic Colors of #D43F68
Black with #D43F68
Text Example
Text Example
White with #D43F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F68; }
p { color: rgb(212,63,104); }
H1.HeaderClassName
{
color: #D43F68;
}
.AnyTagClassName
{
color: #D43F68;
}
</style>
background-color css
<style>
a { background-color: #D43F68; }
a { background-color: rgb(212,63,104); }
div.DivClassName
{
background-color: #D43F68;
}
.BgClassName
{
background-color: #D43F68;
}
</style>
border-color css
<style>
span { border-color: #D43F68; }
span { border-color: rgb(212,63,104); }
td.TdClassName
{
border-color: #D43F68;
}
.TagClassName
{
border-color: #D43F68;
}
</style>