Html Css Color HEX #DA49A0 Mulberry

📋 copy color: '#DA49A0'

red 218 ◦ green 73 ◦ blue 160

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

Shades of Mulberry #DA49A0

Tints of Mulberry #DA49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 48.34%
G = 16.19%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA49A0 (or 0xDA49A0) is known color: Mulberry. HEX triplet: DA, 49 and A0. RGB value is (218,73,160). Sum of RGB (Red+Green+Blue) = 218+73+160=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A0 is #25B65F. Grayscale: #7E7E7E. Windows color (decimal): -2471520 or 10504666. OLE color: 10504666.

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

Color convert

RGB 218 73 160 -
CMYK 0 0.67 0.27 0.15
HSL 324º 0.66% 0.57% -
HSV(B) 324º 0.67% 0.85% -
XYZ 37.64 22.21 35.56 -
YUV 126.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 218 73 160 0 0.67 0.27 0.15 324 0.66 0.57
Hex DA 49 A0 0 43 1B F 144 42 39
Octal 332 111 240 0 103 33 17 504 102 71
Binary 11011010 1001001 10100000 0 1000011 11011 1111 101000100 1000010 111001

Color Harmonies of #DA49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49A0

Black with #DA49A0

Text Example


Text Example

White with #DA49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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