#d2529e

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

Shades of Mulberry #D2529E

Tints of Mulberry #D2529E

Color information

#D2529E (or 0xD2529E) is unknown color: approx Mulberry. HEX triplet: D2, 52 and 9E. RGB value is (210,82,158). Sum of RGB (Red+Green+Blue) = 210+82+158=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2529E is #2DAD61. Grayscale: #808080. Windows color (decimal): -2993506 or 10375890. OLE color: 10375890.

HSL color Cylindrical-coordinate representation of color #D2529E: hue angle of 324.38º 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 #D2529E is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB21082158-
CMYK00.610.250.18
HSL324.38º58.72%57.25%-
HSV(B)324.38º60.95%82.35%-
XYZ35.7722.234.75-
YUV128.94144.41185.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=46.67%
G=18.22%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108215800.610.250.18324.3858.7257.25
HexD2529E03D19121443b39
Octal32212223607531225047371
Binary1101001010100101001111001111011100110010101000100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2529e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2529e; }

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

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

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

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

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

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

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

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