Html Css Color HEX #DA529F Mulberry

📋 copy color: '#DA529F'

red 218 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #DA529F

Tints of Mulberry #DA529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 47.49%
G = 17.86%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA529F (or 0xDA529F) is known color: Mulberry. HEX triplet: DA, 52 and 9F. RGB value is (218,82,159). Sum of RGB (Red+Green+Blue) = 218+82+159=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529F is #25AD60. Grayscale: #838383. Windows color (decimal): -2469217 or 10441434. OLE color: 10441434.

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

Color convert

RGB 218 82 159 -
CMYK 0 0.62 0.27 0.15
HSL 326.03º 0.65% 0.59% -
HSV(B) 326.03º 0.62% 0.85% -
XYZ 38.19 23.44 35.31 -
YUV 131.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 218 82 159 0 0.62 0.27 0.15 326.03 0.65 0.59
Hex DA 52 9F 0 3E 1B F 146 41 3B
Octal 332 122 237 0 76 33 17 506 101 73
Binary 11011010 1010010 10011111 0 111110 11011 1111 101000110 1000001 111011

Color Harmonies of #DA529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA529F

Black with #DA529F

Text Example


Text Example

White with #DA529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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