Shades of Mulberry #D74AA6
Tints of Mulberry #D74AA6
RGB
CMYK
RGB Variations
Color information
#D74AA6 (or 0xD74AA6) is known color: Mulberry. HEX triplet: D7, 4A and A6. RGB value is (215,74,166). Sum of RGB (Red+Green+Blue) = 215+74+166=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74AA6 is #28B559. Grayscale: #7E7E7E. Windows color (decimal): -2667866 or 10898135. OLE color: 10898135.
HSL color Cylindrical-coordinate representation of color #D74AA6: hue angle of 320.85º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74AA6 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 166 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.16 |
| HSL | 320.85º | 0.64% | 0.57% | - |
| HSV(B) | 320.85º | 0.66% | 0.84% | - |
| XYZ | 37.36 | 22.1 | 38.37 | - |
| YUV | 126.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 166 | 0 | 0.66 | 0.23 | 0.16 | 320.85 | 0.64 | 0.57 |
| Hex | D7 | 4A | A6 | 0 | 42 | 17 | 10 | 141 | 40 | 39 |
| Octal | 327 | 112 | 246 | 0 | 102 | 27 | 20 | 501 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10100110 | 0 | 1000010 | 10111 | 10000 | 101000001 | 1000000 | 111001 |
Color Harmonies of #D74AA6
Complementary color
Monochromatic Colors of #D74AA6
Black with #D74AA6
Text Example
Text Example
White with #D74AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AA6; }
p { color: rgb(215,74,166); }
H1.HeaderClassName
{
color: #D74AA6;
}
.AnyTagClassName
{
color: #D74AA6;
}
</style>
background-color css
<style>
a { background-color: #D74AA6; }
a { background-color: rgb(215,74,166); }
div.DivClassName
{
background-color: #D74AA6;
}
.BgClassName
{
background-color: #D74AA6;
}
</style>
border-color css
<style>
span { border-color: #D74AA6; }
span { border-color: rgb(215,74,166); }
td.TdClassName
{
border-color: #D74AA6;
}
.TagClassName
{
border-color: #D74AA6;
}
</style>