Html Css Color HEX #DA529E Mulberry

📋 copy color: '#DA529E'

red 218 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #DA529E

Tints of Mulberry #DA529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 47.6%
G = 17.9%
B = 34.5%

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

#DA529E (or 0xDA529E) is known color: Mulberry. HEX triplet: DA, 52 and 9E. RGB value is (218,82,158). Sum of RGB (Red+Green+Blue) = 218+82+158=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA529E is #25AD61. Grayscale: #838383. Windows color (decimal): -2469218 or 10375898. OLE color: 10375898.

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

Color convert

RGB 218 82 158 -
CMYK 0 0.62 0.28 0.15
HSL 326.47º 0.65% 0.59% -
HSV(B) 326.47º 0.62% 0.85% -
XYZ 38.1 23.41 34.86 -
YUV 131.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 218 82 158 0 0.62 0.28 0.15 326.47 0.65 0.59
Hex DA 52 9E 0 3E 1C F 146 41 3B
Octal 332 122 236 0 76 34 17 506 101 73
Binary 11011010 1010010 10011110 0 111110 11100 1111 101000110 1000001 111011

Color Harmonies of #DA529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA529E

Black with #DA529E

Text Example


Text Example

White with #DA529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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