#D956AA

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

Shades of Mulberry #D956AA

Tints of Mulberry #D956AA

Color information

#D956AA (or 0xD956AA) is unknown color: approx Mulberry. HEX triplet: D9, 56 and AA. RGB value is (217,86,170). Sum of RGB (Red+Green+Blue) = 217+86+170=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D956AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D956AA is #26A955. Grayscale: #868686. Windows color (decimal): -2533718 or 11163353. OLE color: 11163353.

HSL color Cylindrical-coordinate representation of color #D956AA: hue angle of 321.53º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D956AA is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21786170-
CMYK00.600.220.15
HSL321.53º63.29%59.41%-
HSV(B)321.53º60.37%85.1%-
XYZ39.224.3140.66-
YUV134.74147.9186.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 86 (33.98% from 255) = 18.18%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=45.88%
G=18.18%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178617000.600.220.15321.5363.2959.41
HexD956AA03C16F1423f3b
Octal33112625207426175027773
Binary110110011010110101010100111100101101111101000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D956AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D956AA; }

 p { color: rgb(217,86,170); }

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

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

 a { background-color: rgb(217,86,170); }

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

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

 span { border-color: rgb(217,86,170); }

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