#DC4C9D

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

Shades of Mulberry #DC4C9D

Tints of Mulberry #DC4C9D

Color information

#DC4C9D (or 0xDC4C9D) is unknown color: approx Mulberry. HEX triplet: DC, 4C and 9D. RGB value is (220,76,157). Sum of RGB (Red+Green+Blue) = 220+76+157=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C9D is #23B362. Grayscale: #808080. Windows color (decimal): -2339683 or 10308828. OLE color: 10308828.

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

Color convert

RGB22076157-
CMYK00.650.290.14
HSL326.25º67.29%58.04%-
HSV(B)326.25º65.45%86.27%-
XYZ38.1922.8234.29-
YUV128.29144.21193.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=48.57%
G=16.78%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207615700.650.290.14326.2567.2958.04
HexDC4C9D0411DE146433a
Octal3341142350101351650610372
Binary11011100100110010011101010000011110111101010001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4C9D; }

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

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

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

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

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

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

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

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