Html Css Color HEX #DA4EA2 Mulberry

📋 copy color: '#DA4EA2'

red 218 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #DA4EA2

Tints of Mulberry #DA4EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 47.6%
G = 17.03%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA4EA2 (or 0xDA4EA2) is known color: Mulberry. HEX triplet: DA, 4E and A2. RGB value is (218,78,162). Sum of RGB (Red+Green+Blue) = 218+78+162=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4EA2 is #25B15D. Grayscale: #818181. Windows color (decimal): -2470238 or 10637018. OLE color: 10637018.

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

Color convert

RGB 218 78 162 -
CMYK 0 0.64 0.26 0.15
HSL 324º 0.65% 0.58% -
HSV(B) 324º 0.64% 0.85% -
XYZ 38.16 22.96 36.6 -
YUV 129.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 218 78 162 0 0.64 0.26 0.15 324 0.65 0.58
Hex DA 4E A2 0 40 1A F 144 41 3A
Octal 332 116 242 0 100 32 17 504 101 72
Binary 11011010 1001110 10100010 0 1000000 11010 1111 101000100 1000001 111010

Color Harmonies of #DA4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4EA2

Black with #DA4EA2

Text Example


Text Example

White with #DA4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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