Shades of Mulberry #D24AA4
Tints of Mulberry #D24AA4
RGB
CMYK
RGB Variations
Color information
#D24AA4 (or 0xD24AA4) is known color: Mulberry. HEX triplet: D2, 4A and A4. RGB value is (210,74,164). Sum of RGB (Red+Green+Blue) = 210+74+164=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AA4 is #2DB55B. Grayscale: #7C7C7C. Windows color (decimal): -2995548 or 10767058. OLE color: 10767058.
HSL color Cylindrical-coordinate representation of color #D24AA4: hue angle of 320.29º 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 #D24AA4 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 164 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.18 |
| HSL | 320.29º | 0.6% | 0.56% | - |
| HSV(B) | 320.29º | 0.65% | 0.82% | - |
| XYZ | 35.73 | 21.28 | 37.35 | - |
| YUV | 124.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 164 | 0 | 0.65 | 0.22 | 0.18 | 320.29 | 0.6 | 0.56 |
| Hex | D2 | 4A | A4 | 0 | 41 | 16 | 12 | 140 | 3C | 38 |
| Octal | 322 | 112 | 244 | 0 | 101 | 26 | 22 | 500 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10100100 | 0 | 1000001 | 10110 | 10010 | 101000000 | 111100 | 111000 |
Color Harmonies of #D24AA4
Complementary color
Monochromatic Colors of #D24AA4
Black with #D24AA4
Text Example
Text Example
White with #D24AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AA4; }
p { color: rgb(210,74,164); }
H1.HeaderClassName
{
color: #D24AA4;
}
.AnyTagClassName
{
color: #D24AA4;
}
</style>
background-color css
<style>
a { background-color: #D24AA4; }
a { background-color: rgb(210,74,164); }
div.DivClassName
{
background-color: #D24AA4;
}
.BgClassName
{
background-color: #D24AA4;
}
</style>
border-color css
<style>
span { border-color: #D24AA4; }
span { border-color: rgb(210,74,164); }
td.TdClassName
{
border-color: #D24AA4;
}
.TagClassName
{
border-color: #D24AA4;
}
</style>