Shades of Mulberry #D740A8
Tints of Mulberry #D740A8
RGB
CMYK
RGB Variations
Color information
#D740A8 (or 0xD740A8) is known color: Mulberry. HEX triplet: D7, 40 and A8. RGB value is (215,64,168). Sum of RGB (Red+Green+Blue) = 215+64+168=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D740A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740A8 is #28BF57. Grayscale: #787878. Windows color (decimal): -2670424 or 11026647. OLE color: 11026647.
HSL color Cylindrical-coordinate representation of color #D740A8: hue angle of 318.68º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740A8 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 168 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.16 |
| HSL | 318.68º | 0.65% | 0.55% | - |
| HSV(B) | 318.68º | 0.7% | 0.84% | - |
| XYZ | 36.93 | 20.94 | 39.14 | - |
| YUV | 121.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 168 | 0 | 0.70 | 0.22 | 0.16 | 318.68 | 0.65 | 0.55 |
| Hex | D7 | 40 | A8 | 0 | 46 | 16 | 10 | 13F | 41 | 37 |
| Octal | 327 | 100 | 250 | 0 | 106 | 26 | 20 | 477 | 101 | 67 |
| Binary | 11010111 | 1000000 | 10101000 | 0 | 1000110 | 10110 | 10000 | 100111111 | 1000001 | 110111 |
Color Harmonies of #D740A8
Complementary color
Monochromatic Colors of #D740A8
Black with #D740A8
Text Example
Text Example
White with #D740A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740A8; }
p { color: rgb(215,64,168); }
H1.HeaderClassName
{
color: #D740A8;
}
.AnyTagClassName
{
color: #D740A8;
}
</style>
background-color css
<style>
a { background-color: #D740A8; }
a { background-color: rgb(215,64,168); }
div.DivClassName
{
background-color: #D740A8;
}
.BgClassName
{
background-color: #D740A8;
}
</style>
border-color css
<style>
span { border-color: #D740A8; }
span { border-color: rgb(215,64,168); }
td.TdClassName
{
border-color: #D740A8;
}
.TagClassName
{
border-color: #D740A8;
}
</style>