#DA55AC

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

Shades of Mulberry #DA55AC

Tints of Mulberry #DA55AC

Color information

#DA55AC (or 0xDA55AC) is unknown color: approx Mulberry. HEX triplet: DA, 55 and AC. RGB value is (218,85,172). Sum of RGB (Red+Green+Blue) = 218+85+172=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AC is #25AA53. Grayscale: #868686. Windows color (decimal): -2468436 or 11294170. OLE color: 11294170.

HSL color Cylindrical-coordinate representation of color #DA55AC: hue angle of 320.75º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55AC is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB21885172-
CMYK00.610.210.15
HSL320.75º64.25%59.41%-
HSV(B)320.75º61.01%85.49%-
XYZ39.6124.3841.65-
YUV134.68149.06187.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=45.89%
G=17.89%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188517200.610.210.15320.7564.2559.41
HexDA55AC03D15F141403b
Octal332125254075251750110073
Binary1101101010101011010110001111011010111111010000011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55AC; }

 p { color: rgb(218,85,172); }

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

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

 a { background-color: rgb(218,85,172); }

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

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

 span { border-color: rgb(218,85,172); }

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