Shades of Mulberry #D74BA6
Tints of Mulberry #D74BA6
RGB
CMYK
RGB Variations
Color information
#D74BA6 (or 0xD74BA6) is known color: Mulberry. HEX triplet: D7, 4B and A6. RGB value is (215,75,166). Sum of RGB (Red+Green+Blue) = 215+75+166=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA6 is #28B459. Grayscale: #7F7F7F. Windows color (decimal): -2667610 or 10898391. OLE color: 10898391.
HSL color Cylindrical-coordinate representation of color #D74BA6: hue angle of 321º 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 #D74BA6 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 166 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.16 |
| HSL | 321º | 0.64% | 0.57% | - |
| HSV(B) | 321º | 0.65% | 0.84% | - |
| XYZ | 37.42 | 22.23 | 38.4 | - |
| YUV | 127.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 166 | 0 | 0.65 | 0.23 | 0.16 | 321 | 0.64 | 0.57 |
| Hex | D7 | 4B | A6 | 0 | 41 | 17 | 10 | 141 | 40 | 39 |
| Octal | 327 | 113 | 246 | 0 | 101 | 27 | 20 | 501 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10100110 | 0 | 1000001 | 10111 | 10000 | 101000001 | 1000000 | 111001 |
Color Harmonies of #D74BA6
Complementary color
Monochromatic Colors of #D74BA6
Black with #D74BA6
Text Example
Text Example
White with #D74BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BA6; }
p { color: rgb(215,75,166); }
H1.HeaderClassName
{
color: #D74BA6;
}
.AnyTagClassName
{
color: #D74BA6;
}
</style>
background-color css
<style>
a { background-color: #D74BA6; }
a { background-color: rgb(215,75,166); }
div.DivClassName
{
background-color: #D74BA6;
}
.BgClassName
{
background-color: #D74BA6;
}
</style>
border-color css
<style>
span { border-color: #D74BA6; }
span { border-color: rgb(215,75,166); }
td.TdClassName
{
border-color: #D74BA6;
}
.TagClassName
{
border-color: #D74BA6;
}
</style>