Html Css Color HEX #DA4DA0 Mulberry

📋 copy color: '#DA4DA0'

red 218 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #DA4DA0

Tints of Mulberry #DA4DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 47.91%
G = 16.92%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA4DA0 (or 0xDA4DA0) is known color: Mulberry. HEX triplet: DA, 4D and A0. RGB value is (218,77,160). Sum of RGB (Red+Green+Blue) = 218+77+160=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4DA0 is #25B25F. Grayscale: #808080. Windows color (decimal): -2470496 or 10505690. OLE color: 10505690.

HSL color Cylindrical-coordinate representation of color #DA4DA0: hue angle of 324.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DA0 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 160 -
CMYK 0 0.65 0.27 0.15
HSL 324.68º 0.66% 0.58% -
HSV(B) 324.68º 0.65% 0.85% -
XYZ 37.91 22.75 35.65 -
YUV 128.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 218 77 160 0 0.65 0.27 0.15 324.68 0.66 0.58
Hex DA 4D A0 0 41 1B F 145 42 3A
Octal 332 115 240 0 101 33 17 505 102 72
Binary 11011010 1001101 10100000 0 1000001 11011 1111 101000101 1000010 111010

Color Harmonies of #DA4DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DA0

Black with #DA4DA0

Text Example


Text Example

White with #DA4DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DA0; }

 p { color: rgb(218,77,160); }

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

background-color css

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

 a { background-color: rgb(218,77,160); }

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

border-color css

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

 span { border-color: rgb(218,77,160); }

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