Html Css Color HEX #DA4997 Mulberry

📋 copy color: '#DA4997'

red 218 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #DA4997

Tints of Mulberry #DA4997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 49.32%
G = 16.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA4997 (or 0xDA4997) is known color: Mulberry. HEX triplet: DA, 49 and 97. RGB value is (218,73,151). Sum of RGB (Red+Green+Blue) = 218+73+151=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4997 is #25B668. Grayscale: #7D7D7D. Windows color (decimal): -2471529 or 9914842. OLE color: 9914842.

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

Color convert

RGB 218 73 151 -
CMYK 0 0.67 0.31 0.15
HSL 327.72º 0.66% 0.57% -
HSV(B) 327.72º 0.67% 0.85% -
XYZ 36.88 21.9 31.56 -
YUV 125.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 218 73 151 0 0.67 0.31 0.15 327.72 0.66 0.57
Hex DA 49 97 0 43 1F F 148 42 39
Octal 332 111 227 0 103 37 17 510 102 71
Binary 11011010 1001001 10010111 0 1000011 11111 1111 101001000 1000010 111001

Color Harmonies of #DA4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4997

Black with #DA4997

Text Example


Text Example

White with #DA4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4997; }

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

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

background-color css

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

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

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

border-color css

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

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

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