Shades of Cerise #D42F6E
Tints of Cerise #D42F6E
RGB
CMYK
RGB Variations
Color information
#D42F6E (or 0xD42F6E) is known color: Cerise. HEX triplet: D4, 2F and 6E. RGB value is (212,47,110). Sum of RGB (Red+Green+Blue) = 212+47+110=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F6E is #2BD091. Grayscale: #676767. Windows color (decimal): -2871442 or 7221204. OLE color: 7221204.
HSL color Cylindrical-coordinate representation of color #D42F6E: hue angle of 337.09º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F6E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 110 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.17 |
| HSL | 337.09º | 0.66% | 0.51% | - |
| HSV(B) | 337.09º | 0.78% | 0.83% | - |
| XYZ | 30.98 | 17.16 | 16.43 | - |
| YUV | 103.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 110 | 0 | 0.78 | 0.48 | 0.17 | 337.09 | 0.66 | 0.51 |
| Hex | D4 | 2F | 6E | 0 | 4E | 30 | 11 | 151 | 42 | 33 |
| Octal | 324 | 57 | 156 | 0 | 116 | 60 | 21 | 521 | 102 | 63 |
| Binary | 11010100 | 101111 | 1101110 | 0 | 1001110 | 110000 | 10001 | 101010001 | 1000010 | 110011 |
Color Harmonies of #D42F6E
Complementary color
Monochromatic Colors of #D42F6E
Black with #D42F6E
Text Example
Text Example
White with #D42F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F6E; }
p { color: rgb(212,47,110); }
H1.HeaderClassName
{
color: #D42F6E;
}
.AnyTagClassName
{
color: #D42F6E;
}
</style>
background-color css
<style>
a { background-color: #D42F6E; }
a { background-color: rgb(212,47,110); }
div.DivClassName
{
background-color: #D42F6E;
}
.BgClassName
{
background-color: #D42F6E;
}
</style>
border-color css
<style>
span { border-color: #D42F6E; }
span { border-color: rgb(212,47,110); }
td.TdClassName
{
border-color: #D42F6E;
}
.TagClassName
{
border-color: #D42F6E;
}
</style>