#DC44AB

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

Shades of Mulberry #DC44AB

Tints of Mulberry #DC44AB

Color information

#DC44AB (or 0xDC44AB) is unknown color: approx Mulberry. HEX triplet: DC, 44 and AB. RGB value is (220,68,171). Sum of RGB (Red+Green+Blue) = 220+68+171=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC44AB is #23BB54. Grayscale: #7C7C7C. Windows color (decimal): -2341717 or 11224284. OLE color: 11224284.

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

Color convert

RGB22068171-
CMYK00.690.220.14
HSL319.34º68.47%56.47%-
HSV(B)319.34º69.09%86.27%-
XYZ38.9322.2940.78-
YUV125.19153.86195.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 68 (26.95% from 255) = 14.81%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=47.93%
G=14.81%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206817100.690.220.14319.3468.4756.47
HexDC44AB04516E13f4438
Octal3341042530105261647710470
Binary11011100100010010101011010001011011011101001111111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC44AB; }

 p { color: rgb(220,68,171); }

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

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

 a { background-color: rgb(220,68,171); }

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

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

 span { border-color: rgb(220,68,171); }

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