#DC489F

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

Shades of Mulberry #DC489F

Tints of Mulberry #DC489F

Color information

#DC489F (or 0xDC489F) is unknown color: approx Mulberry. HEX triplet: DC, 48 and 9F. RGB value is (220,72,159). Sum of RGB (Red+Green+Blue) = 220+72+159=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC489F is #23B760. Grayscale: #7D7D7D. Windows color (decimal): -2340705 or 10438876. OLE color: 10438876.

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

Color convert

RGB22072159-
CMYK00.670.280.14
HSL324.73º67.89%57.25%-
HSV(B)324.73º67.27%86.27%-
XYZ38.0922.3535.11-
YUV126.17146.53194.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.78%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=48.78%
G=15.96%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207215900.670.280.14324.7367.8957.25
HexDC489F0431CE1454439
Octal3341102370103341650510471
Binary11011100100100010011111010000111110011101010001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC489F; }

 p { color: rgb(220,72,159); }

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

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

 a { background-color: rgb(220,72,159); }

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

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

 span { border-color: rgb(220,72,159); }

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