#D541A1

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

Shades of Mulberry #D541A1

Tints of Mulberry #D541A1

Color information

#D541A1 (or 0xD541A1) is unknown color: approx Mulberry. HEX triplet: D5, 41 and A1. RGB value is (213,65,161). Sum of RGB (Red+Green+Blue) = 213+65+161=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D541A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541A1 is #2ABE5E. Grayscale: #777777. Windows color (decimal): -2801247 or 10568149. OLE color: 10568149.

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

Color convert

RGB21365161-
CMYK00.690.240.16
HSL321.08º63.79%54.51%-
HSV(B)321.08º69.48%83.53%-
XYZ35.7620.535.79-
YUV120.2151.03194.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=48.52%
G=14.81%
B=36.67%

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
Decimal2136516100.690.240.16321.0863.7954.51
HexD541A104518101414037
Octal3251012410105302050110067
Binary110101011000001101000010100010111000100001010000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D541A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D541A1; }

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

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

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

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

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

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

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

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