Html Css Color HEX #DA49A9 Mulberry

📋 copy color: '#DA49A9'

red 218 ◦ green 73 ◦ blue 169

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

Shades of Mulberry #DA49A9

Tints of Mulberry #DA49A9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.87%

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 47.39%
G = 15.87%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA49A9 (or 0xDA49A9) is known color: Mulberry. HEX triplet: DA, 49 and A9. RGB value is (218,73,169). Sum of RGB (Red+Green+Blue) = 218+73+169=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A9 is #25B656. Grayscale: #7F7F7F. Windows color (decimal): -2471511 or 11094490. OLE color: 11094490.

HSL color Cylindrical-coordinate representation of color #DA49A9: hue angle of 320.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49A9 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 169 -
CMYK 0 0.67 0.22 0.15
HSL 320.28º 0.66% 0.57% -
HSV(B) 320.28º 0.67% 0.85% -
XYZ 38.46 22.54 39.86 -
YUV 127.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 218 73 169 0 0.67 0.22 0.15 320.28 0.66 0.57
Hex DA 49 A9 0 43 16 F 140 42 39
Octal 332 111 251 0 103 26 17 500 102 71
Binary 11011010 1001001 10101001 0 1000011 10110 1111 101000000 1000010 111001

Color Harmonies of #DA49A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49A9

Black with #DA49A9

Text Example


Text Example

White with #DA49A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49A9; }

 p { color: rgb(218,73,169); }

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

background-color css

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

 a { background-color: rgb(218,73,169); }

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

border-color css

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

 span { border-color: rgb(218,73,169); }

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