Html Css Color HEX #D73EC4 Fuchsia

📋 copy color: '#D73EC4'

red 215 ◦ green 62 ◦ blue 196

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

Shades of Fuchsia #D73EC4

Tints of Fuchsia #D73EC4

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

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

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

R = 45.45%
G = 13.11%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D73EC4 (or 0xD73EC4) is known color: Fuchsia. HEX triplet: D7, 3E and C4. RGB value is (215,62,196). Sum of RGB (Red+Green+Blue) = 215+62+196=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC4 is #28C13B. Grayscale: #7A7A7A. Windows color (decimal): -2670908 or 12861143. OLE color: 12861143.

HSL color Cylindrical-coordinate representation of color #D73EC4: hue angle of 307.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73EC4 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 62 196 -
CMYK 0 0.71 0.09 0.16
HSL 307.45º 0.66% 0.54% -
HSV(B) 307.45º 0.71% 0.84% -
XYZ 39.71 21.88 54.35 -
YUV 123.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 215 62 196 0 0.71 0.09 0.16 307.45 0.66 0.54
Hex D7 3E C4 0 47 9 10 133 42 36
Octal 327 76 304 0 107 11 20 463 102 66
Binary 11010111 111110 11000100 0 1000111 1001 10000 100110011 1000010 110110

Color Harmonies of #D73EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EC4

Black with #D73EC4

Text Example


Text Example

White with #D73EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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