Shades of Mulberry #D74BA5
Tints of Mulberry #D74BA5
RGB
CMYK
RGB Variations
Color information
#D74BA5 (or 0xD74BA5) is known color: Mulberry. HEX triplet: D7, 4B and A5. RGB value is (215,75,165). Sum of RGB (Red+Green+Blue) = 215+75+165=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA5 is #28B45A. Grayscale: #7E7E7E. Windows color (decimal): -2667611 or 10832855. OLE color: 10832855.
HSL color Cylindrical-coordinate representation of color #D74BA5: hue angle of 321.43º 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 #D74BA5 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 165 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.16 |
| HSL | 321.43º | 0.64% | 0.57% | - |
| HSV(B) | 321.43º | 0.65% | 0.84% | - |
| XYZ | 37.33 | 22.2 | 37.91 | - |
| YUV | 127.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 165 | 0 | 0.65 | 0.23 | 0.16 | 321.43 | 0.64 | 0.57 |
| Hex | D7 | 4B | A5 | 0 | 41 | 17 | 10 | 141 | 40 | 39 |
| Octal | 327 | 113 | 245 | 0 | 101 | 27 | 20 | 501 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10100101 | 0 | 1000001 | 10111 | 10000 | 101000001 | 1000000 | 111001 |
Color Harmonies of #D74BA5
Complementary color
Monochromatic Colors of #D74BA5
Black with #D74BA5
Text Example
Text Example
White with #D74BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BA5; }
p { color: rgb(215,75,165); }
H1.HeaderClassName
{
color: #D74BA5;
}
.AnyTagClassName
{
color: #D74BA5;
}
</style>
background-color css
<style>
a { background-color: #D74BA5; }
a { background-color: rgb(215,75,165); }
div.DivClassName
{
background-color: #D74BA5;
}
.BgClassName
{
background-color: #D74BA5;
}
</style>
border-color css
<style>
span { border-color: #D74BA5; }
span { border-color: rgb(215,75,165); }
td.TdClassName
{
border-color: #D74BA5;
}
.TagClassName
{
border-color: #D74BA5;
}
</style>