Shades of Mulberry #D645AB
Tints of Mulberry #D645AB
RGB
CMYK
RGB Variations
Color information
#D645AB (or 0xD645AB) is known color: Mulberry. HEX triplet: D6, 45 and AB. RGB value is (214,69,171). Sum of RGB (Red+Green+Blue) = 214+69+171=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D645AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D645AB is #29BA54. Grayscale: #7B7B7B. Windows color (decimal): -2734677 or 11224534. OLE color: 11224534.
HSL color Cylindrical-coordinate representation of color #D645AB: hue angle of 317.79º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D645AB is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 171 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.16 |
| HSL | 317.79º | 0.64% | 0.55% | - |
| HSV(B) | 317.79º | 0.68% | 0.84% | - |
| XYZ | 37.21 | 21.49 | 40.72 | - |
| YUV | 123.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 171 | 0 | 0.68 | 0.20 | 0.16 | 317.79 | 0.64 | 0.55 |
| Hex | D6 | 45 | AB | 0 | 44 | 14 | 10 | 13E | 40 | 37 |
| Octal | 326 | 105 | 253 | 0 | 104 | 24 | 20 | 476 | 100 | 67 |
| Binary | 11010110 | 1000101 | 10101011 | 0 | 1000100 | 10100 | 10000 | 100111110 | 1000000 | 110111 |
Color Harmonies of #D645AB
Complementary color
Monochromatic Colors of #D645AB
Black with #D645AB
Text Example
Text Example
White with #D645AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D645AB; }
p { color: rgb(214,69,171); }
H1.HeaderClassName
{
color: #D645AB;
}
.AnyTagClassName
{
color: #D645AB;
}
</style>
background-color css
<style>
a { background-color: #D645AB; }
a { background-color: rgb(214,69,171); }
div.DivClassName
{
background-color: #D645AB;
}
.BgClassName
{
background-color: #D645AB;
}
</style>
border-color css
<style>
span { border-color: #D645AB; }
span { border-color: rgb(214,69,171); }
td.TdClassName
{
border-color: #D645AB;
}
.TagClassName
{
border-color: #D645AB;
}
</style>