#D9529C

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

Shades of Mulberry #D9529C

Tints of Mulberry #D9529C

Color information

#D9529C (or 0xD9529C) is unknown color: approx Mulberry. HEX triplet: D9, 52 and 9C. RGB value is (217,82,156). Sum of RGB (Red+Green+Blue) = 217+82+156=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9529C is #26AD63. Grayscale: #828282. Windows color (decimal): -2534756 or 10244825. OLE color: 10244825.

HSL color Cylindrical-coordinate representation of color #D9529C: hue angle of 327.11º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9529C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB21782156-
CMYK00.620.280.15
HSL327.11º63.98%58.63%-
HSV(B)327.11º62.21%85.1%-
XYZ37.6323.1933.94-
YUV130.8142.23189.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=47.69%
G=18.02%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178215600.620.280.15327.1163.9858.63
HexD9529C03E1CF147403b
Octal331122234076341750710073
Binary1101100110100101001110001111101110011111010001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9529C; }

 p { color: rgb(217,82,156); }

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

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

 a { background-color: rgb(217,82,156); }

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

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

 span { border-color: rgb(217,82,156); }

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