Shades of Mulberry #D755A2
Tints of Mulberry #D755A2
RGB
CMYK
RGB Variations
Color information
#D755A2 (or 0xD755A2) is known color: Mulberry. HEX triplet: D7, 55 and A2. RGB value is (215,85,162). Sum of RGB (Red+Green+Blue) = 215+85+162=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D755A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755A2 is #28AA5D. Grayscale: #848484. Windows color (decimal): -2665054 or 10638807. OLE color: 10638807.
HSL color Cylindrical-coordinate representation of color #D755A2: hue angle of 324.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D755A2 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 162 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.16 |
| HSL | 324.46º | 0.62% | 0.59% | - |
| HSV(B) | 324.46º | 0.6% | 0.84% | - |
| XYZ | 37.79 | 23.55 | 36.74 | - |
| YUV | 132.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 162 | 0 | 0.60 | 0.25 | 0.16 | 324.46 | 0.62 | 0.59 |
| Hex | D7 | 55 | A2 | 0 | 3C | 19 | 10 | 144 | 3E | 3B |
| Octal | 327 | 125 | 242 | 0 | 74 | 31 | 20 | 504 | 76 | 73 |
| Binary | 11010111 | 1010101 | 10100010 | 0 | 111100 | 11001 | 10000 | 101000100 | 111110 | 111011 |
Color Harmonies of #D755A2
Complementary color
Monochromatic Colors of #D755A2
Black with #D755A2
Text Example
Text Example
White with #D755A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755A2; }
p { color: rgb(215,85,162); }
H1.HeaderClassName
{
color: #D755A2;
}
.AnyTagClassName
{
color: #D755A2;
}
</style>
background-color css
<style>
a { background-color: #D755A2; }
a { background-color: rgb(215,85,162); }
div.DivClassName
{
background-color: #D755A2;
}
.BgClassName
{
background-color: #D755A2;
}
</style>
border-color css
<style>
span { border-color: #D755A2; }
span { border-color: rgb(215,85,162); }
td.TdClassName
{
border-color: #D755A2;
}
.TagClassName
{
border-color: #D755A2;
}
</style>