Shades of Mulberry #D643A5
Tints of Mulberry #D643A5
RGB
CMYK
RGB Variations
Color information
#D643A5 (or 0xD643A5) is known color: Mulberry. HEX triplet: D6, 43 and A5. RGB value is (214,67,165). Sum of RGB (Red+Green+Blue) = 214+67+165=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D643A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643A5 is #29BC5A. Grayscale: #797979. Windows color (decimal): -2735195 or 10830806. OLE color: 10830806.
HSL color Cylindrical-coordinate representation of color #D643A5: hue angle of 320º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643A5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 165 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.16 |
| HSL | 320º | 0.64% | 0.55% | - |
| HSV(B) | 320º | 0.69% | 0.84% | - |
| XYZ | 36.53 | 21.03 | 37.73 | - |
| YUV | 122.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 165 | 0 | 0.69 | 0.23 | 0.16 | 320 | 0.64 | 0.55 |
| Hex | D6 | 43 | A5 | 0 | 45 | 17 | 10 | 140 | 40 | 37 |
| Octal | 326 | 103 | 245 | 0 | 105 | 27 | 20 | 500 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10100101 | 0 | 1000101 | 10111 | 10000 | 101000000 | 1000000 | 110111 |
Color Harmonies of #D643A5
Complementary color
Monochromatic Colors of #D643A5
Black with #D643A5
Text Example
Text Example
White with #D643A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643A5; }
p { color: rgb(214,67,165); }
H1.HeaderClassName
{
color: #D643A5;
}
.AnyTagClassName
{
color: #D643A5;
}
</style>
background-color css
<style>
a { background-color: #D643A5; }
a { background-color: rgb(214,67,165); }
div.DivClassName
{
background-color: #D643A5;
}
.BgClassName
{
background-color: #D643A5;
}
</style>
border-color css
<style>
span { border-color: #D643A5; }
span { border-color: rgb(214,67,165); }
td.TdClassName
{
border-color: #D643A5;
}
.TagClassName
{
border-color: #D643A5;
}
</style>