#D047A0

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

Shades of Mulberry #D047A0

Tints of Mulberry #D047A0

Color information

#D047A0 (or 0xD047A0) is unknown color: approx Mulberry. HEX triplet: D0, 47 and A0. RGB value is (208,71,160). Sum of RGB (Red+Green+Blue) = 208+71+160=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D047A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D047A0 is #2FB85F. Grayscale: #797979. Windows color (decimal): -3127392 or 10504144. OLE color: 10504144.

HSL color Cylindrical-coordinate representation of color #D047A0: hue angle of 321.02º degrees, saturation: 0.59, 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 #D047A0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB20871160-
CMYK00.660.230.18
HSL321.02º59.31%54.71%-
HSV(B)321.02º65.87%81.57%-
XYZ34.6120.4535.38-
YUV122.11149.39189.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=47.38%
G=16.17%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087116000.660.230.18321.0259.3154.71
HexD047A004217121413b37
Octal320107240010227225017367
Binary11010000100011110100000010000101011110010101000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D047A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D047A0; }

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

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

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

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

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

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

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

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