Html Css Color HEX #DA4899 Mulberry

📋 copy color: '#DA4899'

red 218 ◦ green 72 ◦ blue 153

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

Shades of Mulberry #DA4899

Tints of Mulberry #DA4899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.54%

R = 49.21%
G = 16.25%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4899 (or 0xDA4899) is known color: Mulberry. HEX triplet: DA, 48 and 99. RGB value is (218,72,153). Sum of RGB (Red+Green+Blue) = 218+72+153=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4899 is #25B766. Grayscale: #7C7C7C. Windows color (decimal): -2471783 or 10045658. OLE color: 10045658.

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

Color convert

RGB 218 72 153 -
CMYK 0 0.67 0.30 0.15
HSL 326.71º 0.66% 0.57% -
HSV(B) 326.71º 0.67% 0.85% -
XYZ 36.98 21.84 32.4 -
YUV 124.89 143.87 194.41 -
System Red Green Blue C M Y K H S L
Decimal 218 72 153 0 0.67 0.30 0.15 326.71 0.66 0.57
Hex DA 48 99 0 43 1E F 147 42 39
Octal 332 110 231 0 103 36 17 507 102 71
Binary 11011010 1001000 10011001 0 1000011 11110 1111 101000111 1000010 111001

Color Harmonies of #DA4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4899

Black with #DA4899

Text Example


Text Example

White with #DA4899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4899; }

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

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

background-color css

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

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

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

border-color css

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

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

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