#D34C87

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

Shades of Mulberry #D34C87

Tints of Mulberry #D34C87

Color information

#D34C87 (or 0xD34C87) is unknown color: approx Mulberry. HEX triplet: D3, 4C and 87. RGB value is (211,76,135). Sum of RGB (Red+Green+Blue) = 211+76+135=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34C87 is #2CB378. Grayscale: #7A7A7A. Windows color (decimal): -2929529 or 8867027. OLE color: 8867027.

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

Color convert

RGB21176135-
CMYK00.640.360.17
HSL333.78º60.54%56.27%-
HSV(B)333.78º63.98%82.75%-
XYZ33.8220.7725.15-
YUV123.09134.73190.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=50%
G=18.01%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117613500.640.360.17333.7860.5456.27
HexD34C87040241114e3d38
Octal323114207010044215167570
Binary110100111001100100001110100000010010010001101001110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C87; }

 p { color: rgb(211,76,135); }

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

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

 a { background-color: rgb(211,76,135); }

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

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

 span { border-color: rgb(211,76,135); }

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