Shades of Mulberry #D74F9A
Tints of Mulberry #D74F9A
RGB
CMYK
RGB Variations
Color information
#D74F9A (or 0xD74F9A) is known color: Mulberry. HEX triplet: D7, 4F and 9A. RGB value is (215,79,154). Sum of RGB (Red+Green+Blue) = 215+79+154=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F9A is #28B065. Grayscale: #808080. Windows color (decimal): -2666598 or 10112983. OLE color: 10112983.
HSL color Cylindrical-coordinate representation of color #D74F9A: hue angle of 326.91º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F9A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 154 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.16 |
| HSL | 326.91º | 0.63% | 0.58% | - |
| HSV(B) | 326.91º | 0.63% | 0.84% | - |
| XYZ | 36.65 | 22.37 | 32.96 | - |
| YUV | 128.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 154 | 0 | 0.63 | 0.28 | 0.16 | 326.91 | 0.63 | 0.58 |
| Hex | D7 | 4F | 9A | 0 | 3F | 1C | 10 | 147 | 3F | 3A |
| Octal | 327 | 117 | 232 | 0 | 77 | 34 | 20 | 507 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10011010 | 0 | 111111 | 11100 | 10000 | 101000111 | 111111 | 111010 |
Color Harmonies of #D74F9A
Complementary color
Monochromatic Colors of #D74F9A
Black with #D74F9A
Text Example
Text Example
White with #D74F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F9A; }
p { color: rgb(215,79,154); }
H1.HeaderClassName
{
color: #D74F9A;
}
.AnyTagClassName
{
color: #D74F9A;
}
</style>
background-color css
<style>
a { background-color: #D74F9A; }
a { background-color: rgb(215,79,154); }
div.DivClassName
{
background-color: #D74F9A;
}
.BgClassName
{
background-color: #D74F9A;
}
</style>
border-color css
<style>
span { border-color: #D74F9A; }
span { border-color: rgb(215,79,154); }
td.TdClassName
{
border-color: #D74F9A;
}
.TagClassName
{
border-color: #D74F9A;
}
</style>