#D150A4

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

Shades of Mulberry #D150A4

Tints of Mulberry #D150A4

Color information

#D150A4 (or 0xD150A4) is unknown color: approx Mulberry. HEX triplet: D1, 50 and A4. RGB value is (209,80,164). Sum of RGB (Red+Green+Blue) = 209+80+164=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D150A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150A4 is #2EAF5B. Grayscale: #7F7F7F. Windows color (decimal): -3059548 or 10768593. OLE color: 10768593.

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

Color convert

RGB20980164-
CMYK00.620.220.18
HSL320.93º58.37%56.67%-
HSV(B)320.93º61.72%81.96%-
XYZ35.8621.9737.47-
YUV128.15148.24185.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.14%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=46.14%
G=17.66%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098016400.620.220.18320.9358.3756.67
HexD150A403E16121413a39
Octal32112024407626225017271
Binary1101000110100001010010001111101011010010101000001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D150A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D150A4; }

 p { color: rgb(209,80,164); }

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

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

 a { background-color: rgb(209,80,164); }

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

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

 span { border-color: rgb(209,80,164); }

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