#DD529F

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

Shades of Mulberry #DD529F

Tints of Mulberry #DD529F

Color information

#DD529F (or 0xDD529F) is unknown color: approx Mulberry. HEX triplet: DD, 52 and 9F. RGB value is (221,82,159). Sum of RGB (Red+Green+Blue) = 221+82+159=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD529F is #22AD60. Grayscale: #848484. Windows color (decimal): -2272609 or 10441437. OLE color: 10441437.

HSL color Cylindrical-coordinate representation of color #DD529F: hue angle of 326.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD529F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB22182159-
CMYK00.630.280.13
HSL326.76º67.15%59.41%-
HSV(B)326.76º62.9%86.67%-
XYZ39.0923.9135.36-
YUV132.34143.05191.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=47.84%
G=17.75%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218215900.630.280.13326.7667.1559.41
HexDD529F03F1CD147433b
Octal335122237077341550710373
Binary1101110110100101001111101111111110011011010001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD529F; }

 p { color: rgb(221,82,159); }

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

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

 a { background-color: rgb(221,82,159); }

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

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

 span { border-color: rgb(221,82,159); }

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