Shades of Mulberry #D74A9A
Tints of Mulberry #D74A9A
RGB
CMYK
RGB Variations
Color information
#D74A9A (or 0xD74A9A) is known color: Mulberry. HEX triplet: D7, 4A and 9A. RGB value is (215,74,154). Sum of RGB (Red+Green+Blue) = 215+74+154=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A9A is #28B565. Grayscale: #7D7D7D. Windows color (decimal): -2667878 or 10111703. OLE color: 10111703.
HSL color Cylindrical-coordinate representation of color #D74A9A: hue angle of 325.96º 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 #D74A9A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 154 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.16 |
| HSL | 325.96º | 0.64% | 0.57% | - |
| HSV(B) | 325.96º | 0.66% | 0.84% | - |
| XYZ | 36.31 | 21.68 | 32.84 | - |
| YUV | 125.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 154 | 0 | 0.66 | 0.28 | 0.16 | 325.96 | 0.64 | 0.57 |
| Hex | D7 | 4A | 9A | 0 | 42 | 1C | 10 | 146 | 40 | 39 |
| Octal | 327 | 112 | 232 | 0 | 102 | 34 | 20 | 506 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10011010 | 0 | 1000010 | 11100 | 10000 | 101000110 | 1000000 | 111001 |
Color Harmonies of #D74A9A
Complementary color
Monochromatic Colors of #D74A9A
Black with #D74A9A
Text Example
Text Example
White with #D74A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A9A; }
p { color: rgb(215,74,154); }
H1.HeaderClassName
{
color: #D74A9A;
}
.AnyTagClassName
{
color: #D74A9A;
}
</style>
background-color css
<style>
a { background-color: #D74A9A; }
a { background-color: rgb(215,74,154); }
div.DivClassName
{
background-color: #D74A9A;
}
.BgClassName
{
background-color: #D74A9A;
}
</style>
border-color css
<style>
span { border-color: #D74A9A; }
span { border-color: rgb(215,74,154); }
td.TdClassName
{
border-color: #D74A9A;
}
.TagClassName
{
border-color: #D74A9A;
}
</style>