Html Css Color HEX #D02EC1 Fuchsia

📋 copy color: '#D02EC1'

red 208 ◦ green 46 ◦ blue 193

#D02EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D02EC1

Tints of Fuchsia #D02EC1

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

 GREEN value IS 46 (18.36% from 255) = 10.29%

 BLUE value IS 193 (75.78% from 255) = 43.18%

R = 46.53%
G = 10.29%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D02EC1 (or 0xD02EC1) is known color: Fuchsia. HEX triplet: D0, 2E and C1. RGB value is (208,46,193). Sum of RGB (Red+Green+Blue) = 208+46+193=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D02EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EC1 is #2FD13E. Grayscale: #6E6E6E. Windows color (decimal): -3133759 or 12660432. OLE color: 12660432.

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

Color convert

RGB 208 46 193 -
CMYK 0 0.78 0.07 0.18
HSL 305.56º 0.64% 0.5% -
HSV(B) 305.56º 0.78% 0.82% -
XYZ 36.62 19.21 52.23 -
YUV 111.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 208 46 193 0 0.78 0.07 0.18 305.56 0.64 0.5
Hex D0 2E C1 0 4E 7 12 132 40 32
Octal 320 56 301 0 116 7 22 462 100 62
Binary 11010000 101110 11000001 0 1001110 111 10010 100110010 1000000 110010

Color Harmonies of #D02EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EC1

Black with #D02EC1

Text Example


Text Example

White with #D02EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EC1; }

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

 H1.HeaderClassName
 {
   color: #D02EC1;
 }
 .AnyTagClassName
 {
   color: #D02EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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