Html Css Color HEX #DA569E Mulberry

📋 copy color: '#DA569E'

red 218 ◦ green 86 ◦ blue 158

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

Shades of Mulberry #DA569E

Tints of Mulberry #DA569E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.61%

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

R = 47.19%
G = 18.61%
B = 34.2%

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

#DA569E (or 0xDA569E) is known color: Mulberry. HEX triplet: DA, 56 and 9E. RGB value is (218,86,158). Sum of RGB (Red+Green+Blue) = 218+86+158=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569E is #25A961. Grayscale: #858585. Windows color (decimal): -2468194 or 10376922. OLE color: 10376922.

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

Color convert

RGB 218 86 158 -
CMYK 0 0.61 0.28 0.15
HSL 327.27º 0.64% 0.6% -
HSV(B) 327.27º 0.61% 0.85% -
XYZ 38.41 24.03 34.96 -
YUV 133.68 141.73 188.15 -
System Red Green Blue C M Y K H S L
Decimal 218 86 158 0 0.61 0.28 0.15 327.27 0.64 0.6
Hex DA 56 9E 0 3D 1C F 147 40 3C
Octal 332 126 236 0 75 34 17 507 100 74
Binary 11011010 1010110 10011110 0 111101 11100 1111 101000111 1000000 111100

Color Harmonies of #DA569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA569E

Black with #DA569E

Text Example


Text Example

White with #DA569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA569E; }

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

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

background-color css

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

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

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

border-color css

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

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

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