#D747A0

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

Shades of Mulberry #D747A0

Tints of Mulberry #D747A0

Color information

#D747A0 (or 0xD747A0) is unknown color: approx Mulberry. HEX triplet: D7, 47 and A0. RGB value is (215,71,160). Sum of RGB (Red+Green+Blue) = 215+71+160=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D747A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747A0 is #28B85F. Grayscale: #7B7B7B. Windows color (decimal): -2668640 or 10504151. OLE color: 10504151.

HSL color Cylindrical-coordinate representation of color #D747A0: hue angle of 322.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D747A0 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB21571160-
CMYK00.670.260.16
HSL322.92º64.29%56.08%-
HSV(B)322.92º66.98%84.31%-
XYZ36.6221.4935.48-
YUV124.2148.21192.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.21%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=48.21%
G=15.92%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2157116000.670.260.16322.9264.2956.08
HexD747A00431A101434038
Octal3271072400103322050310070
Binary110101111000111101000000100001111010100001010000111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D747A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D747A0; }

 p { color: rgb(215,71,160); }

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

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

 a { background-color: rgb(215,71,160); }

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

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

 span { border-color: rgb(215,71,160); }

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