#D6548D

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

Shades of Mulberry #D6548D

Tints of Mulberry #D6548D

Color information

#D6548D (or 0xD6548D) is unknown color: approx Mulberry. HEX triplet: D6, 54 and 8D. RGB value is (214,84,141). Sum of RGB (Red+Green+Blue) = 214+84+141=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6548D is #29AB72. Grayscale: #818181. Windows color (decimal): -2730867 or 9262294. OLE color: 9262294.

HSL color Cylindrical-coordinate representation of color #D6548D: hue angle of 333.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6548D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21484141-
CMYK00.610.340.16
HSL333.69º61.32%58.43%-
HSV(B)333.69º60.75%83.92%-
XYZ35.7122.5627.67-
YUV129.37134.57188.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=48.75%
G=19.13%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148414100.610.340.16333.6961.3258.43
HexD6548D03D221014e3d3a
Octal32612421507542205167572
Binary11010110101010010001101011110110001010000101001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6548D; }

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

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

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

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

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

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

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

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