#D1488A

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

Shades of Mulberry #D1488A

Tints of Mulberry #D1488A

Color information

#D1488A (or 0xD1488A) is unknown color: approx Mulberry. HEX triplet: D1, 48 and 8A. RGB value is (209,72,138). Sum of RGB (Red+Green+Blue) = 209+72+138=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1488A is #2EB775. Grayscale: #787878. Windows color (decimal): -3061622 or 9062609. OLE color: 9062609.

HSL color Cylindrical-coordinate representation of color #D1488A: hue angle of 331.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1488A is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB20972138-
CMYK00.660.340.18
HSL331.09º59.83%55.1%-
HSV(B)331.09º65.55%81.96%-
XYZ33.220.0326.16-
YUV120.49137.89191.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=49.88%
G=17.18%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097213800.660.340.18331.0959.8355.1
HexD1488A042221214b3c37
Octal321110212010242225137467
Binary110100011001000100010100100001010001010010101001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1488A; }

 p { color: rgb(209,72,138); }

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

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

 a { background-color: rgb(209,72,138); }

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

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

 span { border-color: rgb(209,72,138); }

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