Html Css Color HEX #DA519C Mulberry

📋 copy color: '#DA519C'

red 218 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #DA519C

Tints of Mulberry #DA519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 47.91%
G = 17.8%
B = 34.29%

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

#DA519C (or 0xDA519C) is known color: Mulberry. HEX triplet: DA, 51 and 9C. RGB value is (218,81,156). Sum of RGB (Red+Green+Blue) = 218+81+156=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA519C is #25AE63. Grayscale: #828282. Windows color (decimal): -2469476 or 10244570. OLE color: 10244570.

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

Color convert

RGB 218 81 156 -
CMYK 0 0.63 0.28 0.15
HSL 327.15º 0.65% 0.59% -
HSV(B) 327.15º 0.63% 0.85% -
XYZ 37.86 23.19 33.93 -
YUV 130.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 218 81 156 0 0.63 0.28 0.15 327.15 0.65 0.59
Hex DA 51 9C 0 3F 1C F 147 41 3B
Octal 332 121 234 0 77 34 17 507 101 73
Binary 11011010 1010001 10011100 0 111111 11100 1111 101000111 1000001 111011

Color Harmonies of #DA519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA519C

Black with #DA519C

Text Example


Text Example

White with #DA519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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