#DA53A5

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

Shades of Mulberry #DA53A5

Tints of Mulberry #DA53A5

Color information

#DA53A5 (or 0xDA53A5) is unknown color: approx Mulberry. HEX triplet: DA, 53 and A5. RGB value is (218,83,165). Sum of RGB (Red+Green+Blue) = 218+83+165=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA53A5 is #25AC5A. Grayscale: #848484. Windows color (decimal): -2468955 or 10834906. OLE color: 10834906.

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

Color convert

RGB21883165-
CMYK00.620.240.15
HSL323.56º64.59%59.02%-
HSV(B)323.56º61.93%85.49%-
XYZ38.823.8138.15-
YUV132.71146.23188.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.78%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=46.78%
G=17.81%
B=35.41%

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
Decimal2188316500.620.240.15323.5664.5959.02
HexDA53A503E18F144413b
Octal332123245076301750410173
Binary1101101010100111010010101111101100011111010001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA53A5; }

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

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

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

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

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

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

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

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