#DC4DA3

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

Shades of Mulberry #DC4DA3

Tints of Mulberry #DC4DA3

Color information

#DC4DA3 (or 0xDC4DA3) is unknown color: approx Mulberry. HEX triplet: DC, 4D and A3. RGB value is (220,77,163). Sum of RGB (Red+Green+Blue) = 220+77+163=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DA3 is #23B25C. Grayscale: #818181. Windows color (decimal): -2339421 or 10702300. OLE color: 10702300.

HSL color Cylindrical-coordinate representation of color #DC4DA3: hue angle of 323.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4DA3 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB22077163-
CMYK00.650.260.14
HSL323.92º67.14%58.24%-
HSV(B)323.92º65%86.27%-
XYZ38.7823.1737.08-
YUV129.56146.88192.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=47.83%
G=16.74%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207716300.650.260.14323.9267.1458.24
HexDC4DA30411AE144433a
Octal3341152430101321650410372
Binary11011100100110110100011010000011101011101010001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4DA3; }

 p { color: rgb(220,77,163); }

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

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

 a { background-color: rgb(220,77,163); }

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

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

 span { border-color: rgb(220,77,163); }

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