#d4529c

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

Shades of Mulberry #D4529C

Tints of Mulberry #D4529C

Color information

#D4529C (or 0xD4529C) is unknown color: approx Mulberry. HEX triplet: D4, 52 and 9C. RGB value is (212,82,156). Sum of RGB (Red+Green+Blue) = 212+82+156=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4529C is #2BAD63. Grayscale: #818181. Windows color (decimal): -2862436 or 10244820. OLE color: 10244820.

HSL color Cylindrical-coordinate representation of color #D4529C: hue angle of 325.85º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4529C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21282156-
CMYK00.610.260.17
HSL325.85º60.19%57.65%-
HSV(B)325.85º61.32%83.14%-
XYZ36.1722.4333.88-
YUV129.31143.07186.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 82 (32.42% from 255) = 18.22%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=47.11%
G=18.22%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128215600.610.260.17325.8560.1957.65
HexD4529C03D1A111463c3a
Octal32412223407532215067472
Binary1101010010100101001110001111011101010001101000110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4529c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4529c; }

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

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

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

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

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

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

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

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