Html Css Color HEX #DA47BA Fuchsia

📋 copy color: '#DA47BA'

red 218 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #DA47BA

Tints of Fuchsia #DA47BA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.95%

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

R = 45.89%
G = 14.95%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA47BA (or 0xDA47BA) is known color: Fuchsia. HEX triplet: DA, 47 and BA. RGB value is (218,71,186). Sum of RGB (Red+Green+Blue) = 218+71+186=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47BA is #25B845. Grayscale: #7F7F7F. Windows color (decimal): -2472006 or 12208090. OLE color: 12208090.

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

Color convert

RGB 218 71 186 -
CMYK 0 0.67 0.15 0.15
HSL 313.06º 0.67% 0.57% -
HSV(B) 313.06º 0.67% 0.85% -
XYZ 40.03 22.96 48.78 -
YUV 128.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 218 71 186 0 0.67 0.15 0.15 313.06 0.67 0.57
Hex DA 47 BA 0 43 F F 139 43 39
Octal 332 107 272 0 103 17 17 471 103 71
Binary 11011010 1000111 10111010 0 1000011 1111 1111 100111001 1000011 111001

Color Harmonies of #DA47BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47BA

Black with #DA47BA

Text Example


Text Example

White with #DA47BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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