Shades of Deep Cerise #D74086
Tints of Deep Cerise #D74086
RGB
CMYK
RGB Variations
Color information
#D74086 (or 0xD74086) is known color: Deep Cerise. HEX triplet: D7, 40 and 86. RGB value is (215,64,134). Sum of RGB (Red+Green+Blue) = 215+64+134=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D74086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74086 is #28BF79. Grayscale: #747474. Windows color (decimal): -2670458 or 8798423. OLE color: 8798423.
HSL color Cylindrical-coordinate representation of color #D74086: hue angle of 332.19º 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 #D74086 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 134 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.16 |
| HSL | 332.19º | 0.65% | 0.55% | - |
| HSV(B) | 332.19º | 0.7% | 0.84% | - |
| XYZ | 34.16 | 19.84 | 24.58 | - |
| YUV | 117.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 134 | 0 | 0.70 | 0.38 | 0.16 | 332.19 | 0.65 | 0.55 |
| Hex | D7 | 40 | 86 | 0 | 46 | 26 | 10 | 14C | 41 | 37 |
| Octal | 327 | 100 | 206 | 0 | 106 | 46 | 20 | 514 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10000110 | 0 | 1000110 | 100110 | 10000 | 101001100 | 1000001 | 110111 |
Color Harmonies of #D74086
Complementary color
Monochromatic Colors of #D74086
Black with #D74086
Text Example
Text Example
White with #D74086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74086; }
p { color: rgb(215,64,134); }
H1.HeaderClassName
{
color: #D74086;
}
.AnyTagClassName
{
color: #D74086;
}
</style>
background-color css
<style>
a { background-color: #D74086; }
a { background-color: rgb(215,64,134); }
div.DivClassName
{
background-color: #D74086;
}
.BgClassName
{
background-color: #D74086;
}
</style>
border-color css
<style>
span { border-color: #D74086; }
span { border-color: rgb(215,64,134); }
td.TdClassName
{
border-color: #D74086;
}
.TagClassName
{
border-color: #D74086;
}
</style>