Shades of Mulberry #D450A8
Tints of Mulberry #D450A8
RGB
CMYK
RGB Variations
Color information
#D450A8 (or 0xD450A8) is known color: Mulberry. HEX triplet: D4, 50 and A8. RGB value is (212,80,168). Sum of RGB (Red+Green+Blue) = 212+80+168=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D450A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450A8 is #2BAF57. Grayscale: #818181. Windows color (decimal): -2862936 or 11030740. OLE color: 11030740.
HSL color Cylindrical-coordinate representation of color #D450A8: hue angle of 320º 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 #D450A8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 168 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.17 |
| HSL | 320º | 0.61% | 0.57% | - |
| HSV(B) | 320º | 0.62% | 0.83% | - |
| XYZ | 37.09 | 22.56 | 39.45 | - |
| YUV | 129.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 168 | 0 | 0.62 | 0.21 | 0.17 | 320 | 0.61 | 0.57 |
| Hex | D4 | 50 | A8 | 0 | 3E | 15 | 11 | 140 | 3D | 39 |
| Octal | 324 | 120 | 250 | 0 | 76 | 25 | 21 | 500 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10101000 | 0 | 111110 | 10101 | 10001 | 101000000 | 111101 | 111001 |
Color Harmonies of #D450A8
Complementary color
Monochromatic Colors of #D450A8
Black with #D450A8
Text Example
Text Example
White with #D450A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450A8; }
p { color: rgb(212,80,168); }
H1.HeaderClassName
{
color: #D450A8;
}
.AnyTagClassName
{
color: #D450A8;
}
</style>
background-color css
<style>
a { background-color: #D450A8; }
a { background-color: rgb(212,80,168); }
div.DivClassName
{
background-color: #D450A8;
}
.BgClassName
{
background-color: #D450A8;
}
</style>
border-color css
<style>
span { border-color: #D450A8; }
span { border-color: rgb(212,80,168); }
td.TdClassName
{
border-color: #D450A8;
}
.TagClassName
{
border-color: #D450A8;
}
</style>