Shades of Mulberry #D64795
Tints of Mulberry #D64795
RGB
CMYK
RGB Variations
Color information
#D64795 (or 0xD64795) is known color: Mulberry. HEX triplet: D6, 47 and 95. RGB value is (214,71,149). Sum of RGB (Red+Green+Blue) = 214+71+149=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D64795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64795 is #29B86A. Grayscale: #7A7A7A. Windows color (decimal): -2734187 or 9783254. OLE color: 9783254.
HSL color Cylindrical-coordinate representation of color #D64795: hue angle of 327.27º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64795 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 149 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.16 |
| HSL | 327.27º | 0.64% | 0.56% | - |
| HSV(B) | 327.27º | 0.67% | 0.84% | - |
| XYZ | 35.41 | 20.97 | 30.62 | - |
| YUV | 122.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 149 | 0 | 0.67 | 0.30 | 0.16 | 327.27 | 0.64 | 0.56 |
| Hex | D6 | 47 | 95 | 0 | 43 | 1E | 10 | 147 | 40 | 38 |
| Octal | 326 | 107 | 225 | 0 | 103 | 36 | 20 | 507 | 100 | 70 |
| Binary | 11010110 | 1000111 | 10010101 | 0 | 1000011 | 11110 | 10000 | 101000111 | 1000000 | 111000 |
Color Harmonies of #D64795
Complementary color
Monochromatic Colors of #D64795
Black with #D64795
Text Example
Text Example
White with #D64795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64795; }
p { color: rgb(214,71,149); }
H1.HeaderClassName
{
color: #D64795;
}
.AnyTagClassName
{
color: #D64795;
}
</style>
background-color css
<style>
a { background-color: #D64795; }
a { background-color: rgb(214,71,149); }
div.DivClassName
{
background-color: #D64795;
}
.BgClassName
{
background-color: #D64795;
}
</style>
border-color css
<style>
span { border-color: #D64795; }
span { border-color: rgb(214,71,149); }
td.TdClassName
{
border-color: #D64795;
}
.TagClassName
{
border-color: #D64795;
}
</style>