#D549A6

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

Shades of Mulberry #D549A6

Tints of Mulberry #D549A6

Color information

#D549A6 (or 0xD549A6) is unknown color: approx Mulberry. HEX triplet: D5, 49 and A6. RGB value is (213,73,166). Sum of RGB (Red+Green+Blue) = 213+73+166=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D549A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D549A6 is #2AB659. Grayscale: #7D7D7D. Windows color (decimal): -2799194 or 10897877. OLE color: 10897877.

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

Color convert

RGB21373166-
CMYK00.660.220.16
HSL320.14º62.5%56.08%-
HSV(B)320.14º65.73%83.53%-
XYZ36.7121.6638.32-
YUV125.46150.88190.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.12%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=47.12%
G=16.15%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137316600.660.220.16320.1462.556.08
HexD549A604216101403e38
Octal325111246010226205007670
Binary11010101100100110100110010000101011010000101000000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D549A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D549A6; }

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

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

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

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

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

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

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

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