Html Css Color HEX #DA4994 Mulberry

📋 copy color: '#DA4994'

red 218 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #DA4994

Tints of Mulberry #DA4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 49.66%
G = 16.63%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4994 (or 0xDA4994) is known color: Mulberry. HEX triplet: DA, 49 and 94. RGB value is (218,73,148). Sum of RGB (Red+Green+Blue) = 218+73+148=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4994 is #25B66B. Grayscale: #7C7C7C. Windows color (decimal): -2471532 or 9718234. OLE color: 9718234.

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

Color convert

RGB 218 73 148 -
CMYK 0 0.67 0.32 0.15
HSL 328.97º 0.66% 0.57% -
HSV(B) 328.97º 0.67% 0.85% -
XYZ 36.64 21.81 30.3 -
YUV 124.91 141.04 194.4 -
System Red Green Blue C M Y K H S L
Decimal 218 73 148 0 0.67 0.32 0.15 328.97 0.66 0.57
Hex DA 49 94 0 43 20 F 149 42 39
Octal 332 111 224 0 103 40 17 511 102 71
Binary 11011010 1001001 10010100 0 1000011 100000 1111 101001001 1000010 111001

Color Harmonies of #DA4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4994

Black with #DA4994

Text Example


Text Example

White with #DA4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4994; }

 p { color: rgb(218,73,148); }

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

background-color css

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

 a { background-color: rgb(218,73,148); }

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

border-color css

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

 span { border-color: rgb(218,73,148); }

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