Html Css Color HEX #D73AC5 Fuchsia

📋 copy color: '#D73AC5'

red 215 ◦ green 58 ◦ blue 197

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

Shades of Fuchsia #D73AC5

Tints of Fuchsia #D73AC5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.34%

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 45.74%
G = 12.34%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D73AC5 (or 0xD73AC5) is known color: Fuchsia. HEX triplet: D7, 3A and C5. RGB value is (215,58,197). Sum of RGB (Red+Green+Blue) = 215+58+197=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AC5 is #28C53A. Grayscale: #787878. Windows color (decimal): -2671931 or 12925655. OLE color: 12925655.

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

Color convert

RGB 215 58 197 -
CMYK 0 0.73 0.08 0.16
HSL 306.88º 0.66% 0.54% -
HSV(B) 306.88º 0.73% 0.84% -
XYZ 39.62 21.5 54.89 -
YUV 120.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 215 58 197 0 0.73 0.08 0.16 306.88 0.66 0.54
Hex D7 3A C5 0 49 8 10 133 42 36
Octal 327 72 305 0 111 10 20 463 102 66
Binary 11010111 111010 11000101 0 1001001 1000 10000 100110011 1000010 110110

Color Harmonies of #D73AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AC5

Black with #D73AC5

Text Example


Text Example

White with #D73AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AC5; }

 p { color: rgb(215,58,197); }

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

background-color css

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

 a { background-color: rgb(215,58,197); }

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

border-color css

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

 span { border-color: rgb(215,58,197); }

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