Html Css Color HEX #DA49A6 Mulberry

📋 copy color: '#DA49A6'

red 218 ◦ green 73 ◦ blue 166

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

Shades of Mulberry #DA49A6

Tints of Mulberry #DA49A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 47.7%
G = 15.97%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA49A6 (or 0xDA49A6) is known color: Mulberry. HEX triplet: DA, 49 and A6. RGB value is (218,73,166). Sum of RGB (Red+Green+Blue) = 218+73+166=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA49A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA49A6 is #25B659. Grayscale: #7E7E7E. Windows color (decimal): -2471514 or 10897882. OLE color: 10897882.

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

Color convert

RGB 218 73 166 -
CMYK 0 0.67 0.24 0.15
HSL 321.52º 0.66% 0.57% -
HSV(B) 321.52º 0.67% 0.85% -
XYZ 38.18 22.42 38.39 -
YUV 126.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 218 73 166 0 0.67 0.24 0.15 321.52 0.66 0.57
Hex DA 49 A6 0 43 18 F 142 42 39
Octal 332 111 246 0 103 30 17 502 102 71
Binary 11011010 1001001 10100110 0 1000011 11000 1111 101000010 1000010 111001

Color Harmonies of #DA49A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA49A6

Black with #DA49A6

Text Example


Text Example

White with #DA49A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA49A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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