Html Css Color HEX #DA559A Mulberry

📋 copy color: '#DA559A'

red 218 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #DA559A

Tints of Mulberry #DA559A

RGB

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

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

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

R = 47.7%
G = 18.6%
B = 33.7%

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

#DA559A (or 0xDA559A) is known color: Mulberry. HEX triplet: DA, 55 and 9A. RGB value is (218,85,154). Sum of RGB (Red+Green+Blue) = 218+85+154=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559A is #25AA65. Grayscale: #848484. Windows color (decimal): -2468454 or 10114522. OLE color: 10114522.

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

Color convert

RGB 218 85 154 -
CMYK 0 0.61 0.29 0.15
HSL 328.87º 0.64% 0.59% -
HSV(B) 328.87º 0.61% 0.85% -
XYZ 37.99 23.74 33.15 -
YUV 132.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 218 85 154 0 0.61 0.29 0.15 328.87 0.64 0.59
Hex DA 55 9A 0 3D 1D F 149 40 3B
Octal 332 125 232 0 75 35 17 511 100 73
Binary 11011010 1010101 10011010 0 111101 11101 1111 101001001 1000000 111011

Color Harmonies of #DA559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA559A

Black with #DA559A

Text Example


Text Example

White with #DA559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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