Html Css Color HEX #D73EC3 Fuchsia

📋 copy color: '#D73EC3'

red 215 ◦ green 62 ◦ blue 195

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

Shades of Fuchsia #D73EC3

Tints of Fuchsia #D73EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 45.55%
G = 13.14%
B = 41.31%

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

#D73EC3 (or 0xD73EC3) is known color: Fuchsia. HEX triplet: D7, 3E and C3. RGB value is (215,62,195). Sum of RGB (Red+Green+Blue) = 215+62+195=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC3 is #28C13C. Grayscale: #7A7A7A. Windows color (decimal): -2670909 or 12795607. OLE color: 12795607.

HSL color Cylindrical-coordinate representation of color #D73EC3: hue angle of 307.84º 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 #D73EC3 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 62 195 -
CMYK 0 0.71 0.09 0.16
HSL 307.84º 0.66% 0.54% -
HSV(B) 307.84º 0.71% 0.84% -
XYZ 39.6 21.83 53.76 -
YUV 122.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 215 62 195 0 0.71 0.09 0.16 307.84 0.66 0.54
Hex D7 3E C3 0 47 9 10 134 42 36
Octal 327 76 303 0 107 11 20 464 102 66
Binary 11010111 111110 11000011 0 1000111 1001 10000 100110100 1000010 110110

Color Harmonies of #D73EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EC3

Black with #D73EC3

Text Example


Text Example

White with #D73EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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