Shades of Mulberry #D74B91
Tints of Mulberry #D74B91
RGB
CMYK
RGB Variations
Color information
#D74B91 (or 0xD74B91) is known color: Mulberry. HEX triplet: D7, 4B and 91. RGB value is (215,75,145). Sum of RGB (Red+Green+Blue) = 215+75+145=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74B91 is #28B46E. Grayscale: #7C7C7C. Windows color (decimal): -2667631 or 9522135. OLE color: 9522135.
HSL color Cylindrical-coordinate representation of color #D74B91: hue angle of 330º 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 #D74B91 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 145 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.16 |
| HSL | 330º | 0.64% | 0.57% | - |
| HSV(B) | 330º | 0.65% | 0.84% | - |
| XYZ | 35.65 | 21.52 | 29.06 | - |
| YUV | 124.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 145 | 0 | 0.65 | 0.33 | 0.16 | 330 | 0.64 | 0.57 |
| Hex | D7 | 4B | 91 | 0 | 41 | 21 | 10 | 14A | 40 | 39 |
| Octal | 327 | 113 | 221 | 0 | 101 | 41 | 20 | 512 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10010001 | 0 | 1000001 | 100001 | 10000 | 101001010 | 1000000 | 111001 |
Color Harmonies of #D74B91
Complementary color
Monochromatic Colors of #D74B91
Black with #D74B91
Text Example
Text Example
White with #D74B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74B91; }
p { color: rgb(215,75,145); }
H1.HeaderClassName
{
color: #D74B91;
}
.AnyTagClassName
{
color: #D74B91;
}
</style>
background-color css
<style>
a { background-color: #D74B91; }
a { background-color: rgb(215,75,145); }
div.DivClassName
{
background-color: #D74B91;
}
.BgClassName
{
background-color: #D74B91;
}
</style>
border-color css
<style>
span { border-color: #D74B91; }
span { border-color: rgb(215,75,145); }
td.TdClassName
{
border-color: #D74B91;
}
.TagClassName
{
border-color: #D74B91;
}
</style>