Html Css Color HEX #DA57A0 Mulberry

📋 copy color: '#DA57A0'

red 218 ◦ green 87 ◦ blue 160

#DA57A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DA57A0

Tints of Mulberry #DA57A0

RGB

 RED value IS 218 (85.55% from 255) = 46.88%

 GREEN value IS 87 (34.38% from 255) = 18.71%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 46.88%
G = 18.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA57A0 (or 0xDA57A0) is known color: Mulberry. HEX triplet: DA, 57 and A0. RGB value is (218,87,160). Sum of RGB (Red+Green+Blue) = 218+87+160=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57A0 is #25A85F. Grayscale: #868686. Windows color (decimal): -2467936 or 10508250. OLE color: 10508250.

HSL color Cylindrical-coordinate representation of color #DA57A0: hue angle of 326.56º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57A0 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 160 -
CMYK 0 0.60 0.27 0.15
HSL 326.56º 0.64% 0.6% -
HSV(B) 326.56º 0.6% 0.85% -
XYZ 38.67 24.26 35.9 -
YUV 134.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 218 87 160 0 0.60 0.27 0.15 326.56 0.64 0.6
Hex DA 57 A0 0 3C 1B F 147 40 3C
Octal 332 127 240 0 74 33 17 507 100 74
Binary 11011010 1010111 10100000 0 111100 11011 1111 101000111 1000000 111100

Color Harmonies of #DA57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57A0

Black with #DA57A0

Text Example


Text Example

White with #DA57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57A0; }

 p { color: rgb(218,87,160); }

 H1.HeaderClassName
 {
   color: #DA57A0;
 }
 .AnyTagClassName
 {
   color: #DA57A0;
 }
</style>

background-color css

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

 a { background-color: rgb(218,87,160); }

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

border-color css

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

 span { border-color: rgb(218,87,160); }

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