#D043CA

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

Shades of Fuchsia #D043CA

Tints of Fuchsia #D043CA

Color information

#D043CA (or 0xD043CA) is unknown color: approx Fuchsia. HEX triplet: D0, 43 and CA. RGB value is (208,67,202). Sum of RGB (Red+Green+Blue) = 208+67+202=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D043CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043CA is #2FBC35. Grayscale: #7C7C7C. Windows color (decimal): -3128374 or 13255632. OLE color: 13255632.

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

Color convert

RGB20867202-
CMYK00.680.030.18
HSL302.55º60%53.92%-
HSV(B)302.55º67.79%81.57%-
XYZ38.6821.6958.02-
YUV124.55171.71187.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 67 (26.56% from 255) = 14.05%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=43.61%
G=14.05%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086720200.680.030.18302.556053.92
HexD043CA04431212f3c36
Octal32010331201043224577466
Binary11010000100001111001010010001001110010100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D043CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D043CA; }

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

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

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

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

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

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

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

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