#D356A9

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

Shades of Mulberry #D356A9

Tints of Mulberry #D356A9

Color information

#D356A9 (or 0xD356A9) is unknown color: approx Mulberry. HEX triplet: D3, 56 and A9. RGB value is (211,86,169). Sum of RGB (Red+Green+Blue) = 211+86+169=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D356A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D356A9 is #2CA956. Grayscale: #848484. Windows color (decimal): -2926935 or 11097811. OLE color: 11097811.

HSL color Cylindrical-coordinate representation of color #D356A9: hue angle of 320.16º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356A9 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21186169-
CMYK00.590.200.17
HSL320.16º58.69%58.24%-
HSV(B)320.16º59.24%82.75%-
XYZ37.3523.3740.08-
YUV132.84148.41183.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 86 (33.98% from 255) = 18.45%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=45.28%
G=18.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118616900.590.200.17320.1658.6958.24
HexD356A903B14111403b3a
Octal32312625107324215007372
Binary1101001110101101010100101110111010010001101000000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D356A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D356A9; }

 p { color: rgb(211,86,169); }

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

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

 a { background-color: rgb(211,86,169); }

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

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

 span { border-color: rgb(211,86,169); }

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