Html Css Color HEX #DA559E Mulberry

📋 copy color: '#DA559E'

red 218 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #DA559E

Tints of Mulberry #DA559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 47.29%
G = 18.44%
B = 34.27%

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

#DA559E (or 0xDA559E) is known color: Mulberry. HEX triplet: DA, 55 and 9E. RGB value is (218,85,158). Sum of RGB (Red+Green+Blue) = 218+85+158=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA559E is #25AA61. Grayscale: #848484. Windows color (decimal): -2468450 or 10376666. OLE color: 10376666.

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

Color convert

RGB 218 85 158 -
CMYK 0 0.61 0.28 0.15
HSL 327.07º 0.64% 0.59% -
HSV(B) 327.07º 0.61% 0.85% -
XYZ 38.33 23.87 34.93 -
YUV 133.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 218 85 158 0 0.61 0.28 0.15 327.07 0.64 0.59
Hex DA 55 9E 0 3D 1C F 147 40 3B
Octal 332 125 236 0 75 34 17 507 100 73
Binary 11011010 1010101 10011110 0 111101 11100 1111 101000111 1000000 111011

Color Harmonies of #DA559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA559E

Black with #DA559E

Text Example


Text Example

White with #DA559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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