Shades of Mulberry #D647A8
Tints of Mulberry #D647A8
RGB
CMYK
RGB Variations
Color information
#D647A8 (or 0xD647A8) is known color: Mulberry. HEX triplet: D6, 47 and A8. RGB value is (214,71,168). Sum of RGB (Red+Green+Blue) = 214+71+168=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D647A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D647A8 is #29B857. Grayscale: #7C7C7C. Windows color (decimal): -2734168 or 11028438. OLE color: 11028438.
HSL color Cylindrical-coordinate representation of color #D647A8: hue angle of 319.3º 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 #D647A8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 168 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.16 |
| HSL | 319.3º | 0.64% | 0.56% | - |
| HSV(B) | 319.3º | 0.67% | 0.84% | - |
| XYZ | 37.05 | 21.63 | 39.27 | - |
| YUV | 124.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 168 | 0 | 0.67 | 0.21 | 0.16 | 319.3 | 0.64 | 0.56 |
| Hex | D6 | 47 | A8 | 0 | 43 | 15 | 10 | 13F | 40 | 38 |
| Octal | 326 | 107 | 250 | 0 | 103 | 25 | 20 | 477 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10101000 | 0 | 1000011 | 10101 | 10000 | 100111111 | 1000000 | 111000 |
Color Harmonies of #D647A8
Complementary color
Monochromatic Colors of #D647A8
Black with #D647A8
Text Example
Text Example
White with #D647A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D647A8; }
p { color: rgb(214,71,168); }
H1.HeaderClassName
{
color: #D647A8;
}
.AnyTagClassName
{
color: #D647A8;
}
</style>
background-color css
<style>
a { background-color: #D647A8; }
a { background-color: rgb(214,71,168); }
div.DivClassName
{
background-color: #D647A8;
}
.BgClassName
{
background-color: #D647A8;
}
</style>
border-color css
<style>
span { border-color: #D647A8; }
span { border-color: rgb(214,71,168); }
td.TdClassName
{
border-color: #D647A8;
}
.TagClassName
{
border-color: #D647A8;
}
</style>