Html Css Color HEX #D73ACC Fuchsia

📋 copy color: '#D73ACC'

red 215 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #D73ACC

Tints of Fuchsia #D73ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 45.07%
G = 12.16%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D73ACC (or 0xD73ACC) is known color: Fuchsia. HEX triplet: D7, 3A and CC. RGB value is (215,58,204). Sum of RGB (Red+Green+Blue) = 215+58+204=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ACC is #28C533. Grayscale: #797979. Windows color (decimal): -2671924 or 13384407. OLE color: 13384407.

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

Color convert

RGB 215 58 204 -
CMYK 0 0.73 0.05 0.16
HSL 304.2º 0.66% 0.54% -
HSV(B) 304.2º 0.73% 0.84% -
XYZ 40.44 21.83 59.21 -
YUV 121.59 174.51 194.63 -
System Red Green Blue C M Y K H S L
Decimal 215 58 204 0 0.73 0.05 0.16 304.2 0.66 0.54
Hex D7 3A CC 0 49 5 10 130 42 36
Octal 327 72 314 0 111 5 20 460 102 66
Binary 11010111 111010 11001100 0 1001001 101 10000 100110000 1000010 110110

Color Harmonies of #D73ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ACC

Black with #D73ACC

Text Example


Text Example

White with #D73ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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