Shades of Mulberry #D24AA3
Tints of Mulberry #D24AA3
RGB
CMYK
RGB Variations
Color information
#D24AA3 (or 0xD24AA3) is known color: Mulberry. HEX triplet: D2, 4A and A3. RGB value is (210,74,163). Sum of RGB (Red+Green+Blue) = 210+74+163=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AA3 is #2DB55C. Grayscale: #7C7C7C. Windows color (decimal): -2995549 or 10701522. OLE color: 10701522.
HSL color Cylindrical-coordinate representation of color #D24AA3: hue angle of 320.74º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24AA3 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 163 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.18 |
| HSL | 320.74º | 0.6% | 0.56% | - |
| HSV(B) | 320.74º | 0.65% | 0.82% | - |
| XYZ | 35.64 | 21.24 | 36.87 | - |
| YUV | 124.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 163 | 0 | 0.65 | 0.22 | 0.18 | 320.74 | 0.6 | 0.56 |
| Hex | D2 | 4A | A3 | 0 | 41 | 16 | 12 | 141 | 3C | 38 |
| Octal | 322 | 112 | 243 | 0 | 101 | 26 | 22 | 501 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10100011 | 0 | 1000001 | 10110 | 10010 | 101000001 | 111100 | 111000 |
Color Harmonies of #D24AA3
Complementary color
Monochromatic Colors of #D24AA3
Black with #D24AA3
Text Example
Text Example
White with #D24AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AA3; }
p { color: rgb(210,74,163); }
H1.HeaderClassName
{
color: #D24AA3;
}
.AnyTagClassName
{
color: #D24AA3;
}
</style>
background-color css
<style>
a { background-color: #D24AA3; }
a { background-color: rgb(210,74,163); }
div.DivClassName
{
background-color: #D24AA3;
}
.BgClassName
{
background-color: #D24AA3;
}
</style>
border-color css
<style>
span { border-color: #D24AA3; }
span { border-color: rgb(210,74,163); }
td.TdClassName
{
border-color: #D24AA3;
}
.TagClassName
{
border-color: #D24AA3;
}
</style>