Shades of Mulberry #D24AA6
Tints of Mulberry #D24AA6
RGB
CMYK
RGB Variations
Color information
#D24AA6 (or 0xD24AA6) is known color: Mulberry. HEX triplet: D2, 4A and A6. RGB value is (210,74,166). Sum of RGB (Red+Green+Blue) = 210+74+166=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D24AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24AA6 is #2DB559. Grayscale: #7C7C7C. Windows color (decimal): -2995546 or 10898130. OLE color: 10898130.
HSL color Cylindrical-coordinate representation of color #D24AA6: hue angle of 319.41º 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 #D24AA6 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 166 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.18 |
| HSL | 319.41º | 0.6% | 0.56% | - |
| HSV(B) | 319.41º | 0.65% | 0.82% | - |
| XYZ | 35.91 | 21.35 | 38.31 | - |
| YUV | 125.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 166 | 0 | 0.65 | 0.21 | 0.18 | 319.41 | 0.6 | 0.56 |
| Hex | D2 | 4A | A6 | 0 | 41 | 15 | 12 | 13F | 3C | 38 |
| Octal | 322 | 112 | 246 | 0 | 101 | 25 | 22 | 477 | 74 | 70 |
| Binary | 11010010 | 1001010 | 10100110 | 0 | 1000001 | 10101 | 10010 | 100111111 | 111100 | 111000 |
Color Harmonies of #D24AA6
Complementary color
Monochromatic Colors of #D24AA6
Black with #D24AA6
Text Example
Text Example
White with #D24AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24AA6; }
p { color: rgb(210,74,166); }
H1.HeaderClassName
{
color: #D24AA6;
}
.AnyTagClassName
{
color: #D24AA6;
}
</style>
background-color css
<style>
a { background-color: #D24AA6; }
a { background-color: rgb(210,74,166); }
div.DivClassName
{
background-color: #D24AA6;
}
.BgClassName
{
background-color: #D24AA6;
}
</style>
border-color css
<style>
span { border-color: #D24AA6; }
span { border-color: rgb(210,74,166); }
td.TdClassName
{
border-color: #D24AA6;
}
.TagClassName
{
border-color: #D24AA6;
}
</style>