#D548A4

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

Shades of Mulberry #D548A4

Tints of Mulberry #D548A4

Color information

#D548A4 (or 0xD548A4) is unknown color: approx Mulberry. HEX triplet: D5, 48 and A4. RGB value is (213,72,164). Sum of RGB (Red+Green+Blue) = 213+72+164=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D548A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D548A4 is #2AB75B. Grayscale: #7C7C7C. Windows color (decimal): -2799452 or 10766549. OLE color: 10766549.

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

Color convert

RGB21372164-
CMYK00.660.230.16
HSL320.85º62.67%55.88%-
HSV(B)320.85º66.2%83.53%-
XYZ36.4621.4637.34-
YUV124.65150.21191.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=47.44%
G=16.04%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137216400.660.230.16320.8562.6755.88
HexD548A404217101413f38
Octal325110244010227205017770
Binary11010101100100010100100010000101011110000101000001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D548A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D548A4; }

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

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

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

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

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

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

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

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