Shades of Mulberry #D450AB
Tints of Mulberry #D450AB
RGB
CMYK
RGB Variations
Color information
#D450AB (or 0xD450AB) is known color: Mulberry. HEX triplet: D4, 50 and AB. RGB value is (212,80,171). Sum of RGB (Red+Green+Blue) = 212+80+171=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D450AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450AB is #2BAF54. Grayscale: #818181. Windows color (decimal): -2862933 or 11227348. OLE color: 11227348.
HSL color Cylindrical-coordinate representation of color #D450AB: hue angle of 318.64º 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 #D450AB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 171 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.17 |
| HSL | 318.64º | 0.61% | 0.57% | - |
| HSV(B) | 318.64º | 0.62% | 0.83% | - |
| XYZ | 37.37 | 22.67 | 40.94 | - |
| YUV | 129.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 171 | 0 | 0.62 | 0.19 | 0.17 | 318.64 | 0.61 | 0.57 |
| Hex | D4 | 50 | AB | 0 | 3E | 13 | 11 | 13F | 3D | 39 |
| Octal | 324 | 120 | 253 | 0 | 76 | 23 | 21 | 477 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10101011 | 0 | 111110 | 10011 | 10001 | 100111111 | 111101 | 111001 |
Color Harmonies of #D450AB
Complementary color
Monochromatic Colors of #D450AB
Black with #D450AB
Text Example
Text Example
White with #D450AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450AB; }
p { color: rgb(212,80,171); }
H1.HeaderClassName
{
color: #D450AB;
}
.AnyTagClassName
{
color: #D450AB;
}
</style>
background-color css
<style>
a { background-color: #D450AB; }
a { background-color: rgb(212,80,171); }
div.DivClassName
{
background-color: #D450AB;
}
.BgClassName
{
background-color: #D450AB;
}
</style>
border-color css
<style>
span { border-color: #D450AB; }
span { border-color: rgb(212,80,171); }
td.TdClassName
{
border-color: #D450AB;
}
.TagClassName
{
border-color: #D450AB;
}
</style>