Html Css Color HEX #D04EC6 Fuchsia

📋 copy color: '#D04EC6'

red 208 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #D04EC6

Tints of Fuchsia #D04EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 42.98%
G = 16.12%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D04EC6 (or 0xD04EC6) is known color: Fuchsia. HEX triplet: D0, 4E and C6. RGB value is (208,78,198). Sum of RGB (Red+Green+Blue) = 208+78+198=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D04EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04EC6 is #2FB139. Grayscale: #828282. Windows color (decimal): -3125562 or 12996304. OLE color: 12996304.

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

Color convert

RGB 208 78 198 -
CMYK 0 0.62 0.05 0.18
HSL 304.62º 0.58% 0.56% -
HSV(B) 304.62º 0.63% 0.82% -
XYZ 38.93 22.94 55.8 -
YUV 130.55 166.07 183.24 -
System Red Green Blue C M Y K H S L
Decimal 208 78 198 0 0.62 0.05 0.18 304.62 0.58 0.56
Hex D0 4E C6 0 3E 5 12 131 3A 38
Octal 320 116 306 0 76 5 22 461 72 70
Binary 11010000 1001110 11000110 0 111110 101 10010 100110001 111010 111000

Color Harmonies of #D04EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EC6

Black with #D04EC6

Text Example


Text Example

White with #D04EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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