Html Css Color HEX #DA47BC Fuchsia

📋 copy color: '#DA47BC'

red 218 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #DA47BC

Tints of Fuchsia #DA47BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 45.7%
G = 14.88%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA47BC (or 0xDA47BC) is known color: Fuchsia. HEX triplet: DA, 47 and BC. RGB value is (218,71,188). Sum of RGB (Red+Green+Blue) = 218+71+188=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47BC is #25B843. Grayscale: #7F7F7F. Windows color (decimal): -2472004 or 12339162. OLE color: 12339162.

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

Color convert

RGB 218 71 188 -
CMYK 0 0.67 0.14 0.15
HSL 312.24º 0.67% 0.57% -
HSV(B) 312.24º 0.67% 0.85% -
XYZ 40.24 23.04 49.9 -
YUV 128.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 218 71 188 0 0.67 0.14 0.15 312.24 0.67 0.57
Hex DA 47 BC 0 43 E F 138 43 39
Octal 332 107 274 0 103 16 17 470 103 71
Binary 11011010 1000111 10111100 0 1000011 1110 1111 100111000 1000011 111001

Color Harmonies of #DA47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47BC

Black with #DA47BC

Text Example


Text Example

White with #DA47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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