Shades of Mulberry #D452A2
Tints of Mulberry #D452A2
RGB
CMYK
RGB Variations
Color information
#D452A2 (or 0xD452A2) is known color: Mulberry. HEX triplet: D4, 52 and A2. RGB value is (212,82,162). Sum of RGB (Red+Green+Blue) = 212+82+162=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D452A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D452A2 is #2BAD5D. Grayscale: #818181. Windows color (decimal): -2862430 or 10638036. OLE color: 10638036.
HSL color Cylindrical-coordinate representation of color #D452A2: hue angle of 323.08º 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 #D452A2 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 162 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.17 |
| HSL | 323.08º | 0.6% | 0.58% | - |
| HSV(B) | 323.08º | 0.61% | 0.83% | - |
| XYZ | 36.69 | 22.64 | 36.62 | - |
| YUV | 129.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 162 | 0 | 0.61 | 0.24 | 0.17 | 323.08 | 0.6 | 0.58 |
| Hex | D4 | 52 | A2 | 0 | 3D | 18 | 11 | 143 | 3C | 3A |
| Octal | 324 | 122 | 242 | 0 | 75 | 30 | 21 | 503 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10100010 | 0 | 111101 | 11000 | 10001 | 101000011 | 111100 | 111010 |
Color Harmonies of #D452A2
Complementary color
Monochromatic Colors of #D452A2
Black with #D452A2
Text Example
Text Example
White with #D452A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452A2; }
p { color: rgb(212,82,162); }
H1.HeaderClassName
{
color: #D452A2;
}
.AnyTagClassName
{
color: #D452A2;
}
</style>
background-color css
<style>
a { background-color: #D452A2; }
a { background-color: rgb(212,82,162); }
div.DivClassName
{
background-color: #D452A2;
}
.BgClassName
{
background-color: #D452A2;
}
</style>
border-color css
<style>
span { border-color: #D452A2; }
span { border-color: rgb(212,82,162); }
td.TdClassName
{
border-color: #D452A2;
}
.TagClassName
{
border-color: #D452A2;
}
</style>