Shades of Mulberry #D553A8
Tints of Mulberry #D553A8
RGB
CMYK
RGB Variations
Color information
#D553A8 (or 0xD553A8) is known color: Mulberry. HEX triplet: D5, 53 and A8. RGB value is (213,83,168). Sum of RGB (Red+Green+Blue) = 213+83+168=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D553A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D553A8 is #2AAC57. Grayscale: #838383. Windows color (decimal): -2796632 or 11031509. OLE color: 11031509.
HSL color Cylindrical-coordinate representation of color #D553A8: hue angle of 320.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D553A8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 168 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.16 |
| HSL | 320.77º | 0.61% | 0.58% | - |
| HSV(B) | 320.77º | 0.61% | 0.84% | - |
| XYZ | 37.6 | 23.16 | 39.53 | - |
| YUV | 131.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 168 | 0 | 0.61 | 0.21 | 0.16 | 320.77 | 0.61 | 0.58 |
| Hex | D5 | 53 | A8 | 0 | 3D | 15 | 10 | 141 | 3D | 3A |
| Octal | 325 | 123 | 250 | 0 | 75 | 25 | 20 | 501 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10101000 | 0 | 111101 | 10101 | 10000 | 101000001 | 111101 | 111010 |
Color Harmonies of #D553A8
Complementary color
Monochromatic Colors of #D553A8
Black with #D553A8
Text Example
Text Example
White with #D553A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553A8; }
p { color: rgb(213,83,168); }
H1.HeaderClassName
{
color: #D553A8;
}
.AnyTagClassName
{
color: #D553A8;
}
</style>
background-color css
<style>
a { background-color: #D553A8; }
a { background-color: rgb(213,83,168); }
div.DivClassName
{
background-color: #D553A8;
}
.BgClassName
{
background-color: #D553A8;
}
</style>
border-color css
<style>
span { border-color: #D553A8; }
span { border-color: rgb(213,83,168); }
td.TdClassName
{
border-color: #D553A8;
}
.TagClassName
{
border-color: #D553A8;
}
</style>