Html Css Color HEX #D02EC6 Fuchsia

📋 copy color: '#D02EC6'

red 208 ◦ green 46 ◦ blue 198

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

Shades of Fuchsia #D02EC6

Tints of Fuchsia #D02EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 46.02%
G = 10.18%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D02EC6 (or 0xD02EC6) is known color: Fuchsia. HEX triplet: D0, 2E and C6. RGB value is (208,46,198). Sum of RGB (Red+Green+Blue) = 208+46+198=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D02EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EC6 is #2FD139. Grayscale: #6F6F6F. Windows color (decimal): -3133754 or 12988112. OLE color: 12988112.

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

Color convert

RGB 208 46 198 -
CMYK 0 0.78 0.05 0.18
HSL 303.7º 0.64% 0.5% -
HSV(B) 303.7º 0.78% 0.82% -
XYZ 37.18 19.44 55.22 -
YUV 111.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 208 46 198 0 0.78 0.05 0.18 303.7 0.64 0.5
Hex D0 2E C6 0 4E 5 12 130 40 32
Octal 320 56 306 0 116 5 22 460 100 62
Binary 11010000 101110 11000110 0 1001110 101 10010 100110000 1000000 110010

Color Harmonies of #D02EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EC6

Black with #D02EC6

Text Example


Text Example

White with #D02EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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