Shades of Mulberry #D4508F
Tints of Mulberry #D4508F
RGB
CMYK
RGB Variations
Color information
#D4508F (or 0xD4508F) is known color: Mulberry. HEX triplet: D4, 50 and 8F. RGB value is (212,80,143). Sum of RGB (Red+Green+Blue) = 212+80+143=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4508F is #2BAF70. Grayscale: #7E7E7E. Windows color (decimal): -2862961 or 9392340. OLE color: 9392340.
HSL color Cylindrical-coordinate representation of color #D4508F: hue angle of 331.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4508F is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 143 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.17 |
| HSL | 331.36º | 0.61% | 0.57% | - |
| HSV(B) | 331.36º | 0.62% | 0.83% | - |
| XYZ | 34.98 | 21.72 | 28.33 | - |
| YUV | 126.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 143 | 0 | 0.62 | 0.33 | 0.17 | 331.36 | 0.61 | 0.57 |
| Hex | D4 | 50 | 8F | 0 | 3E | 21 | 11 | 14B | 3D | 39 |
| Octal | 324 | 120 | 217 | 0 | 76 | 41 | 21 | 513 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10001111 | 0 | 111110 | 100001 | 10001 | 101001011 | 111101 | 111001 |
Color Harmonies of #D4508F
Complementary color
Monochromatic Colors of #D4508F
Black with #D4508F
Text Example
Text Example
White with #D4508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4508F; }
p { color: rgb(212,80,143); }
H1.HeaderClassName
{
color: #D4508F;
}
.AnyTagClassName
{
color: #D4508F;
}
</style>
background-color css
<style>
a { background-color: #D4508F; }
a { background-color: rgb(212,80,143); }
div.DivClassName
{
background-color: #D4508F;
}
.BgClassName
{
background-color: #D4508F;
}
</style>
border-color css
<style>
span { border-color: #D4508F; }
span { border-color: rgb(212,80,143); }
td.TdClassName
{
border-color: #D4508F;
}
.TagClassName
{
border-color: #D4508F;
}
</style>