Html Css Color HEX #DA529C Mulberry

📋 copy color: '#DA529C'

red 218 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #DA529C

Tints of Mulberry #DA529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.21%

R = 47.81%
G = 17.98%
B = 34.21%

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

#DA529C (or 0xDA529C) is known color: Mulberry. HEX triplet: DA, 52 and 9C. RGB value is (218,82,156). Sum of RGB (Red+Green+Blue) = 218+82+156=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529C is #25AD63. Grayscale: #828282. Windows color (decimal): -2469220 or 10244826. OLE color: 10244826.

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

Color convert

RGB 218 82 156 -
CMYK 0 0.62 0.28 0.15
HSL 327.35º 0.65% 0.59% -
HSV(B) 327.35º 0.62% 0.85% -
XYZ 37.93 23.34 33.96 -
YUV 131.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 218 82 156 0 0.62 0.28 0.15 327.35 0.65 0.59
Hex DA 52 9C 0 3E 1C F 147 41 3B
Octal 332 122 234 0 76 34 17 507 101 73
Binary 11011010 1010010 10011100 0 111110 11100 1111 101000111 1000001 111011

Color Harmonies of #DA529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA529C

Black with #DA529C

Text Example


Text Example

White with #DA529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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