#D03EA4

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

Shades of Mulberry #D03EA4

Tints of Mulberry #D03EA4

Color information

#D03EA4 (or 0xD03EA4) is unknown color: approx Mulberry. HEX triplet: D0, 3E and A4. RGB value is (208,62,164). Sum of RGB (Red+Green+Blue) = 208+62+164=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03EA4 is #2FC15B. Grayscale: #757575. Windows color (decimal): -3129692 or 10763984. OLE color: 10763984.

HSL color Cylindrical-coordinate representation of color #D03EA4: hue angle of 318.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03EA4 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB20862164-
CMYK00.700.210.18
HSL318.08º60.83%52.94%-
HSV(B)318.08º70.19%81.57%-
XYZ34.4419.5437.08-
YUV117.28154.37192.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.93%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=47.93%
G=14.29%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086216400.700.210.18318.0860.8352.94
HexD03EA4046151213e3d35
Octal32076244010625224767565
Binary1101000011111010100100010001101010110010100111110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03EA4; }

 p { color: rgb(208,62,164); }

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

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

 a { background-color: rgb(208,62,164); }

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

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

 span { border-color: rgb(208,62,164); }

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