Html Css Color HEX #DA559F Mulberry

📋 copy color: '#DA559F'

red 218 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #DA559F

Tints of Mulberry #DA559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.42%

R = 47.19%
G = 18.4%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA559F (or 0xDA559F) is known color: Mulberry. HEX triplet: DA, 55 and 9F. RGB value is (218,85,159). Sum of RGB (Red+Green+Blue) = 218+85+159=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559F is #25AA60. Grayscale: #858585. Windows color (decimal): -2468449 or 10442202. OLE color: 10442202.

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

Color convert

RGB 218 85 159 -
CMYK 0 0.61 0.27 0.15
HSL 326.62º 0.64% 0.59% -
HSV(B) 326.62º 0.61% 0.85% -
XYZ 38.42 23.91 35.39 -
YUV 133.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 218 85 159 0 0.61 0.27 0.15 326.62 0.64 0.59
Hex DA 55 9F 0 3D 1B F 147 40 3B
Octal 332 125 237 0 75 33 17 507 100 73
Binary 11011010 1010101 10011111 0 111101 11011 1111 101000111 1000000 111011

Color Harmonies of #DA559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA559F

Black with #DA559F

Text Example


Text Example

White with #DA559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA559F; }

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

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

background-color css

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

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

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

border-color css

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

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

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