#D9529A

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

Shades of Mulberry #D9529A

Tints of Mulberry #D9529A

Color information

#D9529A (or 0xD9529A) is unknown color: approx Mulberry. HEX triplet: D9, 52 and 9A. RGB value is (217,82,154). Sum of RGB (Red+Green+Blue) = 217+82+154=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9529A is #26AD65. Grayscale: #828282. Windows color (decimal): -2534758 or 10113753. OLE color: 10113753.

HSL color Cylindrical-coordinate representation of color #D9529A: hue angle of 328º 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 #D9529A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21782154-
CMYK00.620.290.15
HSL328º63.98%58.63%-
HSV(B)328º62.21%85.1%-
XYZ37.4723.1233.06-
YUV130.57141.23189.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=47.90%
G=18.10%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178215400.620.290.1532863.9858.63
HexD9529A03E1DF148403b
Octal331122232076351751010073
Binary1101100110100101001101001111101110111111010010001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9529A; }

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

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

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

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

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

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

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

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