Shades of Mulberry #D649A3
Tints of Mulberry #D649A3
RGB
CMYK
RGB Variations
Color information
#D649A3 (or 0xD649A3) is known color: Mulberry. HEX triplet: D6, 49 and A3. RGB value is (214,73,163). Sum of RGB (Red+Green+Blue) = 214+73+163=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D649A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D649A3 is #29B65C. Grayscale: #7D7D7D. Windows color (decimal): -2733661 or 10701270. OLE color: 10701270.
HSL color Cylindrical-coordinate representation of color #D649A3: hue angle of 321.7º 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 #D649A3 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 163 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.16 |
| HSL | 321.7º | 0.63% | 0.56% | - |
| HSV(B) | 321.7º | 0.66% | 0.84% | - |
| XYZ | 36.72 | 21.71 | 36.9 | - |
| YUV | 125.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 163 | 0 | 0.66 | 0.24 | 0.16 | 321.7 | 0.63 | 0.56 |
| Hex | D6 | 49 | A3 | 0 | 42 | 18 | 10 | 142 | 3F | 38 |
| Octal | 326 | 111 | 243 | 0 | 102 | 30 | 20 | 502 | 77 | 70 |
| Binary | 11010110 | 1001001 | 10100011 | 0 | 1000010 | 11000 | 10000 | 101000010 | 111111 | 111000 |
Color Harmonies of #D649A3
Complementary color
Monochromatic Colors of #D649A3
Black with #D649A3
Text Example
Text Example
White with #D649A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649A3; }
p { color: rgb(214,73,163); }
H1.HeaderClassName
{
color: #D649A3;
}
.AnyTagClassName
{
color: #D649A3;
}
</style>
background-color css
<style>
a { background-color: #D649A3; }
a { background-color: rgb(214,73,163); }
div.DivClassName
{
background-color: #D649A3;
}
.BgClassName
{
background-color: #D649A3;
}
</style>
border-color css
<style>
span { border-color: #D649A3; }
span { border-color: rgb(214,73,163); }
td.TdClassName
{
border-color: #D649A3;
}
.TagClassName
{
border-color: #D649A3;
}
</style>