Html Css Color HEX #DA559C Mulberry

📋 copy color: '#DA559C'

red 218 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #DA559C

Tints of Mulberry #DA559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 47.49%
G = 18.52%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA559C (or 0xDA559C) is known color: Mulberry. HEX triplet: DA, 55 and 9C. RGB value is (218,85,156). Sum of RGB (Red+Green+Blue) = 218+85+156=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559C is #25AA63. Grayscale: #848484. Windows color (decimal): -2468452 or 10245594. OLE color: 10245594.

HSL color Cylindrical-coordinate representation of color #DA559C: hue angle of 327.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA559C is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 85 156 -
CMYK 0 0.61 0.28 0.15
HSL 327.97º 0.64% 0.59% -
HSV(B) 327.97º 0.61% 0.85% -
XYZ 38.16 23.8 34.04 -
YUV 132.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 218 85 156 0 0.61 0.28 0.15 327.97 0.64 0.59
Hex DA 55 9C 0 3D 1C F 148 40 3B
Octal 332 125 234 0 75 34 17 510 100 73
Binary 11011010 1010101 10011100 0 111101 11100 1111 101001000 1000000 111011

Color Harmonies of #DA559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA559C

Black with #DA559C

Text Example


Text Example

White with #DA559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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