Shades of Mulberry #D24AA2
Tints of Mulberry #D24AA2
RGB
CMYK
RGB Variations
Color information
#D24AA2 (or 0xD24AA2) is known color: Mulberry. HEX triplet: D2, 4A and A2. RGB value is (210,74,162). Sum of RGB (Red+Green+Blue) = 210+74+162=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AA2 is #2DB55D. Grayscale: #7C7C7C. Windows color (decimal): -2995550 or 10635986. OLE color: 10635986.
HSL color Cylindrical-coordinate representation of color #D24AA2: hue angle of 321.18º 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 #D24AA2 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 162 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.18 |
| HSL | 321.18º | 0.6% | 0.56% | - |
| HSV(B) | 321.18º | 0.65% | 0.82% | - |
| XYZ | 35.55 | 21.21 | 36.4 | - |
| YUV | 124.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 162 | 0 | 0.65 | 0.23 | 0.18 | 321.18 | 0.6 | 0.56 |
| Hex | D2 | 4A | A2 | 0 | 41 | 17 | 12 | 141 | 3C | 38 |
| Octal | 322 | 112 | 242 | 0 | 101 | 27 | 22 | 501 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10100010 | 0 | 1000001 | 10111 | 10010 | 101000001 | 111100 | 111000 |
Color Harmonies of #D24AA2
Complementary color
Monochromatic Colors of #D24AA2
Black with #D24AA2
Text Example
Text Example
White with #D24AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AA2; }
p { color: rgb(210,74,162); }
H1.HeaderClassName
{
color: #D24AA2;
}
.AnyTagClassName
{
color: #D24AA2;
}
</style>
background-color css
<style>
a { background-color: #D24AA2; }
a { background-color: rgb(210,74,162); }
div.DivClassName
{
background-color: #D24AA2;
}
.BgClassName
{
background-color: #D24AA2;
}
</style>
border-color css
<style>
span { border-color: #D24AA2; }
span { border-color: rgb(210,74,162); }
td.TdClassName
{
border-color: #D24AA2;
}
.TagClassName
{
border-color: #D24AA2;
}
</style>