Html Css Color HEX #DA569C Mulberry

📋 copy color: '#DA569C'

red 218 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #DA569C

Tints of Mulberry #DA569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 47.39%
G = 18.7%
B = 33.91%

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

#DA569C (or 0xDA569C) is known color: Mulberry. HEX triplet: DA, 56 and 9C. RGB value is (218,86,156). Sum of RGB (Red+Green+Blue) = 218+86+156=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA569C is #25A963. Grayscale: #858585. Windows color (decimal): -2468196 or 10245850. OLE color: 10245850.

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

Color convert

RGB 218 86 156 -
CMYK 0 0.61 0.28 0.15
HSL 328.18º 0.64% 0.6% -
HSV(B) 328.18º 0.61% 0.85% -
XYZ 38.24 23.96 34.06 -
YUV 133.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 218 86 156 0 0.61 0.28 0.15 328.18 0.64 0.6
Hex DA 56 9C 0 3D 1C F 148 40 3C
Octal 332 126 234 0 75 34 17 510 100 74
Binary 11011010 1010110 10011100 0 111101 11100 1111 101001000 1000000 111100

Color Harmonies of #DA569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA569C

Black with #DA569C

Text Example


Text Example

White with #DA569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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