#DC45A4

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

Shades of Mulberry #DC45A4

Tints of Mulberry #DC45A4

Color information

#DC45A4 (or 0xDC45A4) is unknown color: approx Mulberry. HEX triplet: DC, 45 and A4. RGB value is (220,69,164). Sum of RGB (Red+Green+Blue) = 220+69+164=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC45A4 is #23BA5B. Grayscale: #7C7C7C. Windows color (decimal): -2341468 or 10765788. OLE color: 10765788.

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

Color convert

RGB22069164-
CMYK00.690.250.14
HSL322.25º68.33%56.67%-
HSV(B)322.25º68.64%86.27%-
XYZ38.3422.1537.38-
YUV124.98150.03195.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.57%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=48.57%
G=15.23%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206916400.690.250.14322.2568.3356.67
HexDC45A404519E1424439
Octal3341052440105311650210471
Binary11011100100010110100100010001011100111101010000101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC45A4; }

 p { color: rgb(220,69,164); }

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

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

 a { background-color: rgb(220,69,164); }

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

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

 span { border-color: rgb(220,69,164); }

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