Shades of Mulberry #D452AC
Tints of Mulberry #D452AC
RGB
CMYK
RGB Variations
Color information
#D452AC (or 0xD452AC) is known color: Mulberry. HEX triplet: D4, 52 and AC. RGB value is (212,82,172). Sum of RGB (Red+Green+Blue) = 212+82+172=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D452AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452AC is #2BAD53. Grayscale: #828282. Windows color (decimal): -2862420 or 11293396. OLE color: 11293396.
HSL color Cylindrical-coordinate representation of color #D452AC: hue angle of 318.46º 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 #D452AC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 172 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.17 |
| HSL | 318.46º | 0.6% | 0.58% | - |
| HSV(B) | 318.46º | 0.61% | 0.83% | - |
| XYZ | 37.62 | 23.01 | 41.49 | - |
| YUV | 131.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 172 | 0 | 0.61 | 0.19 | 0.17 | 318.46 | 0.6 | 0.58 |
| Hex | D4 | 52 | AC | 0 | 3D | 13 | 11 | 13E | 3C | 3A |
| Octal | 324 | 122 | 254 | 0 | 75 | 23 | 21 | 476 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10101100 | 0 | 111101 | 10011 | 10001 | 100111110 | 111100 | 111010 |
Color Harmonies of #D452AC
Complementary color
Monochromatic Colors of #D452AC
Black with #D452AC
Text Example
Text Example
White with #D452AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452AC; }
p { color: rgb(212,82,172); }
H1.HeaderClassName
{
color: #D452AC;
}
.AnyTagClassName
{
color: #D452AC;
}
</style>
background-color css
<style>
a { background-color: #D452AC; }
a { background-color: rgb(212,82,172); }
div.DivClassName
{
background-color: #D452AC;
}
.BgClassName
{
background-color: #D452AC;
}
</style>
border-color css
<style>
span { border-color: #D452AC; }
span { border-color: rgb(212,82,172); }
td.TdClassName
{
border-color: #D452AC;
}
.TagClassName
{
border-color: #D452AC;
}
</style>