#D043C8

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

Shades of Fuchsia #D043C8

Tints of Fuchsia #D043C8

Color information

#D043C8 (or 0xD043C8) is unknown color: approx Fuchsia. HEX triplet: D0, 43 and C8. RGB value is (208,67,200). Sum of RGB (Red+Green+Blue) = 208+67+200=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D043C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043C8 is #2FBC37. Grayscale: #7B7B7B. Windows color (decimal): -3128376 or 13124560. OLE color: 13124560.

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

Color convert

RGB20867200-
CMYK00.680.040.18
HSL303.4º60%53.92%-
HSV(B)303.4º67.79%81.57%-
XYZ38.4421.5956.79-
YUV124.32170.71187.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 67 (26.56% from 255) = 14.11%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=43.79%
G=14.11%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086720000.680.040.18303.46053.92
HexD043C804441212f3c36
Octal32010331001044224577466
Binary110100001000011110010000100010010010010100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D043C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D043C8; }

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

 H1.HeaderClassName
 {
   color: #D043C8;
 }
 .AnyTagClassName
 {
   color: #D043C8;
 }
</style>
background-color css

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

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

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

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

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

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