Html Css Color HEX #DA549D Mulberry

📋 copy color: '#DA549D'

red 218 ◦ green 84 ◦ blue 157

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

Shades of Mulberry #DA549D

Tints of Mulberry #DA549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.3%

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

R = 47.49%
G = 18.3%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA549D (or 0xDA549D) is known color: Mulberry. HEX triplet: DA, 54 and 9D. RGB value is (218,84,157). Sum of RGB (Red+Green+Blue) = 218+84+157=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA549D is #25AB62. Grayscale: #848484. Windows color (decimal): -2468707 or 10310874. OLE color: 10310874.

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

Color convert

RGB 218 84 157 -
CMYK 0 0.61 0.28 0.15
HSL 327.31º 0.64% 0.59% -
HSV(B) 327.31º 0.61% 0.85% -
XYZ 38.17 23.68 34.46 -
YUV 132.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 218 84 157 0 0.61 0.28 0.15 327.31 0.64 0.59
Hex DA 54 9D 0 3D 1C F 147 40 3B
Octal 332 124 235 0 75 34 17 507 100 73
Binary 11011010 1010100 10011101 0 111101 11100 1111 101000111 1000000 111011

Color Harmonies of #DA549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA549D

Black with #DA549D

Text Example


Text Example

White with #DA549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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