Shades of Deep Cerise #D74191
Tints of Deep Cerise #D74191
RGB
CMYK
RGB Variations
Color information
#D74191 (or 0xD74191) is known color: Deep Cerise. HEX triplet: D7, 41 and 91. RGB value is (215,65,145). Sum of RGB (Red+Green+Blue) = 215+65+145=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D74191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74191 is #28BE6E. Grayscale: #767676. Windows color (decimal): -2670191 or 9519575. OLE color: 9519575.
HSL color Cylindrical-coordinate representation of color #D74191: hue angle of 328º 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 #D74191 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 145 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.16 |
| HSL | 328º | 0.65% | 0.55% | - |
| HSV(B) | 328º | 0.7% | 0.84% | - |
| XYZ | 35.03 | 20.27 | 28.85 | - |
| YUV | 118.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 145 | 0 | 0.70 | 0.33 | 0.16 | 328 | 0.65 | 0.55 |
| Hex | D7 | 41 | 91 | 0 | 46 | 21 | 10 | 148 | 41 | 37 |
| Octal | 327 | 101 | 221 | 0 | 106 | 41 | 20 | 510 | 101 | 67 |
| Binary | 11010111 | 1000001 | 10010001 | 0 | 1000110 | 100001 | 10000 | 101001000 | 1000001 | 110111 |
Color Harmonies of #D74191
Complementary color
Monochromatic Colors of #D74191
Black with #D74191
Text Example
Text Example
White with #D74191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74191; }
p { color: rgb(215,65,145); }
H1.HeaderClassName
{
color: #D74191;
}
.AnyTagClassName
{
color: #D74191;
}
</style>
background-color css
<style>
a { background-color: #D74191; }
a { background-color: rgb(215,65,145); }
div.DivClassName
{
background-color: #D74191;
}
.BgClassName
{
background-color: #D74191;
}
</style>
border-color css
<style>
span { border-color: #D74191; }
span { border-color: rgb(215,65,145); }
td.TdClassName
{
border-color: #D74191;
}
.TagClassName
{
border-color: #D74191;
}
</style>