#D6528F

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

Shades of Mulberry #D6528F

Tints of Mulberry #D6528F

Color information

#D6528F (or 0xD6528F) is unknown color: approx Mulberry. HEX triplet: D6, 52 and 8F. RGB value is (214,82,143). Sum of RGB (Red+Green+Blue) = 214+82+143=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6528F is #29AD70. Grayscale: #808080. Windows color (decimal): -2731377 or 9392854. OLE color: 9392854.

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

Color convert

RGB21482143-
CMYK00.620.330.16
HSL332.27º61.68%58.04%-
HSV(B)332.27º61.68%83.92%-
XYZ35.7122.3128.41-
YUV128.42136.23189.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=48.75%
G=18.68%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148214300.620.330.16332.2761.6858.04
HexD6528F03E211014c3e3a
Octal32612221707641205147672
Binary11010110101001010001111011111010000110000101001100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6528F; }

 p { color: rgb(214,82,143); }

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

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

 a { background-color: rgb(214,82,143); }

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

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

 span { border-color: rgb(214,82,143); }

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