Html Css Color HEX #DA4DAA Mulberry

📋 copy color: '#DA4DAA'

red 218 ◦ green 77 ◦ blue 170

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

Shades of Mulberry #DA4DAA

Tints of Mulberry #DA4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 46.88%
G = 16.56%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA4DAA (or 0xDA4DAA) is known color: Mulberry. HEX triplet: DA, 4D and AA. RGB value is (218,77,170). Sum of RGB (Red+Green+Blue) = 218+77+170=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DAA is #25B255. Grayscale: #818181. Windows color (decimal): -2470486 or 11161050. OLE color: 11161050.

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

Color convert

RGB 218 77 170 -
CMYK 0 0.65 0.22 0.15
HSL 320.43º 0.66% 0.58% -
HSV(B) 320.43º 0.65% 0.85% -
XYZ 38.82 23.12 40.45 -
YUV 129.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 218 77 170 0 0.65 0.22 0.15 320.43 0.66 0.58
Hex DA 4D AA 0 41 16 F 140 42 3A
Octal 332 115 252 0 101 26 17 500 102 72
Binary 11011010 1001101 10101010 0 1000001 10110 1111 101000000 1000010 111010

Color Harmonies of #DA4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DAA

Black with #DA4DAA

Text Example


Text Example

White with #DA4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DAA; }

 p { color: rgb(218,77,170); }

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

background-color css

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

 a { background-color: rgb(218,77,170); }

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

border-color css

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

 span { border-color: rgb(218,77,170); }

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