Shades of Mulberry #D445A2
Tints of Mulberry #D445A2
RGB
CMYK
RGB Variations
Color information
#D445A2 (or 0xD445A2) is known color: Mulberry. HEX triplet: D4, 45 and A2. RGB value is (212,69,162). Sum of RGB (Red+Green+Blue) = 212+69+162=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D445A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445A2 is #2BBA5D. Grayscale: #7A7A7A. Windows color (decimal): -2865758 or 10634708. OLE color: 10634708.
HSL color Cylindrical-coordinate representation of color #D445A2: hue angle of 320.98º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D445A2 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 162 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.17 |
| HSL | 320.98º | 0.62% | 0.55% | - |
| HSV(B) | 320.98º | 0.67% | 0.83% | - |
| XYZ | 35.8 | 20.86 | 36.32 | - |
| YUV | 122.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 162 | 0 | 0.67 | 0.24 | 0.17 | 320.98 | 0.62 | 0.55 |
| Hex | D4 | 45 | A2 | 0 | 43 | 18 | 11 | 141 | 3E | 37 |
| Octal | 324 | 105 | 242 | 0 | 103 | 30 | 21 | 501 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10100010 | 0 | 1000011 | 11000 | 10001 | 101000001 | 111110 | 110111 |
Color Harmonies of #D445A2
Complementary color
Monochromatic Colors of #D445A2
Black with #D445A2
Text Example
Text Example
White with #D445A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445A2; }
p { color: rgb(212,69,162); }
H1.HeaderClassName
{
color: #D445A2;
}
.AnyTagClassName
{
color: #D445A2;
}
</style>
background-color css
<style>
a { background-color: #D445A2; }
a { background-color: rgb(212,69,162); }
div.DivClassName
{
background-color: #D445A2;
}
.BgClassName
{
background-color: #D445A2;
}
</style>
border-color css
<style>
span { border-color: #D445A2; }
span { border-color: rgb(212,69,162); }
td.TdClassName
{
border-color: #D445A2;
}
.TagClassName
{
border-color: #D445A2;
}
</style>