Html Css Color HEX #DA57BA Fuchsia

📋 copy color: '#DA57BA'

red 218 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #DA57BA

Tints of Fuchsia #DA57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.72%

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 44.4%
G = 17.72%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA57BA (or 0xDA57BA) is known color: Fuchsia. HEX triplet: DA, 57 and BA. RGB value is (218,87,186). Sum of RGB (Red+Green+Blue) = 218+87+186=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA57BA is #25A845. Grayscale: #898989. Windows color (decimal): -2467910 or 12212186. OLE color: 12212186.

HSL color Cylindrical-coordinate representation of color #DA57BA: hue angle of 314.66º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA57BA is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 87 186 -
CMYK 0 0.60 0.15 0.15
HSL 314.66º 0.64% 0.6% -
HSV(B) 314.66º 0.6% 0.85% -
XYZ 41.18 25.27 49.16 -
YUV 137.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 218 87 186 0 0.60 0.15 0.15 314.66 0.64 0.6
Hex DA 57 BA 0 3C F F 13B 40 3C
Octal 332 127 272 0 74 17 17 473 100 74
Binary 11011010 1010111 10111010 0 111100 1111 1111 100111011 1000000 111100

Color Harmonies of #DA57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA57BA

Black with #DA57BA

Text Example


Text Example

White with #DA57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA57BA; }

 p { color: rgb(218,87,186); }

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

background-color css

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

 a { background-color: rgb(218,87,186); }

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

border-color css

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

 span { border-color: rgb(218,87,186); }

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