#D0548C

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

Shades of Mulberry #D0548C

Tints of Mulberry #D0548C

Color information

#D0548C (or 0xD0548C) is unknown color: approx Mulberry. HEX triplet: D0, 54 and 8C. RGB value is (208,84,140). Sum of RGB (Red+Green+Blue) = 208+84+140=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0548C is #2FAB73. Grayscale: #7F7F7F. Windows color (decimal): -3124084 or 9196752. OLE color: 9196752.

HSL color Cylindrical-coordinate representation of color #D0548C: hue angle of 332.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0548C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB20884140-
CMYK00.600.330.18
HSL332.9º56.88%57.25%-
HSV(B)332.9º59.62%81.57%-
XYZ33.9221.6427.2-
YUV127.46135.08185.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=48.15%
G=19.44%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088414000.600.330.18332.956.8857.25
HexD0548C03C211214d3939
Octal32012421407441225157171
Binary11010000101010010001100011110010000110010101001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0548C; }

 p { color: rgb(208,84,140); }

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

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

 a { background-color: rgb(208,84,140); }

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

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

 span { border-color: rgb(208,84,140); }

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