Html Css Color HEX #DC4EB8 Fuchsia

📋 copy color: '#DC4EB8'

red 220 ◦ green 78 ◦ blue 184

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

Shades of Fuchsia #DC4EB8

Tints of Fuchsia #DC4EB8

RGB

 RED value IS 220 (86.33% from 255) = 45.64%

 GREEN value IS 78 (30.86% from 255) = 16.18%

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

R = 45.64%
G = 16.18%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC4EB8 (or 0xDC4EB8) is known color: Fuchsia. HEX triplet: DC, 4E and B8. RGB value is (220,78,184). Sum of RGB (Red+Green+Blue) = 220+78+184=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4EB8 is #23B147. Grayscale: #848484. Windows color (decimal): -2339144 or 12078812. OLE color: 12078812.

HSL color Cylindrical-coordinate representation of color #DC4EB8: hue angle of 315.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4EB8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 78 184 -
CMYK 0 0.65 0.16 0.14
HSL 315.21º 0.67% 0.58% -
HSV(B) 315.21º 0.65% 0.86% -
XYZ 40.89 24.13 47.85 -
YUV 132.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 220 78 184 0 0.65 0.16 0.14 315.21 0.67 0.58
Hex DC 4E B8 0 41 10 E 13B 43 3A
Octal 334 116 270 0 101 20 16 473 103 72
Binary 11011100 1001110 10111000 0 1000001 10000 1110 100111011 1000011 111010

Color Harmonies of #DC4EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EB8

Black with #DC4EB8

Text Example


Text Example

White with #DC4EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EB8; }

 p { color: rgb(220,78,184); }

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

background-color css

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

 a { background-color: rgb(220,78,184); }

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

border-color css

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

 span { border-color: rgb(220,78,184); }

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