Html Css Color HEX #DA509A Mulberry

📋 copy color: '#DA509A'

red 218 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #DA509A

Tints of Mulberry #DA509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 48.23%
G = 17.7%
B = 34.07%

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

#DA509A (or 0xDA509A) is known color: Mulberry. HEX triplet: DA, 50 and 9A. RGB value is (218,80,154). Sum of RGB (Red+Green+Blue) = 218+80+154=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA509A is #25AF65. Grayscale: #818181. Windows color (decimal): -2469734 or 10113242. OLE color: 10113242.

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

Color convert

RGB 218 80 154 -
CMYK 0 0.63 0.29 0.15
HSL 327.83º 0.65% 0.58% -
HSV(B) 327.83º 0.63% 0.85% -
XYZ 37.61 22.98 33.02 -
YUV 129.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 218 80 154 0 0.63 0.29 0.15 327.83 0.65 0.58
Hex DA 50 9A 0 3F 1D F 148 41 3A
Octal 332 120 232 0 77 35 17 510 101 72
Binary 11011010 1010000 10011010 0 111111 11101 1111 101001000 1000001 111010

Color Harmonies of #DA509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA509A

Black with #DA509A

Text Example


Text Example

White with #DA509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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