Html Css Color HEX #DA47B2 Fuchsia

📋 copy color: '#DA47B2'

red 218 ◦ green 71 ◦ blue 178

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

Shades of Fuchsia #DA47B2

Tints of Fuchsia #DA47B2

RGB

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

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

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

R = 46.68%
G = 15.2%
B = 38.12%

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

#DA47B2 (or 0xDA47B2) is known color: Fuchsia. HEX triplet: DA, 47 and B2. RGB value is (218,71,178). Sum of RGB (Red+Green+Blue) = 218+71+178=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA47B2 is #25B84D. Grayscale: #7E7E7E. Windows color (decimal): -2472014 or 11683802. OLE color: 11683802.

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

Color convert

RGB 218 71 178 -
CMYK 0 0.67 0.18 0.15
HSL 316.33º 0.67% 0.57% -
HSV(B) 316.33º 0.67% 0.85% -
XYZ 39.2 22.63 44.42 -
YUV 127.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 218 71 178 0 0.67 0.18 0.15 316.33 0.67 0.57
Hex DA 47 B2 0 43 12 F 13C 43 39
Octal 332 107 262 0 103 22 17 474 103 71
Binary 11011010 1000111 10110010 0 1000011 10010 1111 100111100 1000011 111001

Color Harmonies of #DA47B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47B2

Black with #DA47B2

Text Example


Text Example

White with #DA47B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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