#D556A4

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

Shades of Mulberry #D556A4

Tints of Mulberry #D556A4

Color information

#D556A4 (or 0xD556A4) is unknown color: approx Mulberry. HEX triplet: D5, 56 and A4. RGB value is (213,86,164). Sum of RGB (Red+Green+Blue) = 213+86+164=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D556A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D556A4 is #2AA95B. Grayscale: #848484. Windows color (decimal): -2795868 or 10770133. OLE color: 10770133.

HSL color Cylindrical-coordinate representation of color #D556A4: hue angle of 323.15º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556A4 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21386164-
CMYK00.600.230.16
HSL323.15º60.19%58.63%-
HSV(B)323.15º59.62%83.53%-
XYZ37.4723.4837.68-
YUV132.86145.58185.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=46.00%
G=18.57%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138616400.600.230.16323.1560.1958.63
HexD556A403C17101433c3b
Octal32512624407427205037473
Binary1101010110101101010010001111001011110000101000011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D556A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D556A4; }

 p { color: rgb(213,86,164); }

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

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

 a { background-color: rgb(213,86,164); }

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

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

 span { border-color: rgb(213,86,164); }

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