Shades of Cerise #D4415F
Tints of Cerise #D4415F
RGB
CMYK
RGB Variations
Color information
#D4415F (or 0xD4415F) is known color: Cerise. HEX triplet: D4, 41 and 5F. RGB value is (212,65,95). Sum of RGB (Red+Green+Blue) = 212+65+95=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D4415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4415F is #2BBEA0. Grayscale: #707070. Windows color (decimal): -2866849 or 6242772. OLE color: 6242772.
HSL color Cylindrical-coordinate representation of color #D4415F: hue angle of 347.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4415F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 95 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.17 |
| HSL | 347.76º | 0.63% | 0.54% | - |
| HSV(B) | 347.76º | 0.69% | 0.83% | - |
| XYZ | 31.11 | 18.6 | 12.78 | - |
| YUV | 112.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 95 | 0 | 0.69 | 0.55 | 0.17 | 347.76 | 0.63 | 0.54 |
| Hex | D4 | 41 | 5F | 0 | 45 | 37 | 11 | 15C | 3F | 36 |
| Octal | 324 | 101 | 137 | 0 | 105 | 67 | 21 | 534 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1011111 | 0 | 1000101 | 110111 | 10001 | 101011100 | 111111 | 110110 |
Color Harmonies of #D4415F
Complementary color
Monochromatic Colors of #D4415F
Black with #D4415F
Text Example
Text Example
White with #D4415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4415F; }
p { color: rgb(212,65,95); }
H1.HeaderClassName
{
color: #D4415F;
}
.AnyTagClassName
{
color: #D4415F;
}
</style>
background-color css
<style>
a { background-color: #D4415F; }
a { background-color: rgb(212,65,95); }
div.DivClassName
{
background-color: #D4415F;
}
.BgClassName
{
background-color: #D4415F;
}
</style>
border-color css
<style>
span { border-color: #D4415F; }
span { border-color: rgb(212,65,95); }
td.TdClassName
{
border-color: #D4415F;
}
.TagClassName
{
border-color: #D4415F;
}
</style>