Html Css Color HEX #DA529D Mulberry

📋 copy color: '#DA529D'

red 218 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #DA529D

Tints of Mulberry #DA529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 47.7%
G = 17.94%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA529D (or 0xDA529D) is known color: Mulberry. HEX triplet: DA, 52 and 9D. RGB value is (218,82,157). Sum of RGB (Red+Green+Blue) = 218+82+157=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529D is #25AD62. Grayscale: #838383. Windows color (decimal): -2469219 or 10310362. OLE color: 10310362.

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

Color convert

RGB 218 82 157 -
CMYK 0 0.62 0.28 0.15
HSL 326.91º 0.65% 0.59% -
HSV(B) 326.91º 0.62% 0.85% -
XYZ 38.02 23.37 34.41 -
YUV 131.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 218 82 157 0 0.62 0.28 0.15 326.91 0.65 0.59
Hex DA 52 9D 0 3E 1C F 147 41 3B
Octal 332 122 235 0 76 34 17 507 101 73
Binary 11011010 1010010 10011101 0 111110 11100 1111 101000111 1000001 111011

Color Harmonies of #DA529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA529D

Black with #DA529D

Text Example


Text Example

White with #DA529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA529D; }

 p { color: rgb(218,82,157); }

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

background-color css

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

 a { background-color: rgb(218,82,157); }

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

border-color css

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

 span { border-color: rgb(218,82,157); }

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