#D6539E

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

Shades of Mulberry #D6539E

Tints of Mulberry #D6539E

Color information

#D6539E (or 0xD6539E) is unknown color: approx Mulberry. HEX triplet: D6, 53 and 9E. RGB value is (214,83,158). Sum of RGB (Red+Green+Blue) = 214+83+158=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6539E is #29AC61. Grayscale: #828282. Windows color (decimal): -2731106 or 10376150. OLE color: 10376150.

HSL color Cylindrical-coordinate representation of color #D6539E: hue angle of 325.65º degrees, saturation: 0.62, 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 #D6539E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21483158-
CMYK00.610.260.16
HSL325.65º61.5%58.24%-
HSV(B)325.65º61.21%83.92%-
XYZ3722.9534.83-
YUV130.72143.4187.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 83 (32.81% from 255) = 18.24%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=47.03%
G=18.24%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148315800.610.260.16325.6561.558.24
HexD6539E03D1A101463e3a
Octal32612323607532205067672
Binary1101011010100111001111001111011101010000101000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6539E; }

 p { color: rgb(214,83,158); }

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

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

 a { background-color: rgb(214,83,158); }

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

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

 span { border-color: rgb(214,83,158); }

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