#DC4B8E

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

Shades of Mulberry #DC4B8E

Tints of Mulberry #DC4B8E

Color information

#DC4B8E (or 0xDC4B8E) is unknown color: approx Mulberry. HEX triplet: DC, 4B and 8E. RGB value is (220,75,142). Sum of RGB (Red+Green+Blue) = 220+75+142=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B8E is #23B471. Grayscale: #7D7D7D. Windows color (decimal): -2339954 or 9325532. OLE color: 9325532.

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

Color convert

RGB22075142-
CMYK00.660.350.14
HSL332.28º67.44%57.84%-
HSV(B)332.28º65.91%86.27%-
XYZ36.9122.227.93-
YUV125.99137.04195.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=50.34%
G=17.16%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207514200.660.350.14332.2867.4457.84
HexDC4B8E04223E14c433a
Octal3341132160102431651410372
Binary110111001001011100011100100001010001111101010011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4B8E; }

 p { color: rgb(220,75,142); }

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

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

 a { background-color: rgb(220,75,142); }

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

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

 span { border-color: rgb(220,75,142); }

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