Html Css Color HEX #DA4891 Mulberry

📋 copy color: '#DA4891'

red 218 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #DA4891

Tints of Mulberry #DA4891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

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

R = 50.11%
G = 16.55%
B = 33.33%

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

#DA4891 (or 0xDA4891) is known color: Mulberry. HEX triplet: DA, 48 and 91. RGB value is (218,72,145). Sum of RGB (Red+Green+Blue) = 218+72+145=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4891 is #25B76E. Grayscale: #7B7B7B. Windows color (decimal): -2471791 or 9521370. OLE color: 9521370.

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

Color convert

RGB 218 72 145 -
CMYK 0 0.67 0.33 0.15
HSL 330º 0.66% 0.57% -
HSV(B) 330º 0.67% 0.85% -
XYZ 36.34 21.58 29.04 -
YUV 123.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 218 72 145 0 0.67 0.33 0.15 330 0.66 0.57
Hex DA 48 91 0 43 21 F 14A 42 39
Octal 332 110 221 0 103 41 17 512 102 71
Binary 11011010 1001000 10010001 0 1000011 100001 1111 101001010 1000010 111001

Color Harmonies of #DA4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4891

Black with #DA4891

Text Example


Text Example

White with #DA4891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4891; }

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

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

background-color css

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

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

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

border-color css

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

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

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