Html Css Color HEX #DA56B2 Fuchsia

📋 copy color: '#DA56B2'

red 218 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #DA56B2

Tints of Fuchsia #DA56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 45.23%
G = 17.84%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA56B2 (or 0xDA56B2) is known color: Fuchsia. HEX triplet: DA, 56 and B2. RGB value is (218,86,178). Sum of RGB (Red+Green+Blue) = 218+86+178=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA56B2 is #25A94D. Grayscale: #878787. Windows color (decimal): -2468174 or 11687642. OLE color: 11687642.

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

Color convert

RGB 218 86 178 -
CMYK 0 0.61 0.18 0.15
HSL 318.18º 0.64% 0.6% -
HSV(B) 318.18º 0.61% 0.85% -
XYZ 40.28 24.78 44.78 -
YUV 135.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 218 86 178 0 0.61 0.18 0.15 318.18 0.64 0.6
Hex DA 56 B2 0 3D 12 F 13E 40 3C
Octal 332 126 262 0 75 22 17 476 100 74
Binary 11011010 1010110 10110010 0 111101 10010 1111 100111110 1000000 111100

Color Harmonies of #DA56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA56B2

Black with #DA56B2

Text Example


Text Example

White with #DA56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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