Html Css Color HEX #DA4791 Mulberry

📋 copy color: '#DA4791'

red 218 ◦ green 71 ◦ blue 145

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

Shades of Mulberry #DA4791

Tints of Mulberry #DA4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 50.23%
G = 16.36%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4791 (or 0xDA4791) is known color: Mulberry. HEX triplet: DA, 47 and 91. RGB value is (218,71,145). Sum of RGB (Red+Green+Blue) = 218+71+145=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4791 is #25B86E. Grayscale: #7B7B7B. Windows color (decimal): -2472047 or 9521114. OLE color: 9521114.

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

Color convert

RGB 218 71 145 -
CMYK 0 0.67 0.33 0.15
HSL 329.8º 0.67% 0.57% -
HSV(B) 329.8º 0.67% 0.85% -
XYZ 36.28 21.46 29.02 -
YUV 123.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 218 71 145 0 0.67 0.33 0.15 329.8 0.67 0.57
Hex DA 47 91 0 43 21 F 14A 43 39
Octal 332 107 221 0 103 41 17 512 103 71
Binary 11011010 1000111 10010001 0 1000011 100001 1111 101001010 1000011 111001

Color Harmonies of #DA4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4791

Black with #DA4791

Text Example


Text Example

White with #DA4791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4791; }

 p { color: rgb(218,71,145); }

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

background-color css

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

 a { background-color: rgb(218,71,145); }

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

border-color css

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

 span { border-color: rgb(218,71,145); }

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