#DA55AB

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

Shades of Mulberry #DA55AB

Tints of Mulberry #DA55AB

Color information

#DA55AB (or 0xDA55AB) is unknown color: approx Mulberry. HEX triplet: DA, 55 and AB. RGB value is (218,85,171). Sum of RGB (Red+Green+Blue) = 218+85+171=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AB is #25AA54. Grayscale: #868686. Windows color (decimal): -2468437 or 11228634. OLE color: 11228634.

HSL color Cylindrical-coordinate representation of color #DA55AB: hue angle of 321.2º 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 #DA55AB is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21885171-
CMYK00.610.220.15
HSL321.2º64.25%59.41%-
HSV(B)321.2º61.01%85.49%-
XYZ39.5124.3441.14-
YUV134.57148.56187.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.99%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=45.99%
G=17.93%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188517100.610.220.15321.264.2559.41
HexDA55AB03D16F141403b
Octal332125253075261750110073
Binary1101101010101011010101101111011011011111010000011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55AB; }

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

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

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

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

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

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

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

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