Html Css Color HEX #DA47B8 Fuchsia

📋 copy color: '#DA47B8'

red 218 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #DA47B8

Tints of Fuchsia #DA47B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 46.09%
G = 15.01%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA47B8 (or 0xDA47B8) is known color: Fuchsia. HEX triplet: DA, 47 and B8. RGB value is (218,71,184). Sum of RGB (Red+Green+Blue) = 218+71+184=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA47B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA47B8 is #25B847. Grayscale: #7F7F7F. Windows color (decimal): -2472008 or 12077018. OLE color: 12077018.

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

Color convert

RGB 218 71 184 -
CMYK 0 0.67 0.16 0.15
HSL 313.88º 0.67% 0.57% -
HSV(B) 313.88º 0.67% 0.85% -
XYZ 39.82 22.87 47.66 -
YUV 127.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 218 71 184 0 0.67 0.16 0.15 313.88 0.67 0.57
Hex DA 47 B8 0 43 10 F 13A 43 39
Octal 332 107 270 0 103 20 17 472 103 71
Binary 11011010 1000111 10111000 0 1000011 10000 1111 100111010 1000011 111001

Color Harmonies of #DA47B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA47B8

Black with #DA47B8

Text Example


Text Example

White with #DA47B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA47B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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