Shades of Mulberry #D452A0
Tints of Mulberry #D452A0
RGB
CMYK
RGB Variations
Color information
#D452A0 (or 0xD452A0) is known color: Mulberry. HEX triplet: D4, 52 and A0. RGB value is (212,82,160). Sum of RGB (Red+Green+Blue) = 212+82+160=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D452A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452A0 is #2BAD5F. Grayscale: #818181. Windows color (decimal): -2862432 or 10506964. OLE color: 10506964.
HSL color Cylindrical-coordinate representation of color #D452A0: hue angle of 324º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D452A0 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 160 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.17 |
| HSL | 324º | 0.6% | 0.58% | - |
| HSV(B) | 324º | 0.61% | 0.83% | - |
| XYZ | 36.51 | 22.57 | 35.69 | - |
| YUV | 129.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 160 | 0 | 0.61 | 0.25 | 0.17 | 324 | 0.6 | 0.58 |
| Hex | D4 | 52 | A0 | 0 | 3D | 19 | 11 | 144 | 3C | 3A |
| Octal | 324 | 122 | 240 | 0 | 75 | 31 | 21 | 504 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10100000 | 0 | 111101 | 11001 | 10001 | 101000100 | 111100 | 111010 |
Color Harmonies of #D452A0
Complementary color
Monochromatic Colors of #D452A0
Black with #D452A0
Text Example
Text Example
White with #D452A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452A0; }
p { color: rgb(212,82,160); }
H1.HeaderClassName
{
color: #D452A0;
}
.AnyTagClassName
{
color: #D452A0;
}
</style>
background-color css
<style>
a { background-color: #D452A0; }
a { background-color: rgb(212,82,160); }
div.DivClassName
{
background-color: #D452A0;
}
.BgClassName
{
background-color: #D452A0;
}
</style>
border-color css
<style>
span { border-color: #D452A0; }
span { border-color: rgb(212,82,160); }
td.TdClassName
{
border-color: #D452A0;
}
.TagClassName
{
border-color: #D452A0;
}
</style>