#d04ec6

Color #D04EC6 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D04EC6

Tints of Fuchsia #D04EC6

Color information

#D04EC6 (or 0xD04EC6) is unknown color: approx 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

RGB20878198-
CMYK00.620.050.18
HSL304.62º58.04%56.08%-
HSV(B)304.62º62.5%81.57%-
XYZ38.9322.9455.8-
YUV130.55166.07183.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2087819800.620.050.18304.6258.0456.08
HexD04EC603E5121313a38
Octal3201163060765224617270
Binary11010000100111011000110011111010110010100110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d04ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>