Html Css Color HEX #DA49AB Mulberry

📋 copy color: '#DA49AB'

red 218 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #DA49AB

Tints of Mulberry #DA49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 47.19%
G = 15.8%
B = 37.01%

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

#DA49AB (or 0xDA49AB) is known color: Mulberry. HEX triplet: DA, 49 and AB. RGB value is (218,73,171). Sum of RGB (Red+Green+Blue) = 218+73+171=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49AB is #25B654. Grayscale: #7F7F7F. Windows color (decimal): -2471509 or 11225562. OLE color: 11225562.

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

Color convert

RGB 218 73 171 -
CMYK 0 0.67 0.22 0.15
HSL 319.45º 0.66% 0.57% -
HSV(B) 319.45º 0.67% 0.85% -
XYZ 38.65 22.61 40.86 -
YUV 127.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 218 73 171 0 0.67 0.22 0.15 319.45 0.66 0.57
Hex DA 49 AB 0 43 16 F 13F 42 39
Octal 332 111 253 0 103 26 17 477 102 71
Binary 11011010 1001001 10101011 0 1000011 10110 1111 100111111 1000010 111001

Color Harmonies of #DA49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49AB

Black with #DA49AB

Text Example


Text Example

White with #DA49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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