Shades of Mulberry #D649A8
Tints of Mulberry #D649A8
RGB
CMYK
RGB Variations
Color information
#D649A8 (or 0xD649A8) is known color: Mulberry. HEX triplet: D6, 49 and A8. RGB value is (214,73,168). Sum of RGB (Red+Green+Blue) = 214+73+168=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D649A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649A8 is #29B657. Grayscale: #7D7D7D. Windows color (decimal): -2733656 or 11028950. OLE color: 11028950.
HSL color Cylindrical-coordinate representation of color #D649A8: hue angle of 319.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D649A8 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 168 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.16 |
| HSL | 319.57º | 0.63% | 0.56% | - |
| HSV(B) | 319.57º | 0.66% | 0.84% | - |
| XYZ | 37.18 | 21.89 | 39.31 | - |
| YUV | 125.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 168 | 0 | 0.66 | 0.21 | 0.16 | 319.57 | 0.63 | 0.56 |
| Hex | D6 | 49 | A8 | 0 | 42 | 15 | 10 | 140 | 3F | 38 |
| Octal | 326 | 111 | 250 | 0 | 102 | 25 | 20 | 500 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10101000 | 0 | 1000010 | 10101 | 10000 | 101000000 | 111111 | 111000 |
Color Harmonies of #D649A8
Complementary color
Monochromatic Colors of #D649A8
Black with #D649A8
Text Example
Text Example
White with #D649A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649A8; }
p { color: rgb(214,73,168); }
H1.HeaderClassName
{
color: #D649A8;
}
.AnyTagClassName
{
color: #D649A8;
}
</style>
background-color css
<style>
a { background-color: #D649A8; }
a { background-color: rgb(214,73,168); }
div.DivClassName
{
background-color: #D649A8;
}
.BgClassName
{
background-color: #D649A8;
}
</style>
border-color css
<style>
span { border-color: #D649A8; }
span { border-color: rgb(214,73,168); }
td.TdClassName
{
border-color: #D649A8;
}
.TagClassName
{
border-color: #D649A8;
}
</style>