Html Css Color HEX #DA519D Mulberry

📋 copy color: '#DA519D'

red 218 ◦ green 81 ◦ blue 157

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

Shades of Mulberry #DA519D

Tints of Mulberry #DA519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 47.81%
G = 17.76%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA519D (or 0xDA519D) is known color: Mulberry. HEX triplet: DA, 51 and 9D. RGB value is (218,81,157). Sum of RGB (Red+Green+Blue) = 218+81+157=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA519D is #25AE62. Grayscale: #828282. Windows color (decimal): -2469475 or 10310106. OLE color: 10310106.

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

Color convert

RGB 218 81 157 -
CMYK 0 0.63 0.28 0.15
HSL 326.72º 0.65% 0.59% -
HSV(B) 326.72º 0.63% 0.85% -
XYZ 37.94 23.22 34.38 -
YUV 130.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 218 81 157 0 0.63 0.28 0.15 326.72 0.65 0.59
Hex DA 51 9D 0 3F 1C F 147 41 3B
Octal 332 121 235 0 77 34 17 507 101 73
Binary 11011010 1010001 10011101 0 111111 11100 1111 101000111 1000001 111011

Color Harmonies of #DA519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA519D

Black with #DA519D

Text Example


Text Example

White with #DA519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA519D; }

 p { color: rgb(218,81,157); }

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

background-color css

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

 a { background-color: rgb(218,81,157); }

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

border-color css

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

 span { border-color: rgb(218,81,157); }

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