#D341AC

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

Shades of Mulberry #D341AC

Tints of Mulberry #D341AC

Color information

#D341AC (or 0xD341AC) is unknown color: approx Mulberry. HEX triplet: D3, 41 and AC. RGB value is (211,65,172). Sum of RGB (Red+Green+Blue) = 211+65+172=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D341AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341AC is #2CBE53. Grayscale: #787878. Windows color (decimal): -2932308 or 11289043. OLE color: 11289043.

HSL color Cylindrical-coordinate representation of color #D341AC: hue angle of 316.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D341AC is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB21165172-
CMYK00.690.180.17
HSL316.03º62.39%54.12%-
HSV(B)316.03º69.19%82.75%-
XYZ36.220.6141.1-
YUV120.85156.87192.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 65 (25.78% from 255) = 14.51%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=47.10%
G=14.51%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116517200.690.180.17316.0362.3954.12
HexD341AC045121113c3e36
Octal323101254010522214747666
Binary11010011100000110101100010001011001010001100111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D341AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D341AC; }

 p { color: rgb(211,65,172); }

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

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

 a { background-color: rgb(211,65,172); }

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

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

 span { border-color: rgb(211,65,172); }

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