Html Css Color HEX #D04EC8 Fuchsia

📋 copy color: '#D04EC8'

red 208 ◦ green 78 ◦ blue 200

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

Shades of Fuchsia #D04EC8

Tints of Fuchsia #D04EC8

RGB

 RED value IS 208 (81.64% from 255) = 42.8%

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

 BLUE value IS 200 (78.52% from 255) = 41.15%

R = 42.8%
G = 16.05%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D04EC8 (or 0xD04EC8) is known color: Fuchsia. HEX triplet: D0, 4E and C8. RGB value is (208,78,200). Sum of RGB (Red+Green+Blue) = 208+78+200=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC8 is #2FB137. Grayscale: #828282. Windows color (decimal): -3125560 or 13127376. OLE color: 13127376.

HSL color Cylindrical-coordinate representation of color #D04EC8: hue angle of 303.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04EC8 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 78 200 -
CMYK 0 0.62 0.04 0.18
HSL 303.69º 0.58% 0.56% -
HSV(B) 303.69º 0.63% 0.82% -
XYZ 39.16 23.03 57.02 -
YUV 130.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 208 78 200 0 0.62 0.04 0.18 303.69 0.58 0.56
Hex D0 4E C8 0 3E 4 12 130 3A 38
Octal 320 116 310 0 76 4 22 460 72 70
Binary 11010000 1001110 11001000 0 111110 100 10010 100110000 111010 111000

Color Harmonies of #D04EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EC8

Black with #D04EC8

Text Example


Text Example

White with #D04EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EC8; }

 p { color: rgb(208,78,200); }

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

background-color css

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

 a { background-color: rgb(208,78,200); }

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

border-color css

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

 span { border-color: rgb(208,78,200); }

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