Html Css Color HEX #D02EC0 Fuchsia

📋 copy color: '#D02EC0'

red 208 ◦ green 46 ◦ blue 192

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

Shades of Fuchsia #D02EC0

Tints of Fuchsia #D02EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 46.64%
G = 10.31%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D02EC0 (or 0xD02EC0) is known color: Fuchsia. HEX triplet: D0, 2E and C0. RGB value is (208,46,192). Sum of RGB (Red+Green+Blue) = 208+46+192=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D02EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EC0 is #2FD13F. Grayscale: #6E6E6E. Windows color (decimal): -3133760 or 12594896. OLE color: 12594896.

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

Color convert

RGB 208 46 192 -
CMYK 0 0.78 0.08 0.18
HSL 305.93º 0.64% 0.5% -
HSV(B) 305.93º 0.78% 0.82% -
XYZ 36.5 19.17 51.65 -
YUV 111.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 208 46 192 0 0.78 0.08 0.18 305.93 0.64 0.5
Hex D0 2E C0 0 4E 8 12 132 40 32
Octal 320 56 300 0 116 10 22 462 100 62
Binary 11010000 101110 11000000 0 1001110 1000 10010 100110010 1000000 110010

Color Harmonies of #D02EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02EC0

Black with #D02EC0

Text Example


Text Example

White with #D02EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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