#DC47A7

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

Shades of Mulberry #DC47A7

Tints of Mulberry #DC47A7

Color information

#DC47A7 (or 0xDC47A7) is unknown color: approx Mulberry. HEX triplet: DC, 47 and A7. RGB value is (220,71,167). Sum of RGB (Red+Green+Blue) = 220+71+167=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC47A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC47A7 is #23B858. Grayscale: #7E7E7E. Windows color (decimal): -2340953 or 10962908. OLE color: 10962908.

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

Color convert

RGB22071167-
CMYK00.680.240.14
HSL321.34º68.04%57.06%-
HSV(B)321.34º67.73%86.27%-
XYZ38.7422.5138.86-
YUV126.49150.86194.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=48.03%
G=15.50%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207116700.680.240.14321.3468.0457.06
HexDC47A704418E1414439
Octal3341072470104301650110471
Binary11011100100011110100111010001001100011101010000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC47A7; }

 p { color: rgb(220,71,167); }

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

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

 a { background-color: rgb(220,71,167); }

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

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

 span { border-color: rgb(220,71,167); }

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