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