Shades of Mulberry #D453A3
Tints of Mulberry #D453A3
RGB
CMYK
RGB Variations
Color information
#D453A3 (or 0xD453A3) is known color: Mulberry. HEX triplet: D4, 53 and A3. RGB value is (212,83,163). Sum of RGB (Red+Green+Blue) = 212+83+163=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D453A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453A3 is #2BAC5C. Grayscale: #828282. Windows color (decimal): -2862173 or 10703828. OLE color: 10703828.
HSL color Cylindrical-coordinate representation of color #D453A3: hue angle of 322.79º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453A3 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 163 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.17 |
| HSL | 322.79º | 0.6% | 0.58% | - |
| HSV(B) | 322.79º | 0.61% | 0.83% | - |
| XYZ | 36.86 | 22.83 | 37.11 | - |
| YUV | 130.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 163 | 0 | 0.61 | 0.23 | 0.17 | 322.79 | 0.6 | 0.58 |
| Hex | D4 | 53 | A3 | 0 | 3D | 17 | 11 | 143 | 3C | 3A |
| Octal | 324 | 123 | 243 | 0 | 75 | 27 | 21 | 503 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10100011 | 0 | 111101 | 10111 | 10001 | 101000011 | 111100 | 111010 |
Color Harmonies of #D453A3
Complementary color
Monochromatic Colors of #D453A3
Black with #D453A3
Text Example
Text Example
White with #D453A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453A3; }
p { color: rgb(212,83,163); }
H1.HeaderClassName
{
color: #D453A3;
}
.AnyTagClassName
{
color: #D453A3;
}
</style>
background-color css
<style>
a { background-color: #D453A3; }
a { background-color: rgb(212,83,163); }
div.DivClassName
{
background-color: #D453A3;
}
.BgClassName
{
background-color: #D453A3;
}
</style>
border-color css
<style>
span { border-color: #D453A3; }
span { border-color: rgb(212,83,163); }
td.TdClassName
{
border-color: #D453A3;
}
.TagClassName
{
border-color: #D453A3;
}
</style>