Html Css Color HEX #DA49A8 Mulberry

📋 copy color: '#DA49A8'

red 218 ◦ green 73 ◦ blue 168

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

Shades of Mulberry #DA49A8

Tints of Mulberry #DA49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 47.49%
G = 15.9%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA49A8 (or 0xDA49A8) is known color: Mulberry. HEX triplet: DA, 49 and A8. RGB value is (218,73,168). Sum of RGB (Red+Green+Blue) = 218+73+168=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A8 is #25B657. Grayscale: #7E7E7E. Windows color (decimal): -2471512 or 11028954. OLE color: 11028954.

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

Color convert

RGB 218 73 168 -
CMYK 0 0.67 0.23 0.15
HSL 320.69º 0.66% 0.57% -
HSV(B) 320.69º 0.67% 0.85% -
XYZ 38.36 22.5 39.37 -
YUV 127.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 218 73 168 0 0.67 0.23 0.15 320.69 0.66 0.57
Hex DA 49 A8 0 43 17 F 141 42 39
Octal 332 111 250 0 103 27 17 501 102 71
Binary 11011010 1001001 10101000 0 1000011 10111 1111 101000001 1000010 111001

Color Harmonies of #DA49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49A8

Black with #DA49A8

Text Example


Text Example

White with #DA49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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