Shades of Mulberry #D74B8D
Tints of Mulberry #D74B8D
RGB
CMYK
RGB Variations
Color information
#D74B8D (or 0xD74B8D) is known color: Mulberry. HEX triplet: D7, 4B and 8D. RGB value is (215,75,141). Sum of RGB (Red+Green+Blue) = 215+75+141=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B8D is #28B472. Grayscale: #7C7C7C. Windows color (decimal): -2667635 or 9259991. OLE color: 9259991.
HSL color Cylindrical-coordinate representation of color #D74B8D: hue angle of 331.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74B8D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 141 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.16 |
| HSL | 331.71º | 0.64% | 0.57% | - |
| HSV(B) | 331.71º | 0.65% | 0.84% | - |
| XYZ | 35.35 | 21.4 | 27.47 | - |
| YUV | 124.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 141 | 0 | 0.65 | 0.34 | 0.16 | 331.71 | 0.64 | 0.57 |
| Hex | D7 | 4B | 8D | 0 | 41 | 22 | 10 | 14C | 40 | 39 |
| Octal | 327 | 113 | 215 | 0 | 101 | 42 | 20 | 514 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10001101 | 0 | 1000001 | 100010 | 10000 | 101001100 | 1000000 | 111001 |
Color Harmonies of #D74B8D
Complementary color
Monochromatic Colors of #D74B8D
Black with #D74B8D
Text Example
Text Example
White with #D74B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74B8D; }
p { color: rgb(215,75,141); }
H1.HeaderClassName
{
color: #D74B8D;
}
.AnyTagClassName
{
color: #D74B8D;
}
</style>
background-color css
<style>
a { background-color: #D74B8D; }
a { background-color: rgb(215,75,141); }
div.DivClassName
{
background-color: #D74B8D;
}
.BgClassName
{
background-color: #D74B8D;
}
</style>
border-color css
<style>
span { border-color: #D74B8D; }
span { border-color: rgb(215,75,141); }
td.TdClassName
{
border-color: #D74B8D;
}
.TagClassName
{
border-color: #D74B8D;
}
</style>