Html Css Color HEX #DA509E Mulberry

📋 copy color: '#DA509E'

red 218 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #DA509E

Tints of Mulberry #DA509E

RGB

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

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

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

R = 47.81%
G = 17.54%
B = 34.65%

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

#DA509E (or 0xDA509E) is known color: Mulberry. HEX triplet: DA, 50 and 9E. RGB value is (218,80,158). Sum of RGB (Red+Green+Blue) = 218+80+158=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA509E is #25AF61. Grayscale: #818181. Windows color (decimal): -2469730 or 10375386. OLE color: 10375386.

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

Color convert

RGB 218 80 158 -
CMYK 0 0.63 0.28 0.15
HSL 326.09º 0.65% 0.58% -
HSV(B) 326.09º 0.63% 0.85% -
XYZ 37.95 23.11 34.81 -
YUV 130.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 218 80 158 0 0.63 0.28 0.15 326.09 0.65 0.58
Hex DA 50 9E 0 3F 1C F 146 41 3A
Octal 332 120 236 0 77 34 17 506 101 72
Binary 11011010 1010000 10011110 0 111111 11100 1111 101000110 1000001 111010

Color Harmonies of #DA509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA509E

Black with #DA509E

Text Example


Text Example

White with #DA509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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