Shades of Mulberry #D1418A
Tints of Mulberry #D1418A
RGB
CMYK
RGB Variations
Color information
#D1418A (or 0xD1418A) is known color: Mulberry. HEX triplet: D1, 41 and 8A. RGB value is (209,65,138). Sum of RGB (Red+Green+Blue) = 209+65+138=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1418A is #2EBE75. Grayscale: #747474. Windows color (decimal): -3063414 or 9060817. OLE color: 9060817.
HSL color Cylindrical-coordinate representation of color #D1418A: hue angle of 329.58º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1418A is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 138 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.18 |
| HSL | 329.58º | 0.61% | 0.54% | - |
| HSV(B) | 329.58º | 0.69% | 0.82% | - |
| XYZ | 32.77 | 19.17 | 26.02 | - |
| YUV | 116.38 | 140.21 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 138 | 0 | 0.69 | 0.34 | 0.18 | 329.58 | 0.61 | 0.54 |
| Hex | D1 | 41 | 8A | 0 | 45 | 22 | 12 | 14A | 3D | 36 |
| Octal | 321 | 101 | 212 | 0 | 105 | 42 | 22 | 512 | 75 | 66 |
| Binary | 11010001 | 1000001 | 10001010 | 0 | 1000101 | 100010 | 10010 | 101001010 | 111101 | 110110 |
Color Harmonies of #D1418A
Complementary color
Monochromatic Colors of #D1418A
Black with #D1418A
Text Example
Text Example
White with #D1418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1418A; }
p { color: rgb(209,65,138); }
H1.HeaderClassName
{
color: #D1418A;
}
.AnyTagClassName
{
color: #D1418A;
}
</style>
background-color css
<style>
a { background-color: #D1418A; }
a { background-color: rgb(209,65,138); }
div.DivClassName
{
background-color: #D1418A;
}
.BgClassName
{
background-color: #D1418A;
}
</style>
border-color css
<style>
span { border-color: #D1418A; }
span { border-color: rgb(209,65,138); }
td.TdClassName
{
border-color: #D1418A;
}
.TagClassName
{
border-color: #D1418A;
}
</style>