Html Css Color HEX #DA56B0 Fuchsia

📋 copy color: '#DA56B0'

red 218 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #DA56B0

Tints of Fuchsia #DA56B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 45.42%
G = 17.92%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA56B0 (or 0xDA56B0) is known color: Fuchsia. HEX triplet: DA, 56 and B0. RGB value is (218,86,176). Sum of RGB (Red+Green+Blue) = 218+86+176=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA56B0 is #25A94F. Grayscale: #878787. Windows color (decimal): -2468176 or 11556570. OLE color: 11556570.

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

Color convert

RGB 218 86 176 -
CMYK 0 0.61 0.19 0.15
HSL 319.09º 0.64% 0.6% -
HSV(B) 319.09º 0.61% 0.85% -
XYZ 40.08 24.7 43.73 -
YUV 135.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 218 86 176 0 0.61 0.19 0.15 319.09 0.64 0.6
Hex DA 56 B0 0 3D 13 F 13F 40 3C
Octal 332 126 260 0 75 23 17 477 100 74
Binary 11011010 1010110 10110000 0 111101 10011 1111 100111111 1000000 111100

Color Harmonies of #DA56B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA56B0

Black with #DA56B0

Text Example


Text Example

White with #DA56B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA56B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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