#D541A2

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

Shades of Mulberry #D541A2

Tints of Mulberry #D541A2

Color information

#D541A2 (or 0xD541A2) is unknown color: approx Mulberry. HEX triplet: D5, 41 and A2. RGB value is (213,65,162). Sum of RGB (Red+Green+Blue) = 213+65+162=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A2 is #2ABE5D. Grayscale: #787878. Windows color (decimal): -2801246 or 10633685. OLE color: 10633685.

HSL color Cylindrical-coordinate representation of color #D541A2: hue angle of 320.68º 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 #D541A2 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB21365162-
CMYK00.690.240.16
HSL320.68º63.79%54.51%-
HSV(B)320.68º69.48%83.53%-
XYZ35.8520.5436.26-
YUV120.31151.53194.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 65 (25.78% from 255) = 14.77%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=48.41%
G=14.77%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136516200.690.240.16320.6863.7954.51
HexD541A204518101414037
Octal3251012420105302050110067
Binary110101011000001101000100100010111000100001010000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541A2; }

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

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

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

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

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

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

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

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