#D037AA

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

Shades of Mulberry #D037AA

Tints of Mulberry #D037AA

Color information

#D037AA (or 0xD037AA) is unknown color: approx Mulberry. HEX triplet: D0, 37 and AA. RGB value is (208,55,170). Sum of RGB (Red+Green+Blue) = 208+55+170=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D037AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D037AA is #2FC855. Grayscale: #717171. Windows color (decimal): -3131478 or 11155408. OLE color: 11155408.

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

Color convert

RGB20855170-
CMYK00.740.180.18
HSL314.9º61.94%51.57%-
HSV(B)314.9º73.56%81.57%-
XYZ34.6319.0439.88-
YUV113.86159.69195.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 55 (21.88% from 255) = 12.70%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=48.04%
G=12.70%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085517000.740.180.18314.961.9451.57
HexD037AA04A121213b3e34
Octal32067252011222224737664
Binary1101000011011110101010010010101001010010100111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D037AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D037AA; }

 p { color: rgb(208,55,170); }

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

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

 a { background-color: rgb(208,55,170); }

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

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

 span { border-color: rgb(208,55,170); }

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