Html Css Color HEX #DA559B Mulberry

📋 copy color: '#DA559B'

red 218 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #DA559B

Tints of Mulberry #DA559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.84%

R = 47.6%
G = 18.56%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA559B (or 0xDA559B) is known color: Mulberry. HEX triplet: DA, 55 and 9B. RGB value is (218,85,155). Sum of RGB (Red+Green+Blue) = 218+85+155=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559B is #25AA64. Grayscale: #848484. Windows color (decimal): -2468453 or 10180058. OLE color: 10180058.

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

Color convert

RGB 218 85 155 -
CMYK 0 0.61 0.29 0.15
HSL 328.42º 0.64% 0.59% -
HSV(B) 328.42º 0.61% 0.85% -
XYZ 38.08 23.77 33.59 -
YUV 132.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 218 85 155 0 0.61 0.29 0.15 328.42 0.64 0.59
Hex DA 55 9B 0 3D 1D F 148 40 3B
Octal 332 125 233 0 75 35 17 510 100 73
Binary 11011010 1010101 10011011 0 111101 11101 1111 101001000 1000000 111011

Color Harmonies of #DA559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA559B

Black with #DA559B

Text Example


Text Example

White with #DA559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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