Html Css Color HEX #DA549A Mulberry

📋 copy color: '#DA549A'

red 218 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #DA549A

Tints of Mulberry #DA549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 47.81%
G = 18.42%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA549A (or 0xDA549A) is known color: Mulberry. HEX triplet: DA, 54 and 9A. RGB value is (218,84,154). Sum of RGB (Red+Green+Blue) = 218+84+154=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA549A is #25AB65. Grayscale: #838383. Windows color (decimal): -2468710 or 10114266. OLE color: 10114266.

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

Color convert

RGB 218 84 154 -
CMYK 0 0.61 0.29 0.15
HSL 328.66º 0.64% 0.59% -
HSV(B) 328.66º 0.61% 0.85% -
XYZ 37.92 23.58 33.12 -
YUV 132.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 218 84 154 0 0.61 0.29 0.15 328.66 0.64 0.59
Hex DA 54 9A 0 3D 1D F 149 40 3B
Octal 332 124 232 0 75 35 17 511 100 73
Binary 11011010 1010100 10011010 0 111101 11101 1111 101001001 1000000 111011

Color Harmonies of #DA549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA549A

Black with #DA549A

Text Example


Text Example

White with #DA549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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