#DA55AD

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

Shades of Mulberry #DA55AD

Tints of Mulberry #DA55AD

Color information

#DA55AD (or 0xDA55AD) is unknown color: approx Mulberry. HEX triplet: DA, 55 and AD. RGB value is (218,85,173). Sum of RGB (Red+Green+Blue) = 218+85+173=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55AD is #25AA52. Grayscale: #868686. Windows color (decimal): -2468435 or 11359706. OLE color: 11359706.

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

Color convert

RGB21885173-
CMYK00.610.210.15
HSL320.3º64.25%59.41%-
HSV(B)320.3º61.01%85.49%-
XYZ39.724.4242.16-
YUV134.8149.56187.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.80%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=45.80%
G=17.86%
B=36.34%

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
Decimal2188517300.610.210.15320.364.2559.41
HexDA55AD03D15F140403b
Octal332125255075251750010073
Binary1101101010101011010110101111011010111111010000001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55AD; }

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

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

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

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

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

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

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

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