Html Css Color HEX #DA519E Mulberry

📋 copy color: '#DA519E'

red 218 ◦ green 81 ◦ blue 158

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

Shades of Mulberry #DA519E

Tints of Mulberry #DA519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 47.7%
G = 17.72%
B = 34.57%

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

#DA519E (or 0xDA519E) is known color: Mulberry. HEX triplet: DA, 51 and 9E. RGB value is (218,81,158). Sum of RGB (Red+Green+Blue) = 218+81+158=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA519E is #25AE61. Grayscale: #828282. Windows color (decimal): -2469474 or 10375642. OLE color: 10375642.

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

Color convert

RGB 218 81 158 -
CMYK 0 0.63 0.28 0.15
HSL 326.28º 0.65% 0.59% -
HSV(B) 326.28º 0.63% 0.85% -
XYZ 38.03 23.26 34.83 -
YUV 130.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 218 81 158 0 0.63 0.28 0.15 326.28 0.65 0.59
Hex DA 51 9E 0 3F 1C F 146 41 3B
Octal 332 121 236 0 77 34 17 506 101 73
Binary 11011010 1010001 10011110 0 111111 11100 1111 101000110 1000001 111011

Color Harmonies of #DA519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA519E

Black with #DA519E

Text Example


Text Example

White with #DA519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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