#DC46A0

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

Shades of Mulberry #DC46A0

Tints of Mulberry #DC46A0

Color information

#DC46A0 (or 0xDC46A0) is unknown color: approx Mulberry. HEX triplet: DC, 46 and A0. RGB value is (220,70,160). Sum of RGB (Red+Green+Blue) = 220+70+160=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC46A0 is #23B95F. Grayscale: #7C7C7C. Windows color (decimal): -2341216 or 10503900. OLE color: 10503900.

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

Color convert

RGB22070160-
CMYK00.680.270.14
HSL324º68.18%56.86%-
HSV(B)324º68.18%86.27%-
XYZ38.0522.1335.52-
YUV125.11147.7195.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 70 (27.73% from 255) = 15.56%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=48.89%
G=15.56%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207016000.680.270.1432468.1856.86
HexDC46A00441BE1444439
Octal3341062400104331650410471
Binary11011100100011010100000010001001101111101010001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46A0; }

 p { color: rgb(220,70,160); }

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

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

 a { background-color: rgb(220,70,160); }

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

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

 span { border-color: rgb(220,70,160); }

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