Html Css Color HEX #DA50AD Mulberry

📋 copy color: '#DA50AD'

red 218 ◦ green 80 ◦ blue 173

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

Shades of Mulberry #DA50AD

Tints of Mulberry #DA50AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 46.28%
G = 16.99%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DA50AD (or 0xDA50AD) is known color: Mulberry. HEX triplet: DA, 50 and AD. RGB value is (218,80,173). Sum of RGB (Red+Green+Blue) = 218+80+173=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50AD is #25AF52. Grayscale: #838383. Windows color (decimal): -2469715 or 11358426. OLE color: 11358426.

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

Color convert

RGB 218 80 173 -
CMYK 0 0.63 0.21 0.15
HSL 319.57º 0.65% 0.58% -
HSV(B) 319.57º 0.63% 0.85% -
XYZ 39.32 23.66 42.03 -
YUV 131.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 218 80 173 0 0.63 0.21 0.15 319.57 0.65 0.58
Hex DA 50 AD 0 3F 15 F 140 41 3A
Octal 332 120 255 0 77 25 17 500 101 72
Binary 11011010 1010000 10101101 0 111111 10101 1111 101000000 1000001 111010

Color Harmonies of #DA50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50AD

Black with #DA50AD

Text Example


Text Example

White with #DA50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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