Html Css Color HEX #DA50AA Mulberry

📋 copy color: '#DA50AA'

red 218 ◦ green 80 ◦ blue 170

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

Shades of Mulberry #DA50AA

Tints of Mulberry #DA50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

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

R = 46.58%
G = 17.09%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA50AA (or 0xDA50AA) is known color: Mulberry. HEX triplet: DA, 50 and AA. RGB value is (218,80,170). Sum of RGB (Red+Green+Blue) = 218+80+170=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50AA is #25AF55. Grayscale: #838383. Windows color (decimal): -2469718 or 11161818. OLE color: 11161818.

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

Color convert

RGB 218 80 170 -
CMYK 0 0.63 0.22 0.15
HSL 320.87º 0.65% 0.58% -
HSV(B) 320.87º 0.63% 0.85% -
XYZ 39.04 23.55 40.52 -
YUV 131.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 218 80 170 0 0.63 0.22 0.15 320.87 0.65 0.58
Hex DA 50 AA 0 3F 16 F 141 41 3A
Octal 332 120 252 0 77 26 17 501 101 72
Binary 11011010 1010000 10101010 0 111111 10110 1111 101000001 1000001 111010

Color Harmonies of #DA50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50AA

Black with #DA50AA

Text Example


Text Example

White with #DA50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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