Shades of Mulberry #D94CA2
Tints of Mulberry #D94CA2
RGB
CMYK
RGB Variations
Color information
#D94CA2 (or 0xD94CA2) is known color: Mulberry. HEX triplet: D9, 4C and A2. RGB value is (217,76,162). Sum of RGB (Red+Green+Blue) = 217+76+162=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CA2 is #26B35D. Grayscale: #7F7F7F. Windows color (decimal): -2536286 or 10636505. OLE color: 10636505.
HSL color Cylindrical-coordinate representation of color #D94CA2: hue angle of 323.4º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CA2 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 162 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.15 |
| HSL | 323.4º | 0.65% | 0.57% | - |
| HSV(B) | 323.4º | 0.65% | 0.85% | - |
| XYZ | 37.72 | 22.53 | 36.54 | - |
| YUV | 127.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 162 | 0 | 0.65 | 0.25 | 0.15 | 323.4 | 0.65 | 0.57 |
| Hex | D9 | 4C | A2 | 0 | 41 | 19 | F | 143 | 41 | 39 |
| Octal | 331 | 114 | 242 | 0 | 101 | 31 | 17 | 503 | 101 | 71 |
| Binary | 11011001 | 1001100 | 10100010 | 0 | 1000001 | 11001 | 1111 | 101000011 | 1000001 | 111001 |
Color Harmonies of #D94CA2
Complementary color
Monochromatic Colors of #D94CA2
Black with #D94CA2
Text Example
Text Example
White with #D94CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94CA2; }
p { color: rgb(217,76,162); }
H1.HeaderClassName
{
color: #D94CA2;
}
.AnyTagClassName
{
color: #D94CA2;
}
</style>
background-color css
<style>
a { background-color: #D94CA2; }
a { background-color: rgb(217,76,162); }
div.DivClassName
{
background-color: #D94CA2;
}
.BgClassName
{
background-color: #D94CA2;
}
</style>
border-color css
<style>
span { border-color: #D94CA2; }
span { border-color: rgb(217,76,162); }
td.TdClassName
{
border-color: #D94CA2;
}
.TagClassName
{
border-color: #D94CA2;
}
</style>