Html Css Color HEX #DA509C Mulberry

📋 copy color: '#DA509C'

red 218 ◦ green 80 ◦ blue 156

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

Shades of Mulberry #DA509C

Tints of Mulberry #DA509C

RGB

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

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

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

R = 48.02%
G = 17.62%
B = 34.36%

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

#DA509C (or 0xDA509C) is known color: Mulberry. HEX triplet: DA, 50 and 9C. RGB value is (218,80,156). Sum of RGB (Red+Green+Blue) = 218+80+156=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA509C is #25AF63. Grayscale: #818181. Windows color (decimal): -2469732 or 10244314. OLE color: 10244314.

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

Color convert

RGB 218 80 156 -
CMYK 0 0.63 0.28 0.15
HSL 326.96º 0.65% 0.58% -
HSV(B) 326.96º 0.63% 0.85% -
XYZ 37.78 23.04 33.91 -
YUV 129.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 218 80 156 0 0.63 0.28 0.15 326.96 0.65 0.58
Hex DA 50 9C 0 3F 1C F 147 41 3A
Octal 332 120 234 0 77 34 17 507 101 72
Binary 11011010 1010000 10011100 0 111111 11100 1111 101000111 1000001 111010

Color Harmonies of #DA509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA509C

Black with #DA509C

Text Example


Text Example

White with #DA509C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA509C; }

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

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

background-color css

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

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

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

border-color css

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

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

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