#D34EA4

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

Shades of Mulberry #D34EA4

Tints of Mulberry #D34EA4

Color information

#D34EA4 (or 0xD34EA4) is unknown color: approx Mulberry. HEX triplet: D3, 4E and A4. RGB value is (211,78,164). Sum of RGB (Red+Green+Blue) = 211+78+164=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D34EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34EA4 is #2CB15B. Grayscale: #7F7F7F. Windows color (decimal): -2928988 or 10768083. OLE color: 10768083.

HSL color Cylindrical-coordinate representation of color #D34EA4: hue angle of 321.2º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34EA4 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB21178164-
CMYK00.630.220.17
HSL321.2º60.18%56.67%-
HSV(B)321.2º63.03%82.75%-
XYZ36.2921.9837.45-
YUV127.57148.56187.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.58%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=46.58%
G=17.22%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2117816400.630.220.17321.260.1856.67
HexD34EA403F16111413c39
Octal32311624407726215017471
Binary1101001110011101010010001111111011010001101000001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34EA4; }

 p { color: rgb(211,78,164); }

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

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

 a { background-color: rgb(211,78,164); }

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

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

 span { border-color: rgb(211,78,164); }

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