Shades of Mulberry #D74A8A
Tints of Mulberry #D74A8A
RGB
CMYK
RGB Variations
Color information
#D74A8A (or 0xD74A8A) is known color: Mulberry. HEX triplet: D7, 4A and 8A. RGB value is (215,74,138). Sum of RGB (Red+Green+Blue) = 215+74+138=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A8A is #28B575. Grayscale: #7B7B7B. Windows color (decimal): -2667894 or 9063127. OLE color: 9063127.
HSL color Cylindrical-coordinate representation of color #D74A8A: hue angle of 332.77º 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 #D74A8A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 138 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.16 |
| HSL | 332.77º | 0.64% | 0.57% | - |
| HSV(B) | 332.77º | 0.66% | 0.84% | - |
| XYZ | 35.06 | 21.18 | 26.28 | - |
| YUV | 123.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 138 | 0 | 0.66 | 0.36 | 0.16 | 332.77 | 0.64 | 0.57 |
| Hex | D7 | 4A | 8A | 0 | 42 | 24 | 10 | 14D | 40 | 39 |
| Octal | 327 | 112 | 212 | 0 | 102 | 44 | 20 | 515 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10001010 | 0 | 1000010 | 100100 | 10000 | 101001101 | 1000000 | 111001 |
Color Harmonies of #D74A8A
Complementary color
Monochromatic Colors of #D74A8A
Black with #D74A8A
Text Example
Text Example
White with #D74A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A8A; }
p { color: rgb(215,74,138); }
H1.HeaderClassName
{
color: #D74A8A;
}
.AnyTagClassName
{
color: #D74A8A;
}
</style>
background-color css
<style>
a { background-color: #D74A8A; }
a { background-color: rgb(215,74,138); }
div.DivClassName
{
background-color: #D74A8A;
}
.BgClassName
{
background-color: #D74A8A;
}
</style>
border-color css
<style>
span { border-color: #D74A8A; }
span { border-color: rgb(215,74,138); }
td.TdClassName
{
border-color: #D74A8A;
}
.TagClassName
{
border-color: #D74A8A;
}
</style>