Html Css Color HEX #D03EC4 Fuchsia

📋 copy color: '#D03EC4'

red 208 ◦ green 62 ◦ blue 196

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

Shades of Fuchsia #D03EC4

Tints of Fuchsia #D03EC4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 44.64%
G = 13.3%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D03EC4 (or 0xD03EC4) is known color: Fuchsia. HEX triplet: D0, 3E and C4. RGB value is (208,62,196). Sum of RGB (Red+Green+Blue) = 208+62+196=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EC4 is #2FC13B. Grayscale: #787878. Windows color (decimal): -3129660 or 12861136. OLE color: 12861136.

HSL color Cylindrical-coordinate representation of color #D03EC4: hue angle of 304.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03EC4 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 62 196 -
CMYK 0 0.70 0.06 0.18
HSL 304.93º 0.61% 0.53% -
HSV(B) 304.93º 0.7% 0.82% -
XYZ 37.7 20.84 54.26 -
YUV 120.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 208 62 196 0 0.70 0.06 0.18 304.93 0.61 0.53
Hex D0 3E C4 0 46 6 12 131 3D 35
Octal 320 76 304 0 106 6 22 461 75 65
Binary 11010000 111110 11000100 0 1000110 110 10010 100110001 111101 110101

Color Harmonies of #D03EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EC4

Black with #D03EC4

Text Example


Text Example

White with #D03EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EC4; }

 p { color: rgb(208,62,196); }

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

background-color css

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

 a { background-color: rgb(208,62,196); }

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

border-color css

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

 span { border-color: rgb(208,62,196); }

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