Shades of Mulberry #D453AC
Tints of Mulberry #D453AC
RGB
CMYK
RGB Variations
Color information
#D453AC (or 0xD453AC) is known color: Mulberry. HEX triplet: D4, 53 and AC. RGB value is (212,83,172). Sum of RGB (Red+Green+Blue) = 212+83+172=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D453AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453AC is #2BAC53. Grayscale: #838383. Windows color (decimal): -2862164 or 11293652. OLE color: 11293652.
HSL color Cylindrical-coordinate representation of color #D453AC: hue angle of 318.6º 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 #D453AC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 172 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.17 |
| HSL | 318.6º | 0.6% | 0.58% | - |
| HSV(B) | 318.6º | 0.61% | 0.83% | - |
| XYZ | 37.69 | 23.16 | 41.51 | - |
| YUV | 131.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 172 | 0 | 0.61 | 0.19 | 0.17 | 318.6 | 0.6 | 0.58 |
| Hex | D4 | 53 | AC | 0 | 3D | 13 | 11 | 13F | 3C | 3A |
| Octal | 324 | 123 | 254 | 0 | 75 | 23 | 21 | 477 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10101100 | 0 | 111101 | 10011 | 10001 | 100111111 | 111100 | 111010 |
Color Harmonies of #D453AC
Complementary color
Monochromatic Colors of #D453AC
Black with #D453AC
Text Example
Text Example
White with #D453AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453AC; }
p { color: rgb(212,83,172); }
H1.HeaderClassName
{
color: #D453AC;
}
.AnyTagClassName
{
color: #D453AC;
}
</style>
background-color css
<style>
a { background-color: #D453AC; }
a { background-color: rgb(212,83,172); }
div.DivClassName
{
background-color: #D453AC;
}
.BgClassName
{
background-color: #D453AC;
}
</style>
border-color css
<style>
span { border-color: #D453AC; }
span { border-color: rgb(212,83,172); }
td.TdClassName
{
border-color: #D453AC;
}
.TagClassName
{
border-color: #D453AC;
}
</style>