Html Css Color HEX #DA50AC Mulberry

📋 copy color: '#DA50AC'

red 218 ◦ green 80 ◦ blue 172

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

Shades of Mulberry #DA50AC

Tints of Mulberry #DA50AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 46.38%
G = 17.02%
B = 36.6%

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

#DA50AC (or 0xDA50AC) is known color: Mulberry. HEX triplet: DA, 50 and AC. RGB value is (218,80,172). Sum of RGB (Red+Green+Blue) = 218+80+172=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA50AC is #25AF53. Grayscale: #838383. Windows color (decimal): -2469716 or 11292890. OLE color: 11292890.

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

Color convert

RGB 218 80 172 -
CMYK 0 0.63 0.21 0.15
HSL 320º 0.65% 0.58% -
HSV(B) 320º 0.63% 0.85% -
XYZ 39.23 23.62 41.52 -
YUV 131.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 218 80 172 0 0.63 0.21 0.15 320 0.65 0.58
Hex DA 50 AC 0 3F 15 F 140 41 3A
Octal 332 120 254 0 77 25 17 500 101 72
Binary 11011010 1010000 10101100 0 111111 10101 1111 101000000 1000001 111010

Color Harmonies of #DA50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA50AC

Black with #DA50AC

Text Example


Text Example

White with #DA50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA50AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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