Html Css Color HEX #DA4894 Mulberry

📋 copy color: '#DA4894'

red 218 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #DA4894

Tints of Mulberry #DA4894

RGB

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

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

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

R = 49.77%
G = 16.44%
B = 33.79%

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

#DA4894 (or 0xDA4894) is known color: Mulberry. HEX triplet: DA, 48 and 94. RGB value is (218,72,148). Sum of RGB (Red+Green+Blue) = 218+72+148=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4894 is #25B76B. Grayscale: #7C7C7C. Windows color (decimal): -2471788 or 9717978. OLE color: 9717978.

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

Color convert

RGB 218 72 148 -
CMYK 0 0.67 0.32 0.15
HSL 328.77º 0.66% 0.57% -
HSV(B) 328.77º 0.67% 0.85% -
XYZ 36.58 21.68 30.27 -
YUV 124.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 218 72 148 0 0.67 0.32 0.15 328.77 0.66 0.57
Hex DA 48 94 0 43 20 F 149 42 39
Octal 332 110 224 0 103 40 17 511 102 71
Binary 11011010 1001000 10010100 0 1000011 100000 1111 101001001 1000010 111001

Color Harmonies of #DA4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4894

Black with #DA4894

Text Example


Text Example

White with #DA4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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