Html Css Color HEX #D04EC4 Fuchsia

📋 copy color: '#D04EC4'

red 208 ◦ green 78 ◦ blue 196

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

Shades of Fuchsia #D04EC4

Tints of Fuchsia #D04EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 43.15%
G = 16.18%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D04EC4 (or 0xD04EC4) is known color: Fuchsia. HEX triplet: D0, 4E and C4. RGB value is (208,78,196). Sum of RGB (Red+Green+Blue) = 208+78+196=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC4 is #2FB13B. Grayscale: #818181. Windows color (decimal): -3125564 or 12865232. OLE color: 12865232.

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

Color convert

RGB 208 78 196 -
CMYK 0 0.62 0.06 0.18
HSL 305.54º 0.58% 0.56% -
HSV(B) 305.54º 0.63% 0.82% -
XYZ 38.7 22.84 54.59 -
YUV 130.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 208 78 196 0 0.62 0.06 0.18 305.54 0.58 0.56
Hex D0 4E C4 0 3E 6 12 132 3A 38
Octal 320 116 304 0 76 6 22 462 72 70
Binary 11010000 1001110 11000100 0 111110 110 10010 100110010 111010 111000

Color Harmonies of #D04EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EC4

Black with #D04EC4

Text Example


Text Example

White with #D04EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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