Shades of Deep Cerise #D42F7F
Tints of Deep Cerise #D42F7F
RGB
CMYK
RGB Variations
Color information
#D42F7F (or 0xD42F7F) is known color: Deep Cerise. HEX triplet: D4, 2F and 7F. RGB value is (212,47,127). Sum of RGB (Red+Green+Blue) = 212+47+127=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F7F is #2BD080. Grayscale: #696969. Windows color (decimal): -2871425 or 8335316. OLE color: 8335316.
HSL color Cylindrical-coordinate representation of color #D42F7F: hue angle of 330.91º 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 #D42F7F is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 127 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.17 |
| HSL | 330.91º | 0.66% | 0.51% | - |
| HSV(B) | 330.91º | 0.78% | 0.83% | - |
| XYZ | 32 | 17.56 | 21.78 | - |
| YUV | 105.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 127 | 0 | 0.78 | 0.40 | 0.17 | 330.91 | 0.66 | 0.51 |
| Hex | D4 | 2F | 7F | 0 | 4E | 28 | 11 | 14B | 42 | 33 |
| Octal | 324 | 57 | 177 | 0 | 116 | 50 | 21 | 513 | 102 | 63 |
| Binary | 11010100 | 101111 | 1111111 | 0 | 1001110 | 101000 | 10001 | 101001011 | 1000010 | 110011 |
Color Harmonies of #D42F7F
Complementary color
Monochromatic Colors of #D42F7F
Black with #D42F7F
Text Example
Text Example
White with #D42F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F7F; }
p { color: rgb(212,47,127); }
H1.HeaderClassName
{
color: #D42F7F;
}
.AnyTagClassName
{
color: #D42F7F;
}
</style>
background-color css
<style>
a { background-color: #D42F7F; }
a { background-color: rgb(212,47,127); }
div.DivClassName
{
background-color: #D42F7F;
}
.BgClassName
{
background-color: #D42F7F;
}
</style>
border-color css
<style>
span { border-color: #D42F7F; }
span { border-color: rgb(212,47,127); }
td.TdClassName
{
border-color: #D42F7F;
}
.TagClassName
{
border-color: #D42F7F;
}
</style>