Html Css Color HEX #DA519A Mulberry

📋 copy color: '#DA519A'

red 218 ◦ green 81 ◦ blue 154

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

Shades of Mulberry #DA519A

Tints of Mulberry #DA519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34%

R = 48.12%
G = 17.88%
B = 34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA519A (or 0xDA519A) is known color: Mulberry. HEX triplet: DA, 51 and 9A. RGB value is (218,81,154). Sum of RGB (Red+Green+Blue) = 218+81+154=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA519A is #25AE65. Grayscale: #828282. Windows color (decimal): -2469478 or 10113498. OLE color: 10113498.

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

Color convert

RGB 218 81 154 -
CMYK 0 0.63 0.29 0.15
HSL 328.03º 0.65% 0.59% -
HSV(B) 328.03º 0.63% 0.85% -
XYZ 37.69 23.12 33.05 -
YUV 130.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 218 81 154 0 0.63 0.29 0.15 328.03 0.65 0.59
Hex DA 51 9A 0 3F 1D F 148 41 3B
Octal 332 121 232 0 77 35 17 510 101 73
Binary 11011010 1010001 10011010 0 111111 11101 1111 101001000 1000001 111011

Color Harmonies of #DA519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA519A

Black with #DA519A

Text Example


Text Example

White with #DA519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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