#DC4C9A

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

Shades of Mulberry #DC4C9A

Tints of Mulberry #DC4C9A

Color information

#DC4C9A (or 0xDC4C9A) is unknown color: approx Mulberry. HEX triplet: DC, 4C and 9A. RGB value is (220,76,154). Sum of RGB (Red+Green+Blue) = 220+76+154=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C9A is #23B365. Grayscale: #7F7F7F. Windows color (decimal): -2339686 or 10112220. OLE color: 10112220.

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

Color convert

RGB22076154-
CMYK00.650.30.14
HSL327.5º67.29%58.04%-
HSV(B)327.5º65.45%86.27%-
XYZ37.9322.7232.96-
YUV127.95142.71193.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=48.89%
G=16.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207615400.650.30.14327.567.2958.04
HexDC4C9A0411EE148433a
Octal3341142320101361651010372
Binary11011100100110010011010010000011111011101010010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4C9A; }

 p { color: rgb(220,76,154); }

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

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

 a { background-color: rgb(220,76,154); }

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

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

 span { border-color: rgb(220,76,154); }

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