Shades of Mulberry #D754A1
Tints of Mulberry #D754A1
RGB
CMYK
RGB Variations
Color information
#D754A1 (or 0xD754A1) is known color: Mulberry. HEX triplet: D7, 54 and A1. RGB value is (215,84,161). Sum of RGB (Red+Green+Blue) = 215+84+161=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D754A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D754A1 is #28AB5E. Grayscale: #838383. Windows color (decimal): -2665311 or 10573015. OLE color: 10573015.
HSL color Cylindrical-coordinate representation of color #D754A1: hue angle of 324.73º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754A1 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 161 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.16 |
| HSL | 324.73º | 0.62% | 0.59% | - |
| HSV(B) | 324.73º | 0.61% | 0.84% | - |
| XYZ | 37.63 | 23.36 | 36.24 | - |
| YUV | 131.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 161 | 0 | 0.61 | 0.25 | 0.16 | 324.73 | 0.62 | 0.59 |
| Hex | D7 | 54 | A1 | 0 | 3D | 19 | 10 | 145 | 3E | 3B |
| Octal | 327 | 124 | 241 | 0 | 75 | 31 | 20 | 505 | 76 | 73 |
| Binary | 11010111 | 1010100 | 10100001 | 0 | 111101 | 11001 | 10000 | 101000101 | 111110 | 111011 |
Color Harmonies of #D754A1
Complementary color
Monochromatic Colors of #D754A1
Black with #D754A1
Text Example
Text Example
White with #D754A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754A1; }
p { color: rgb(215,84,161); }
H1.HeaderClassName
{
color: #D754A1;
}
.AnyTagClassName
{
color: #D754A1;
}
</style>
background-color css
<style>
a { background-color: #D754A1; }
a { background-color: rgb(215,84,161); }
div.DivClassName
{
background-color: #D754A1;
}
.BgClassName
{
background-color: #D754A1;
}
</style>
border-color css
<style>
span { border-color: #D754A1; }
span { border-color: rgb(215,84,161); }
td.TdClassName
{
border-color: #D754A1;
}
.TagClassName
{
border-color: #D754A1;
}
</style>