Shades of Mulberry #D7468F
Tints of Mulberry #D7468F
RGB
CMYK
RGB Variations
Color information
#D7468F (or 0xD7468F) is known color: Mulberry. HEX triplet: D7, 46 and 8F. RGB value is (215,70,143). Sum of RGB (Red+Green+Blue) = 215+70+143=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7468F is #28B970. Grayscale: #797979. Windows color (decimal): -2668913 or 9389783. OLE color: 9389783.
HSL color Cylindrical-coordinate representation of color #D7468F: hue angle of 329.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7468F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 143 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.16 |
| HSL | 329.79º | 0.64% | 0.56% | - |
| HSV(B) | 329.79º | 0.67% | 0.84% | - |
| XYZ | 35.17 | 20.81 | 28.15 | - |
| YUV | 121.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 143 | 0 | 0.67 | 0.33 | 0.16 | 329.79 | 0.64 | 0.56 |
| Hex | D7 | 46 | 8F | 0 | 43 | 21 | 10 | 14A | 40 | 38 |
| Octal | 327 | 106 | 217 | 0 | 103 | 41 | 20 | 512 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10001111 | 0 | 1000011 | 100001 | 10000 | 101001010 | 1000000 | 111000 |
Color Harmonies of #D7468F
Complementary color
Monochromatic Colors of #D7468F
Black with #D7468F
Text Example
Text Example
White with #D7468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7468F; }
p { color: rgb(215,70,143); }
H1.HeaderClassName
{
color: #D7468F;
}
.AnyTagClassName
{
color: #D7468F;
}
</style>
background-color css
<style>
a { background-color: #D7468F; }
a { background-color: rgb(215,70,143); }
div.DivClassName
{
background-color: #D7468F;
}
.BgClassName
{
background-color: #D7468F;
}
</style>
border-color css
<style>
span { border-color: #D7468F; }
span { border-color: rgb(215,70,143); }
td.TdClassName
{
border-color: #D7468F;
}
.TagClassName
{
border-color: #D7468F;
}
</style>