Shades of Mulberry #D74F8D
Tints of Mulberry #D74F8D
RGB
CMYK
RGB Variations
Color information
#D74F8D (or 0xD74F8D) is known color: Mulberry. HEX triplet: D7, 4F and 8D. RGB value is (215,79,141). Sum of RGB (Red+Green+Blue) = 215+79+141=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F8D is #28B072. Grayscale: #7E7E7E. Windows color (decimal): -2666611 or 9261015. OLE color: 9261015.
HSL color Cylindrical-coordinate representation of color #D74F8D: hue angle of 332.65º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F8D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 141 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.16 |
| HSL | 332.65º | 0.63% | 0.58% | - |
| HSV(B) | 332.65º | 0.63% | 0.84% | - |
| XYZ | 35.63 | 21.96 | 27.56 | - |
| YUV | 126.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 141 | 0 | 0.63 | 0.34 | 0.16 | 332.65 | 0.63 | 0.58 |
| Hex | D7 | 4F | 8D | 0 | 3F | 22 | 10 | 14D | 3F | 3A |
| Octal | 327 | 117 | 215 | 0 | 77 | 42 | 20 | 515 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10001101 | 0 | 111111 | 100010 | 10000 | 101001101 | 111111 | 111010 |
Color Harmonies of #D74F8D
Complementary color
Monochromatic Colors of #D74F8D
Black with #D74F8D
Text Example
Text Example
White with #D74F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F8D; }
p { color: rgb(215,79,141); }
H1.HeaderClassName
{
color: #D74F8D;
}
.AnyTagClassName
{
color: #D74F8D;
}
</style>
background-color css
<style>
a { background-color: #D74F8D; }
a { background-color: rgb(215,79,141); }
div.DivClassName
{
background-color: #D74F8D;
}
.BgClassName
{
background-color: #D74F8D;
}
</style>
border-color css
<style>
span { border-color: #D74F8D; }
span { border-color: rgb(215,79,141); }
td.TdClassName
{
border-color: #D74F8D;
}
.TagClassName
{
border-color: #D74F8D;
}
</style>