Shades of Cerise #D42F5C
Tints of Cerise #D42F5C
RGB
CMYK
RGB Variations
Color information
#D42F5C (or 0xD42F5C) is known color: Cerise. HEX triplet: D4, 2F and 5C. RGB value is (212,47,92). Sum of RGB (Red+Green+Blue) = 212+47+92=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42F5C is #2BD0A3. Grayscale: #656565. Windows color (decimal): -2871460 or 6041556. OLE color: 6041556.
HSL color Cylindrical-coordinate representation of color #D42F5C: hue angle of 343.64º 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 #D42F5C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 92 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.17 |
| HSL | 343.64º | 0.66% | 0.51% | - |
| HSV(B) | 343.64º | 0.78% | 0.83% | - |
| XYZ | 30.1 | 16.8 | 11.78 | - |
| YUV | 101.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 92 | 0 | 0.78 | 0.57 | 0.17 | 343.64 | 0.66 | 0.51 |
| Hex | D4 | 2F | 5C | 0 | 4E | 39 | 11 | 158 | 42 | 33 |
| Octal | 324 | 57 | 134 | 0 | 116 | 71 | 21 | 530 | 102 | 63 |
| Binary | 11010100 | 101111 | 1011100 | 0 | 1001110 | 111001 | 10001 | 101011000 | 1000010 | 110011 |
Color Harmonies of #D42F5C
Complementary color
Monochromatic Colors of #D42F5C
Black with #D42F5C
Text Example
Text Example
White with #D42F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F5C; }
p { color: rgb(212,47,92); }
H1.HeaderClassName
{
color: #D42F5C;
}
.AnyTagClassName
{
color: #D42F5C;
}
</style>
background-color css
<style>
a { background-color: #D42F5C; }
a { background-color: rgb(212,47,92); }
div.DivClassName
{
background-color: #D42F5C;
}
.BgClassName
{
background-color: #D42F5C;
}
</style>
border-color css
<style>
span { border-color: #D42F5C; }
span { border-color: rgb(212,47,92); }
td.TdClassName
{
border-color: #D42F5C;
}
.TagClassName
{
border-color: #D42F5C;
}
</style>