#DA52A5

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

Shades of Mulberry #DA52A5

Tints of Mulberry #DA52A5

Color information

#DA52A5 (or 0xDA52A5) is unknown color: approx Mulberry. HEX triplet: DA, 52 and A5. RGB value is (218,82,165). Sum of RGB (Red+Green+Blue) = 218+82+165=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A5 is #25AD5A. Grayscale: #838383. Windows color (decimal): -2469211 or 10834650. OLE color: 10834650.

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

Color convert

RGB21882165-
CMYK00.620.240.15
HSL323.38º64.76%58.82%-
HSV(B)323.38º62.39%85.49%-
XYZ38.7223.6638.12-
YUV132.13146.56189.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=46.88%
G=17.63%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188216500.620.240.15323.3864.7658.82
HexDA52A503E18F143413b
Octal332122245076301750310173
Binary1101101010100101010010101111101100011111010000111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA52A5; }

 p { color: rgb(218,82,165); }

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

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

 a { background-color: rgb(218,82,165); }

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

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

 span { border-color: rgb(218,82,165); }

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