#D3548D

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

Shades of Mulberry #D3548D

Tints of Mulberry #D3548D

Color information

#D3548D (or 0xD3548D) is unknown color: approx Mulberry. HEX triplet: D3, 54 and 8D. RGB value is (211,84,141). Sum of RGB (Red+Green+Blue) = 211+84+141=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D3548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3548D is #2CAB72. Grayscale: #808080. Windows color (decimal): -2927475 or 9262291. OLE color: 9262291.

HSL color Cylindrical-coordinate representation of color #D3548D: hue angle of 333.07º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3548D is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB21184141-
CMYK00.600.330.17
HSL333.07º59.07%57.84%-
HSV(B)333.07º60.19%82.75%-
XYZ34.8422.1127.63-
YUV128.47135.08186.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.39%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=48.39%
G=19.27%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118414100.600.330.17333.0759.0757.84
HexD3548D03C211114d3b3a
Octal32312421507441215157372
Binary11010011101010010001101011110010000110001101001101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3548D; }

 p { color: rgb(211,84,141); }

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

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

 a { background-color: rgb(211,84,141); }

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

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

 span { border-color: rgb(211,84,141); }

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