Html Css Color HEX #DA47B3 Fuchsia

📋 copy color: '#DA47B3'

red 218 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #DA47B3

Tints of Fuchsia #DA47B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 46.58%
G = 15.17%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA47B3 (or 0xDA47B3) is known color: Fuchsia. HEX triplet: DA, 47 and B3. RGB value is (218,71,179). Sum of RGB (Red+Green+Blue) = 218+71+179=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47B3 is #25B84C. Grayscale: #7E7E7E. Windows color (decimal): -2472013 or 11749338. OLE color: 11749338.

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

Color convert

RGB 218 71 179 -
CMYK 0 0.67 0.18 0.15
HSL 315.92º 0.67% 0.57% -
HSV(B) 315.92º 0.67% 0.85% -
XYZ 39.3 22.67 44.95 -
YUV 127.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 218 71 179 0 0.67 0.18 0.15 315.92 0.67 0.57
Hex DA 47 B3 0 43 12 F 13C 43 39
Octal 332 107 263 0 103 22 17 474 103 71
Binary 11011010 1000111 10110011 0 1000011 10010 1111 100111100 1000011 111001

Color Harmonies of #DA47B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47B3

Black with #DA47B3

Text Example


Text Example

White with #DA47B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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