#D543A0

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

Shades of Mulberry #D543A0

Tints of Mulberry #D543A0

Color information

#D543A0 (or 0xD543A0) is unknown color: approx Mulberry. HEX triplet: D5, 43 and A0. RGB value is (213,67,160). Sum of RGB (Red+Green+Blue) = 213+67+160=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D543A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D543A0 is #2ABC5F. Grayscale: #797979. Windows color (decimal): -2800736 or 10503125. OLE color: 10503125.

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

Color convert

RGB21367160-
CMYK00.690.250.16
HSL321.78º63.48%54.9%-
HSV(B)321.78º68.54%83.53%-
XYZ35.7920.735.37-
YUV121.26149.87193.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 67 (26.56% from 255) = 15.23%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=48.41%
G=15.23%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136716000.690.250.16321.7863.4854.9
HexD543A004519101423f37
Octal325103240010531205027767
Binary11010101100001110100000010001011100110000101000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D543A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D543A0; }

 p { color: rgb(213,67,160); }

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

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

 a { background-color: rgb(213,67,160); }

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

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

 span { border-color: rgb(213,67,160); }

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