Shades of Mulberry #D450AC
Tints of Mulberry #D450AC
RGB
CMYK
RGB Variations
Color information
#D450AC (or 0xD450AC) is known color: Mulberry. HEX triplet: D4, 50 and AC. RGB value is (212,80,172). Sum of RGB (Red+Green+Blue) = 212+80+172=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D450AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450AC is #2BAF53. Grayscale: #818181. Windows color (decimal): -2862932 or 11292884. OLE color: 11292884.
HSL color Cylindrical-coordinate representation of color #D450AC: hue angle of 318.18º 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 #D450AC is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 172 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.17 |
| HSL | 318.18º | 0.61% | 0.57% | - |
| HSV(B) | 318.18º | 0.62% | 0.83% | - |
| XYZ | 37.47 | 22.71 | 41.44 | - |
| YUV | 129.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 172 | 0 | 0.62 | 0.19 | 0.17 | 318.18 | 0.61 | 0.57 |
| Hex | D4 | 50 | AC | 0 | 3E | 13 | 11 | 13E | 3D | 39 |
| Octal | 324 | 120 | 254 | 0 | 76 | 23 | 21 | 476 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10101100 | 0 | 111110 | 10011 | 10001 | 100111110 | 111101 | 111001 |
Color Harmonies of #D450AC
Complementary color
Monochromatic Colors of #D450AC
Black with #D450AC
Text Example
Text Example
White with #D450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450AC; }
p { color: rgb(212,80,172); }
H1.HeaderClassName
{
color: #D450AC;
}
.AnyTagClassName
{
color: #D450AC;
}
</style>
background-color css
<style>
a { background-color: #D450AC; }
a { background-color: rgb(212,80,172); }
div.DivClassName
{
background-color: #D450AC;
}
.BgClassName
{
background-color: #D450AC;
}
</style>
border-color css
<style>
span { border-color: #D450AC; }
span { border-color: rgb(212,80,172); }
td.TdClassName
{
border-color: #D450AC;
}
.TagClassName
{
border-color: #D450AC;
}
</style>