Shades of Mulberry #D757A3
Tints of Mulberry #D757A3
RGB
CMYK
RGB Variations
Color information
#D757A3 (or 0xD757A3) is known color: Mulberry. HEX triplet: D7, 57 and A3. RGB value is (215,87,163). Sum of RGB (Red+Green+Blue) = 215+87+163=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D757A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D757A3 is #28A85C. Grayscale: #858585. Windows color (decimal): -2664541 or 10704855. OLE color: 10704855.
HSL color Cylindrical-coordinate representation of color #D757A3: hue angle of 324.38º 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 #D757A3 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 163 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.16 |
| HSL | 324.38º | 0.62% | 0.59% | - |
| HSV(B) | 324.38º | 0.6% | 0.84% | - |
| XYZ | 38.04 | 23.91 | 37.26 | - |
| YUV | 133.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 163 | 0 | 0.60 | 0.24 | 0.16 | 324.38 | 0.62 | 0.59 |
| Hex | D7 | 57 | A3 | 0 | 3C | 18 | 10 | 144 | 3E | 3B |
| Octal | 327 | 127 | 243 | 0 | 74 | 30 | 20 | 504 | 76 | 73 |
| Binary | 11010111 | 1010111 | 10100011 | 0 | 111100 | 11000 | 10000 | 101000100 | 111110 | 111011 |
Color Harmonies of #D757A3
Complementary color
Monochromatic Colors of #D757A3
Black with #D757A3
Text Example
Text Example
White with #D757A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D757A3; }
p { color: rgb(215,87,163); }
H1.HeaderClassName
{
color: #D757A3;
}
.AnyTagClassName
{
color: #D757A3;
}
</style>
background-color css
<style>
a { background-color: #D757A3; }
a { background-color: rgb(215,87,163); }
div.DivClassName
{
background-color: #D757A3;
}
.BgClassName
{
background-color: #D757A3;
}
</style>
border-color css
<style>
span { border-color: #D757A3; }
span { border-color: rgb(215,87,163); }
td.TdClassName
{
border-color: #D757A3;
}
.TagClassName
{
border-color: #D757A3;
}
</style>