#D34694

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

Shades of Mulberry #D34694

Tints of Mulberry #D34694

Color information

#D34694 (or 0xD34694) is unknown color: approx Mulberry. HEX triplet: D3, 46 and 94. RGB value is (211,70,148). Sum of RGB (Red+Green+Blue) = 211+70+148=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D34694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34694 is #2CB96B. Grayscale: #787878. Windows color (decimal): -2931052 or 9717459. OLE color: 9717459.

HSL color Cylindrical-coordinate representation of color #D34694: hue angle of 326.81º 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 #D34694 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB21170148-
CMYK00.670.300.17
HSL326.81º61.57%55.1%-
HSV(B)326.81º66.82%82.75%-
XYZ34.420.3730.14-
YUV121.05143.21192.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.18%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=49.18%
G=16.32%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117014800.670.300.17326.8161.5755.1
HexD346940431E111473e37
Octal323106224010336215077667
Binary11010011100011010010100010000111111010001101000111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34694; }

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

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

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

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

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

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

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

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