Shades of Mulberry #D24FA5
Tints of Mulberry #D24FA5
RGB
CMYK
RGB Variations
Color information
#D24FA5 (or 0xD24FA5) is known color: Mulberry. HEX triplet: D2, 4F and A5. RGB value is (210,79,165). Sum of RGB (Red+Green+Blue) = 210+79+165=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FA5 is #2DB05A. Grayscale: #7F7F7F. Windows color (decimal): -2994267 or 10833874. OLE color: 10833874.
HSL color Cylindrical-coordinate representation of color #D24FA5: hue angle of 320.61º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24FA5 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 79 | 165 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.18 |
| HSL | 320.61º | 0.59% | 0.57% | - |
| HSV(B) | 320.61º | 0.62% | 0.82% | - |
| XYZ | 36.17 | 22.01 | 37.94 | - |
| YUV | 127.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 165 | 0 | 0.62 | 0.21 | 0.18 | 320.61 | 0.59 | 0.57 |
| Hex | D2 | 4F | A5 | 0 | 3E | 15 | 12 | 141 | 3B | 39 |
| Octal | 322 | 117 | 245 | 0 | 76 | 25 | 22 | 501 | 73 | 71 |
| Binary | 11010010 | 1001111 | 10100101 | 0 | 111110 | 10101 | 10010 | 101000001 | 111011 | 111001 |
Color Harmonies of #D24FA5
Complementary color
Monochromatic Colors of #D24FA5
Black with #D24FA5
Text Example
Text Example
White with #D24FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FA5; }
p { color: rgb(210,79,165); }
H1.HeaderClassName
{
color: #D24FA5;
}
.AnyTagClassName
{
color: #D24FA5;
}
</style>
background-color css
<style>
a { background-color: #D24FA5; }
a { background-color: rgb(210,79,165); }
div.DivClassName
{
background-color: #D24FA5;
}
.BgClassName
{
background-color: #D24FA5;
}
</style>
border-color css
<style>
span { border-color: #D24FA5; }
span { border-color: rgb(210,79,165); }
td.TdClassName
{
border-color: #D24FA5;
}
.TagClassName
{
border-color: #D24FA5;
}
</style>