Shades of Mulberry #D64B8C
Tints of Mulberry #D64B8C
RGB
CMYK
RGB Variations
Color information
#D64B8C (or 0xD64B8C) is known color: Mulberry. HEX triplet: D6, 4B and 8C. RGB value is (214,75,140). Sum of RGB (Red+Green+Blue) = 214+75+140=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B8C is #29B473. Grayscale: #7B7B7B. Windows color (decimal): -2733172 or 9194454. OLE color: 9194454.
HSL color Cylindrical-coordinate representation of color #D64B8C: hue angle of 331.94º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B8C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 140 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.16 |
| HSL | 331.94º | 0.63% | 0.57% | - |
| HSV(B) | 331.94º | 0.65% | 0.84% | - |
| XYZ | 34.98 | 21.22 | 27.06 | - |
| YUV | 123.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 140 | 0 | 0.65 | 0.35 | 0.16 | 331.94 | 0.63 | 0.57 |
| Hex | D6 | 4B | 8C | 0 | 41 | 23 | 10 | 14C | 3F | 39 |
| Octal | 326 | 113 | 214 | 0 | 101 | 43 | 20 | 514 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10001100 | 0 | 1000001 | 100011 | 10000 | 101001100 | 111111 | 111001 |
Color Harmonies of #D64B8C
Complementary color
Monochromatic Colors of #D64B8C
Black with #D64B8C
Text Example
Text Example
White with #D64B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B8C; }
p { color: rgb(214,75,140); }
H1.HeaderClassName
{
color: #D64B8C;
}
.AnyTagClassName
{
color: #D64B8C;
}
</style>
background-color css
<style>
a { background-color: #D64B8C; }
a { background-color: rgb(214,75,140); }
div.DivClassName
{
background-color: #D64B8C;
}
.BgClassName
{
background-color: #D64B8C;
}
</style>
border-color css
<style>
span { border-color: #D64B8C; }
span { border-color: rgb(214,75,140); }
td.TdClassName
{
border-color: #D64B8C;
}
.TagClassName
{
border-color: #D64B8C;
}
</style>