#D34686

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

Shades of Mulberry #D34686

Tints of Mulberry #D34686

Color information

#D34686 (or 0xD34686) is unknown color: approx Mulberry. HEX triplet: D3, 46 and 86. RGB value is (211,70,134). Sum of RGB (Red+Green+Blue) = 211+70+134=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D34686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34686 is #2CB979. Grayscale: #777777. Windows color (decimal): -2931066 or 8799955. OLE color: 8799955.

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

Color convert

RGB21170134-
CMYK00.670.360.17
HSL332.77º61.57%55.1%-
HSV(B)332.77º66.82%82.75%-
XYZ33.3619.9524.65-
YUV119.46136.21193.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.84%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=50.84%
G=16.87%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117013400.670.360.17332.7761.5755.1
HexD34686043241114d3e37
Octal323106206010344215157667
Binary110100111000110100001100100001110010010001101001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34686; }

 p { color: rgb(211,70,134); }

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

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

 a { background-color: rgb(211,70,134); }

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

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

 span { border-color: rgb(211,70,134); }

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