Shades of Mulberry #D74F93
Tints of Mulberry #D74F93
RGB
CMYK
RGB Variations
Color information
#D74F93 (or 0xD74F93) is known color: Mulberry. HEX triplet: D7, 4F and 93. RGB value is (215,79,147). Sum of RGB (Red+Green+Blue) = 215+79+147=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F93 is #28B06C. Grayscale: #7F7F7F. Windows color (decimal): -2666605 or 9654231. OLE color: 9654231.
HSL color Cylindrical-coordinate representation of color #D74F93: hue angle of 330º 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 #D74F93 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 147 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.16 |
| HSL | 330º | 0.63% | 0.58% | - |
| HSV(B) | 330º | 0.63% | 0.84% | - |
| XYZ | 36.09 | 22.15 | 29.98 | - |
| YUV | 127.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 147 | 0 | 0.63 | 0.32 | 0.16 | 330 | 0.63 | 0.58 |
| Hex | D7 | 4F | 93 | 0 | 3F | 20 | 10 | 14A | 3F | 3A |
| Octal | 327 | 117 | 223 | 0 | 77 | 40 | 20 | 512 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10010011 | 0 | 111111 | 100000 | 10000 | 101001010 | 111111 | 111010 |
Color Harmonies of #D74F93
Complementary color
Monochromatic Colors of #D74F93
Black with #D74F93
Text Example
Text Example
White with #D74F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F93; }
p { color: rgb(215,79,147); }
H1.HeaderClassName
{
color: #D74F93;
}
.AnyTagClassName
{
color: #D74F93;
}
</style>
background-color css
<style>
a { background-color: #D74F93; }
a { background-color: rgb(215,79,147); }
div.DivClassName
{
background-color: #D74F93;
}
.BgClassName
{
background-color: #D74F93;
}
</style>
border-color css
<style>
span { border-color: #D74F93; }
span { border-color: rgb(215,79,147); }
td.TdClassName
{
border-color: #D74F93;
}
.TagClassName
{
border-color: #D74F93;
}
</style>