#D548A6

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

Shades of Mulberry #D548A6

Tints of Mulberry #D548A6

Color information

#D548A6 (or 0xD548A6) is unknown color: approx Mulberry. HEX triplet: D5, 48 and A6. RGB value is (213,72,166). Sum of RGB (Red+Green+Blue) = 213+72+166=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A6 is #2AB759. Grayscale: #7C7C7C. Windows color (decimal): -2799450 or 10897621. OLE color: 10897621.

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

Color convert

RGB21372166-
CMYK00.660.220.16
HSL320º62.67%55.88%-
HSV(B)320º66.2%83.53%-
XYZ36.6421.5338.3-
YUV124.88151.21190.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=47.23%
G=15.96%
B=36.81%

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
Decimal2137216600.660.220.1632062.6755.88
HexD548A604216101403f38
Octal325110246010226205007770
Binary11010101100100010100110010000101011010000101000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D548A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D548A6; }

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

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

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

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

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

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

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

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