#D541A3

Color #D541A3 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D541A3

Tints of Mulberry #D541A3

Color information

#D541A3 (or 0xD541A3) is unknown color: approx Mulberry. HEX triplet: D5, 41 and A3. RGB value is (213,65,163). Sum of RGB (Red+Green+Blue) = 213+65+163=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A3 is #2ABE5C. Grayscale: #787878. Windows color (decimal): -2801245 or 10699221. OLE color: 10699221.

HSL color Cylindrical-coordinate representation of color #D541A3: hue angle of 320.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541A3 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21365163-
CMYK00.690.230.16
HSL320.27º63.79%54.51%-
HSV(B)320.27º69.48%83.53%-
XYZ35.9420.5736.73-
YUV120.42152.03194.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=48.30%
G=14.74%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136516300.690.230.16320.2763.7954.51
HexD541A304517101404037
Octal3251012430105272050010067
Binary110101011000001101000110100010110111100001010000001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541A3; }

 p { color: rgb(213,65,163); }

 H1.HeaderClassName
 {
   color: #D541A3;
 }
 .AnyTagClassName
 {
   color: #D541A3;
 }
</style>
background-color css

<style>
 a { background-color: #D541A3; }

 a { background-color: rgb(213,65,163); }

 div.DivClassName
 {
   background-color: #D541A3;
 }
 .BgClassName
 {
   background-color: #D541A3;
 }
</style>
border-color css

<style>
 span { border-color: #D541A3; }

 span { border-color: rgb(213,65,163); }

 td.TdClassName
 {
   border-color: #D541A3;
 }
 .TagClassName
 {
   border-color: #D541A3;
 }
</style>