Shades of Deep Cerise #D7418B
Tints of Deep Cerise #D7418B
RGB
CMYK
RGB Variations
Color information
#D7418B (or 0xD7418B) is known color: Deep Cerise. HEX triplet: D7, 41 and 8B. RGB value is (215,65,139). Sum of RGB (Red+Green+Blue) = 215+65+139=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7418B is #28BE74. Grayscale: #767676. Windows color (decimal): -2670197 or 9126359. OLE color: 9126359.
HSL color Cylindrical-coordinate representation of color #D7418B: hue angle of 330.4º 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 #D7418B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 139 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.16 |
| HSL | 330.4º | 0.65% | 0.55% | - |
| HSV(B) | 330.4º | 0.7% | 0.84% | - |
| XYZ | 34.57 | 20.09 | 26.48 | - |
| YUV | 118.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 139 | 0 | 0.70 | 0.35 | 0.16 | 330.4 | 0.65 | 0.55 |
| Hex | D7 | 41 | 8B | 0 | 46 | 23 | 10 | 14A | 41 | 37 |
| Octal | 327 | 101 | 213 | 0 | 106 | 43 | 20 | 512 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10001011 | 0 | 1000110 | 100011 | 10000 | 101001010 | 1000001 | 110111 |
Color Harmonies of #D7418B
Complementary color
Monochromatic Colors of #D7418B
Black with #D7418B
Text Example
Text Example
White with #D7418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7418B; }
p { color: rgb(215,65,139); }
H1.HeaderClassName
{
color: #D7418B;
}
.AnyTagClassName
{
color: #D7418B;
}
</style>
background-color css
<style>
a { background-color: #D7418B; }
a { background-color: rgb(215,65,139); }
div.DivClassName
{
background-color: #D7418B;
}
.BgClassName
{
background-color: #D7418B;
}
</style>
border-color css
<style>
span { border-color: #D7418B; }
span { border-color: rgb(215,65,139); }
td.TdClassName
{
border-color: #D7418B;
}
.TagClassName
{
border-color: #D7418B;
}
</style>