Html Css Color HEX #DA57AA Mulberry

📋 copy color: '#DA57AA'

red 218 ◦ green 87 ◦ blue 170

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

Shades of Mulberry #DA57AA

Tints of Mulberry #DA57AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 45.89%
G = 18.32%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA57AA (or 0xDA57AA) is known color: Mulberry. HEX triplet: DA, 57 and AA. RGB value is (218,87,170). Sum of RGB (Red+Green+Blue) = 218+87+170=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA57AA is #25A855. Grayscale: #878787. Windows color (decimal): -2467926 or 11163610. OLE color: 11163610.

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

Color convert

RGB 218 87 170 -
CMYK 0 0.60 0.22 0.15
HSL 321.98º 0.64% 0.6% -
HSV(B) 321.98º 0.6% 0.85% -
XYZ 39.58 24.62 40.7 -
YUV 135.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 218 87 170 0 0.60 0.22 0.15 321.98 0.64 0.6
Hex DA 57 AA 0 3C 16 F 142 40 3C
Octal 332 127 252 0 74 26 17 502 100 74
Binary 11011010 1010111 10101010 0 111100 10110 1111 101000010 1000000 111100

Color Harmonies of #DA57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57AA

Black with #DA57AA

Text Example


Text Example

White with #DA57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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