#DA55A1

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

Shades of Mulberry #DA55A1

Tints of Mulberry #DA55A1

Color information

#DA55A1 (or 0xDA55A1) is unknown color: approx Mulberry. HEX triplet: DA, 55 and A1. RGB value is (218,85,161). Sum of RGB (Red+Green+Blue) = 218+85+161=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A1 is #25AA5E. Grayscale: #858585. Windows color (decimal): -2468447 or 10573274. OLE color: 10573274.

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

Color convert

RGB21885161-
CMYK00.610.260.15
HSL325.71º64.25%59.41%-
HSV(B)325.71º61.01%85.49%-
XYZ38.5923.9836.31-
YUV133.43143.56188.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=46.98%
G=18.32%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188516100.610.260.15325.7164.2559.41
HexDA55A103D1AF146403b
Octal332125241075321750610073
Binary1101101010101011010000101111011101011111010001101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA55A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA55A1; }

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

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

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

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

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

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

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

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