Html Css Color HEX #DA4796 Mulberry

📋 copy color: '#DA4796'

red 218 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #DA4796

Tints of Mulberry #DA4796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 49.66%
G = 16.17%
B = 34.17%

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

#DA4796 (or 0xDA4796) is known color: Mulberry. HEX triplet: DA, 47 and 96. RGB value is (218,71,150). Sum of RGB (Red+Green+Blue) = 218+71+150=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4796 is #25B869. Grayscale: #7B7B7B. Windows color (decimal): -2472042 or 9848794. OLE color: 9848794.

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

Color convert

RGB 218 71 150 -
CMYK 0 0.67 0.31 0.15
HSL 327.76º 0.67% 0.57% -
HSV(B) 327.76º 0.67% 0.85% -
XYZ 36.67 21.61 31.09 -
YUV 123.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 218 71 150 0 0.67 0.31 0.15 327.76 0.67 0.57
Hex DA 47 96 0 43 1F F 148 43 39
Octal 332 107 226 0 103 37 17 510 103 71
Binary 11011010 1000111 10010110 0 1000011 11111 1111 101001000 1000011 111001

Color Harmonies of #DA4796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4796

Black with #DA4796

Text Example


Text Example

White with #DA4796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4796; }

 p { color: rgb(218,71,150); }

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

background-color css

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

 a { background-color: rgb(218,71,150); }

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

border-color css

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

 span { border-color: rgb(218,71,150); }

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