#DA569D

Color #DA569D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DA569D

Tints of Mulberry #DA569D

Color information

#DA569D (or 0xDA569D) is unknown color: approx Mulberry. HEX triplet: DA, 56 and 9D. RGB value is (218,86,157). Sum of RGB (Red+Green+Blue) = 218+86+157=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569D is #25A962. Grayscale: #858585. Windows color (decimal): -2468195 or 10311386. OLE color: 10311386.

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

Color convert

RGB21886157-
CMYK00.610.280.15
HSL327.73º64.08%59.61%-
HSV(B)327.73º60.55%85.49%-
XYZ38.332434.51-
YUV133.56141.23188.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=47.29%
G=18.66%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188615700.610.280.15327.7364.0859.61
HexDA569D03D1CF148403c
Octal332126235075341751010074
Binary1101101010101101001110101111011110011111010010001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA569D; }

 p { color: rgb(218,86,157); }

 H1.HeaderClassName
 {
   color: #DA569D;
 }
 .AnyTagClassName
 {
   color: #DA569D;
 }
</style>
background-color css

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

 a { background-color: rgb(218,86,157); }

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

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

 span { border-color: rgb(218,86,157); }

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