#DC46A5

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

Shades of Mulberry #DC46A5

Tints of Mulberry #DC46A5

Color information

#DC46A5 (or 0xDC46A5) is unknown color: approx Mulberry. HEX triplet: DC, 46 and A5. RGB value is (220,70,165). Sum of RGB (Red+Green+Blue) = 220+70+165=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC46A5 is #23B95A. Grayscale: #7D7D7D. Windows color (decimal): -2341211 or 10831580. OLE color: 10831580.

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

Color convert

RGB22070165-
CMYK00.680.250.14
HSL322º68.18%56.86%-
HSV(B)322º68.18%86.27%-
XYZ38.522.3137.88-
YUV125.68150.2195.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=48.35%
G=15.38%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207016500.680.250.1432268.1856.86
HexDC46A504419E1424439
Octal3341062450104311650210471
Binary11011100100011010100101010001001100111101010000101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC46A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC46A5; }

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

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

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

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

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

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

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

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