#D549A0

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

Shades of Mulberry #D549A0

Tints of Mulberry #D549A0

Color information

#D549A0 (or 0xD549A0) is unknown color: approx Mulberry. HEX triplet: D5, 49 and A0. RGB value is (213,73,160). Sum of RGB (Red+Green+Blue) = 213+73+160=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D549A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549A0 is #2AB65F. Grayscale: #7C7C7C. Windows color (decimal): -2799200 or 10504661. OLE color: 10504661.

HSL color Cylindrical-coordinate representation of color #D549A0: hue angle of 322.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549A0 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB21373160-
CMYK00.660.250.16
HSL322.71º62.5%56.08%-
HSV(B)322.71º65.73%83.53%-
XYZ36.1721.4535.49-
YUV124.78147.88190.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 73 (28.91% from 255) = 16.37%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=47.76%
G=16.37%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137316000.660.250.16322.7162.556.08
HexD549A004219101433e38
Octal325111240010231205037670
Binary11010101100100110100000010000101100110000101000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549A0; }

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

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

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

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

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

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

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

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