Shades of Deep Cerise #D7418C
Tints of Deep Cerise #D7418C
RGB
CMYK
RGB Variations
Color information
#D7418C (or 0xD7418C) is known color: Deep Cerise. HEX triplet: D7, 41 and 8C. RGB value is (215,65,140). Sum of RGB (Red+Green+Blue) = 215+65+140=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7418C is #28BE73. Grayscale: #767676. Windows color (decimal): -2670196 or 9191895. OLE color: 9191895.
HSL color Cylindrical-coordinate representation of color #D7418C: hue angle of 330º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7418C is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 140 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.16 |
| HSL | 330º | 0.65% | 0.55% | - |
| HSV(B) | 330º | 0.7% | 0.84% | - |
| XYZ | 34.65 | 20.12 | 26.87 | - |
| YUV | 118.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 140 | 0 | 0.70 | 0.35 | 0.16 | 330 | 0.65 | 0.55 |
| Hex | D7 | 41 | 8C | 0 | 46 | 23 | 10 | 14A | 41 | 37 |
| Octal | 327 | 101 | 214 | 0 | 106 | 43 | 20 | 512 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10001100 | 0 | 1000110 | 100011 | 10000 | 101001010 | 1000001 | 110111 |
Color Harmonies of #D7418C
Complementary color
Monochromatic Colors of #D7418C
Black with #D7418C
Text Example
Text Example
White with #D7418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7418C; }
p { color: rgb(215,65,140); }
H1.HeaderClassName
{
color: #D7418C;
}
.AnyTagClassName
{
color: #D7418C;
}
</style>
background-color css
<style>
a { background-color: #D7418C; }
a { background-color: rgb(215,65,140); }
div.DivClassName
{
background-color: #D7418C;
}
.BgClassName
{
background-color: #D7418C;
}
</style>
border-color css
<style>
span { border-color: #D7418C; }
span { border-color: rgb(215,65,140); }
td.TdClassName
{
border-color: #D7418C;
}
.TagClassName
{
border-color: #D7418C;
}
</style>