#D02EC3

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

Shades of Fuchsia #D02EC3

Tints of Fuchsia #D02EC3

Color information

#D02EC3 (or 0xD02EC3) is unknown color: approx Fuchsia. HEX triplet: D0, 2E and C3. RGB value is (208,46,195). Sum of RGB (Red+Green+Blue) = 208+46+195=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D02EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EC3 is #2FD13C. Grayscale: #6E6E6E. Windows color (decimal): -3133757 or 12791504. OLE color: 12791504.

HSL color Cylindrical-coordinate representation of color #D02EC3: hue angle of 304.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02EC3 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20846195-
CMYK00.780.060.18
HSL304.81º63.78%49.8%-
HSV(B)304.81º77.88%81.57%-
XYZ36.8419.353.41-
YUV111.42175.17196.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 46 (18.36% from 255) = 10.24%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=46.33%
G=10.24%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084619500.780.060.18304.8163.7849.8
HexD02EC304E6121314032
Octal32056303011662246110062
Binary110100001011101100001101001110110100101001100011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02EC3; }

 p { color: rgb(208,46,195); }

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

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

 a { background-color: rgb(208,46,195); }

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

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

 span { border-color: rgb(208,46,195); }

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