Html Css Color HEX #DA4EAA Mulberry

📋 copy color: '#DA4EAA'

red 218 ◦ green 78 ◦ blue 170

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

Shades of Mulberry #DA4EAA

Tints of Mulberry #DA4EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.74%

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

R = 46.78%
G = 16.74%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA4EAA (or 0xDA4EAA) is known color: Mulberry. HEX triplet: DA, 4E and AA. RGB value is (218,78,170). Sum of RGB (Red+Green+Blue) = 218+78+170=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4EAA is #25B155. Grayscale: #828282. Windows color (decimal): -2470230 or 11161306. OLE color: 11161306.

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

Color convert

RGB 218 78 170 -
CMYK 0 0.64 0.22 0.15
HSL 320.57º 0.65% 0.58% -
HSV(B) 320.57º 0.64% 0.85% -
XYZ 38.89 23.26 40.47 -
YUV 130.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 218 78 170 0 0.64 0.22 0.15 320.57 0.65 0.58
Hex DA 4E AA 0 40 16 F 141 41 3A
Octal 332 116 252 0 100 26 17 501 101 72
Binary 11011010 1001110 10101010 0 1000000 10110 1111 101000001 1000001 111010

Color Harmonies of #DA4EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4EAA

Black with #DA4EAA

Text Example


Text Example

White with #DA4EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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