Html Css Color HEX #DA4795 Mulberry

📋 copy color: '#DA4795'

red 218 ◦ green 71 ◦ blue 149

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

Shades of Mulberry #DA4795

Tints of Mulberry #DA4795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 49.77%
G = 16.21%
B = 34.02%

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

#DA4795 (or 0xDA4795) is known color: Mulberry. HEX triplet: DA, 47 and 95. RGB value is (218,71,149). Sum of RGB (Red+Green+Blue) = 218+71+149=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4795 is #25B86A. Grayscale: #7B7B7B. Windows color (decimal): -2472043 or 9783258. OLE color: 9783258.

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

Color convert

RGB 218 71 149 -
CMYK 0 0.67 0.32 0.15
HSL 328.16º 0.67% 0.57% -
HSV(B) 328.16º 0.67% 0.85% -
XYZ 36.59 21.58 30.67 -
YUV 123.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 218 71 149 0 0.67 0.32 0.15 328.16 0.67 0.57
Hex DA 47 95 0 43 20 F 148 43 39
Octal 332 107 225 0 103 40 17 510 103 71
Binary 11011010 1000111 10010101 0 1000011 100000 1111 101001000 1000011 111001

Color Harmonies of #DA4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4795

Black with #DA4795

Text Example


Text Example

White with #DA4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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