Shades of Deep Cerise #D74586
Tints of Deep Cerise #D74586
RGB
CMYK
RGB Variations
Color information
#D74586 (or 0xD74586) is known color: Deep Cerise. HEX triplet: D7, 45 and 86. RGB value is (215,69,134). Sum of RGB (Red+Green+Blue) = 215+69+134=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D74586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74586 is #28BA79. Grayscale: #777777. Windows color (decimal): -2669178 or 8799703. OLE color: 8799703.
HSL color Cylindrical-coordinate representation of color #D74586: hue angle of 333.29º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74586 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 134 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.16 |
| HSL | 333.29º | 0.65% | 0.56% | - |
| HSV(B) | 333.29º | 0.68% | 0.84% | - |
| XYZ | 34.46 | 20.42 | 24.68 | - |
| YUV | 120.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 134 | 0 | 0.68 | 0.38 | 0.16 | 333.29 | 0.65 | 0.56 |
| Hex | D7 | 45 | 86 | 0 | 44 | 26 | 10 | 14D | 41 | 38 |
| Octal | 327 | 105 | 206 | 0 | 104 | 46 | 20 | 515 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10000110 | 0 | 1000100 | 100110 | 10000 | 101001101 | 1000001 | 111000 |
Color Harmonies of #D74586
Complementary color
Monochromatic Colors of #D74586
Black with #D74586
Text Example
Text Example
White with #D74586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74586; }
p { color: rgb(215,69,134); }
H1.HeaderClassName
{
color: #D74586;
}
.AnyTagClassName
{
color: #D74586;
}
</style>
background-color css
<style>
a { background-color: #D74586; }
a { background-color: rgb(215,69,134); }
div.DivClassName
{
background-color: #D74586;
}
.BgClassName
{
background-color: #D74586;
}
</style>
border-color css
<style>
span { border-color: #D74586; }
span { border-color: rgb(215,69,134); }
td.TdClassName
{
border-color: #D74586;
}
.TagClassName
{
border-color: #D74586;
}
</style>