#D1528F

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

Shades of Mulberry #D1528F

Tints of Mulberry #D1528F

Color information

#D1528F (or 0xD1528F) is unknown color: approx Mulberry. HEX triplet: D1, 52 and 8F. RGB value is (209,82,143). Sum of RGB (Red+Green+Blue) = 209+82+143=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1528F is #2EAD70. Grayscale: #7E7E7E. Windows color (decimal): -3059057 or 9392849. OLE color: 9392849.

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

Color convert

RGB20982143-
CMYK00.610.320.18
HSL331.18º57.99%57.06%-
HSV(B)331.18º60.77%81.96%-
XYZ34.2721.5728.34-
YUV126.93137.08186.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=48.16%
G=18.89%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098214300.610.320.18331.1857.9957.06
HexD1528F03D201214b3a39
Octal32112221707540225137271
Binary11010001101001010001111011110110000010010101001011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1528F; }

 p { color: rgb(209,82,143); }

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

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

 a { background-color: rgb(209,82,143); }

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

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

 span { border-color: rgb(209,82,143); }

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