Shades of Mulberry #D24BA5
Tints of Mulberry #D24BA5
RGB
CMYK
RGB Variations
Color information
#D24BA5 (or 0xD24BA5) is known color: Mulberry. HEX triplet: D2, 4B and A5. RGB value is (210,75,165). Sum of RGB (Red+Green+Blue) = 210+75+165=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24BA5 is #2DB45A. Grayscale: #7D7D7D. Windows color (decimal): -2995291 or 10832850. OLE color: 10832850.
HSL color Cylindrical-coordinate representation of color #D24BA5: hue angle of 320º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24BA5 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 165 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.18 |
| HSL | 320º | 0.6% | 0.56% | - |
| HSV(B) | 320º | 0.64% | 0.82% | - |
| XYZ | 35.89 | 21.45 | 37.85 | - |
| YUV | 125.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 165 | 0 | 0.64 | 0.21 | 0.18 | 320 | 0.6 | 0.56 |
| Hex | D2 | 4B | A5 | 0 | 40 | 15 | 12 | 140 | 3C | 38 |
| Octal | 322 | 113 | 245 | 0 | 100 | 25 | 22 | 500 | 74 | 70 |
| Binary | 11010010 | 1001011 | 10100101 | 0 | 1000000 | 10101 | 10010 | 101000000 | 111100 | 111000 |
Color Harmonies of #D24BA5
Complementary color
Monochromatic Colors of #D24BA5
Black with #D24BA5
Text Example
Text Example
White with #D24BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BA5; }
p { color: rgb(210,75,165); }
H1.HeaderClassName
{
color: #D24BA5;
}
.AnyTagClassName
{
color: #D24BA5;
}
</style>
background-color css
<style>
a { background-color: #D24BA5; }
a { background-color: rgb(210,75,165); }
div.DivClassName
{
background-color: #D24BA5;
}
.BgClassName
{
background-color: #D24BA5;
}
</style>
border-color css
<style>
span { border-color: #D24BA5; }
span { border-color: rgb(210,75,165); }
td.TdClassName
{
border-color: #D24BA5;
}
.TagClassName
{
border-color: #D24BA5;
}
</style>