Shades of Mulberry #D442A0
Tints of Mulberry #D442A0
RGB
CMYK
RGB Variations
Color information
#D442A0 (or 0xD442A0) is known color: Mulberry. HEX triplet: D4, 42 and A0. RGB value is (212,66,160). Sum of RGB (Red+Green+Blue) = 212+66+160=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D442A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D442A0 is #2BBD5F. Grayscale: #787878. Windows color (decimal): -2866528 or 10502868. OLE color: 10502868.
HSL color Cylindrical-coordinate representation of color #D442A0: hue angle of 321.37º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D442A0 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 160 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.17 |
| HSL | 321.37º | 0.63% | 0.55% | - |
| HSV(B) | 321.37º | 0.69% | 0.83% | - |
| XYZ | 35.44 | 20.43 | 35.33 | - |
| YUV | 120.37 | 150.37 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 160 | 0 | 0.69 | 0.25 | 0.17 | 321.37 | 0.63 | 0.55 |
| Hex | D4 | 42 | A0 | 0 | 45 | 19 | 11 | 141 | 3F | 37 |
| Octal | 324 | 102 | 240 | 0 | 105 | 31 | 21 | 501 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10100000 | 0 | 1000101 | 11001 | 10001 | 101000001 | 111111 | 110111 |
Color Harmonies of #D442A0
Complementary color
Monochromatic Colors of #D442A0
Black with #D442A0
Text Example
Text Example
White with #D442A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442A0; }
p { color: rgb(212,66,160); }
H1.HeaderClassName
{
color: #D442A0;
}
.AnyTagClassName
{
color: #D442A0;
}
</style>
background-color css
<style>
a { background-color: #D442A0; }
a { background-color: rgb(212,66,160); }
div.DivClassName
{
background-color: #D442A0;
}
.BgClassName
{
background-color: #D442A0;
}
</style>
border-color css
<style>
span { border-color: #D442A0; }
span { border-color: rgb(212,66,160); }
td.TdClassName
{
border-color: #D442A0;
}
.TagClassName
{
border-color: #D442A0;
}
</style>