Html Css Color HEX #DA56A6 Mulberry

📋 copy color: '#DA56A6'

red 218 ◦ green 86 ◦ blue 166

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

Shades of Mulberry #DA56A6

Tints of Mulberry #DA56A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 46.38%
G = 18.3%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA56A6 (or 0xDA56A6) is known color: Mulberry. HEX triplet: DA, 56 and A6. RGB value is (218,86,166). Sum of RGB (Red+Green+Blue) = 218+86+166=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA56A6 is #25A959. Grayscale: #868686. Windows color (decimal): -2468186 or 10901210. OLE color: 10901210.

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

Color convert

RGB 218 86 166 -
CMYK 0 0.61 0.24 0.15
HSL 323.64º 0.64% 0.6% -
HSV(B) 323.64º 0.61% 0.85% -
XYZ 39.12 24.31 38.71 -
YUV 134.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 218 86 166 0 0.61 0.24 0.15 323.64 0.64 0.6
Hex DA 56 A6 0 3D 18 F 144 40 3C
Octal 332 126 246 0 75 30 17 504 100 74
Binary 11011010 1010110 10100110 0 111101 11000 1111 101000100 1000000 111100

Color Harmonies of #DA56A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA56A6

Black with #DA56A6

Text Example


Text Example

White with #DA56A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA56A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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