#D2529B

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

Shades of Mulberry #D2529B

Tints of Mulberry #D2529B

Color information

#D2529B (or 0xD2529B) is unknown color: approx Mulberry. HEX triplet: D2, 52 and 9B. RGB value is (210,82,155). Sum of RGB (Red+Green+Blue) = 210+82+155=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2529B is #2DAD64. Grayscale: #808080. Windows color (decimal): -2993509 or 10179282. OLE color: 10179282.

HSL color Cylindrical-coordinate representation of color #D2529B: hue angle of 325.78º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2529B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB21082155-
CMYK00.610.260.18
HSL325.78º58.72%57.25%-
HSV(B)325.78º60.95%82.35%-
XYZ35.5122.133.4-
YUV128.59142.91186.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 82 (32.42% from 255) = 18.34%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=46.98%
G=18.34%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108215500.610.260.18325.7858.7257.25
HexD2529B03D1A121463b39
Octal32212223307532225067371
Binary1101001010100101001101101111011101010010101000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2529B; }

 p { color: rgb(210,82,155); }

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

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

 a { background-color: rgb(210,82,155); }

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

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

 span { border-color: rgb(210,82,155); }

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