#D34395

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

Shades of Mulberry #D34395

Tints of Mulberry #D34395

Color information

#D34395 (or 0xD34395) is unknown color: approx Mulberry. HEX triplet: D3, 43 and 95. RGB value is (211,67,149). Sum of RGB (Red+Green+Blue) = 211+67+149=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D34395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34395 is #2CBC6A. Grayscale: #777777. Windows color (decimal): -2931819 or 9782227. OLE color: 9782227.

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

Color convert

RGB21167149-
CMYK00.680.290.17
HSL325.83º62.07%54.51%-
HSV(B)325.83º68.25%82.75%-
XYZ34.320.0330.49-
YUV119.4144.71193.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.41%
GREEN value IS 67 (26.56% from 255) = 15.69%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=49.41%
G=15.69%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116714900.680.290.17325.8362.0754.51
HexD343950441D111463e37
Octal323103225010435215067667
Binary11010011100001110010101010001001110110001101000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34395; }

 p { color: rgb(211,67,149); }

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

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

 a { background-color: rgb(211,67,149); }

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

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

 span { border-color: rgb(211,67,149); }

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