Shades of Mulberry #D951A4
Tints of Mulberry #D951A4
RGB
CMYK
RGB Variations
Color information
#D951A4 (or 0xD951A4) is known color: Mulberry. HEX triplet: D9, 51 and A4. RGB value is (217,81,164). Sum of RGB (Red+Green+Blue) = 217+81+164=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D951A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D951A4 is #26AE5B. Grayscale: #828282. Windows color (decimal): -2535004 or 10768857. OLE color: 10768857.
HSL color Cylindrical-coordinate representation of color #D951A4: hue angle of 323.38º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D951A4 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 164 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.15 |
| HSL | 323.38º | 0.64% | 0.58% | - |
| HSV(B) | 323.38º | 0.63% | 0.85% | - |
| XYZ | 38.26 | 23.32 | 37.61 | - |
| YUV | 131.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 164 | 0 | 0.63 | 0.24 | 0.15 | 323.38 | 0.64 | 0.58 |
| Hex | D9 | 51 | A4 | 0 | 3F | 18 | F | 143 | 40 | 3A |
| Octal | 331 | 121 | 244 | 0 | 77 | 30 | 17 | 503 | 100 | 72 |
| Binary | 11011001 | 1010001 | 10100100 | 0 | 111111 | 11000 | 1111 | 101000011 | 1000000 | 111010 |
Color Harmonies of #D951A4
Complementary color
Monochromatic Colors of #D951A4
Black with #D951A4
Text Example
Text Example
White with #D951A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951A4; }
p { color: rgb(217,81,164); }
H1.HeaderClassName
{
color: #D951A4;
}
.AnyTagClassName
{
color: #D951A4;
}
</style>
background-color css
<style>
a { background-color: #D951A4; }
a { background-color: rgb(217,81,164); }
div.DivClassName
{
background-color: #D951A4;
}
.BgClassName
{
background-color: #D951A4;
}
</style>
border-color css
<style>
span { border-color: #D951A4; }
span { border-color: rgb(217,81,164); }
td.TdClassName
{
border-color: #D951A4;
}
.TagClassName
{
border-color: #D951A4;
}
</style>