Shades of Mulberry #D445AA
Tints of Mulberry #D445AA
RGB
CMYK
RGB Variations
Color information
#D445AA (or 0xD445AA) is known color: Mulberry. HEX triplet: D4, 45 and AA. RGB value is (212,69,170). Sum of RGB (Red+Green+Blue) = 212+69+170=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D445AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445AA is #2BBA55. Grayscale: #7B7B7B. Windows color (decimal): -2865750 or 11158996. OLE color: 11158996.
HSL color Cylindrical-coordinate representation of color #D445AA: hue angle of 317.62º 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 #D445AA is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 170 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.17 |
| HSL | 317.62º | 0.62% | 0.55% | - |
| HSV(B) | 317.62º | 0.67% | 0.83% | - |
| XYZ | 36.54 | 21.16 | 40.19 | - |
| YUV | 123.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 170 | 0 | 0.67 | 0.20 | 0.17 | 317.62 | 0.62 | 0.55 |
| Hex | D4 | 45 | AA | 0 | 43 | 14 | 11 | 13E | 3E | 37 |
| Octal | 324 | 105 | 252 | 0 | 103 | 24 | 21 | 476 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10101010 | 0 | 1000011 | 10100 | 10001 | 100111110 | 111110 | 110111 |
Color Harmonies of #D445AA
Complementary color
Monochromatic Colors of #D445AA
Black with #D445AA
Text Example
Text Example
White with #D445AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445AA; }
p { color: rgb(212,69,170); }
H1.HeaderClassName
{
color: #D445AA;
}
.AnyTagClassName
{
color: #D445AA;
}
</style>
background-color css
<style>
a { background-color: #D445AA; }
a { background-color: rgb(212,69,170); }
div.DivClassName
{
background-color: #D445AA;
}
.BgClassName
{
background-color: #D445AA;
}
</style>
border-color css
<style>
span { border-color: #D445AA; }
span { border-color: rgb(212,69,170); }
td.TdClassName
{
border-color: #D445AA;
}
.TagClassName
{
border-color: #D445AA;
}
</style>