#DC4EAB

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

Shades of Mulberry #DC4EAB

Tints of Mulberry #DC4EAB

Color information

#DC4EAB (or 0xDC4EAB) is unknown color: approx Mulberry. HEX triplet: DC, 4E and AB. RGB value is (220,78,171). Sum of RGB (Red+Green+Blue) = 220+78+171=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4EAB is #23B154. Grayscale: #828282. Windows color (decimal): -2339157 or 11226844. OLE color: 11226844.

HSL color Cylindrical-coordinate representation of color #DC4EAB: hue angle of 320.7º 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 #DC4EAB is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB22078171-
CMYK00.650.220.14
HSL320.7º66.98%58.43%-
HSV(B)320.7º64.55%86.27%-
XYZ39.5923.641-
YUV131.06150.54191.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.91%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=46.91%
G=16.63%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207817100.650.220.14320.766.9858.43
HexDC4EAB04116E141433a
Octal3341162530101261650110372
Binary11011100100111010101011010000011011011101010000011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4EAB; }

 p { color: rgb(220,78,171); }

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

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

 a { background-color: rgb(220,78,171); }

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

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

 span { border-color: rgb(220,78,171); }

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