Html Css Color HEX #D73AC2 Fuchsia

📋 copy color: '#D73AC2'

red 215 ◦ green 58 ◦ blue 194

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

Shades of Fuchsia #D73AC2

Tints of Fuchsia #D73AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 46.04%
G = 12.42%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D73AC2 (or 0xD73AC2) is known color: Fuchsia. HEX triplet: D7, 3A and C2. RGB value is (215,58,194). Sum of RGB (Red+Green+Blue) = 215+58+194=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AC2 is #28C53D. Grayscale: #787878. Windows color (decimal): -2671934 or 12729047. OLE color: 12729047.

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

Color convert

RGB 215 58 194 -
CMYK 0 0.73 0.10 0.16
HSL 308.03º 0.66% 0.54% -
HSV(B) 308.03º 0.73% 0.84% -
XYZ 39.27 21.37 53.09 -
YUV 120.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 215 58 194 0 0.73 0.10 0.16 308.03 0.66 0.54
Hex D7 3A C2 0 49 A 10 134 42 36
Octal 327 72 302 0 111 12 20 464 102 66
Binary 11010111 111010 11000010 0 1001001 1010 10000 100110100 1000010 110110

Color Harmonies of #D73AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AC2

Black with #D73AC2

Text Example


Text Example

White with #D73AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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