#D02ECA

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

Shades of Fuchsia #D02ECA

Tints of Fuchsia #D02ECA

Color information

#D02ECA (or 0xD02ECA) is unknown color: approx Fuchsia. HEX triplet: D0, 2E and CA. RGB value is (208,46,202). Sum of RGB (Red+Green+Blue) = 208+46+202=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D02ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ECA is #2FD135. Grayscale: #6F6F6F. Windows color (decimal): -3133750 or 13250256. OLE color: 13250256.

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

Color convert

RGB20846202-
CMYK00.780.030.18
HSL302.22º63.78%49.8%-
HSV(B)302.22º77.88%81.57%-
XYZ37.6519.6357.68-
YUV112.22178.67196.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 46 (18.36% from 255) = 10.09%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=45.61%
G=10.09%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084620200.780.030.18302.2263.7849.8
HexD02ECA04E31212e4032
Octal32056312011632245610062
Binary11010000101110110010100100111011100101001011101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02ECA; }

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

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

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

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

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

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

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

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