Html Css Color HEX #D73AC8 Fuchsia

📋 copy color: '#D73AC8'

red 215 ◦ green 58 ◦ blue 200

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

Shades of Fuchsia #D73AC8

Tints of Fuchsia #D73AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 45.45%
G = 12.26%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D73AC8 (or 0xD73AC8) is known color: Fuchsia. HEX triplet: D7, 3A and C8. RGB value is (215,58,200). Sum of RGB (Red+Green+Blue) = 215+58+200=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D73AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73AC8 is #28C537. Grayscale: #787878. Windows color (decimal): -2671928 or 13122263. OLE color: 13122263.

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

Color convert

RGB 215 58 200 -
CMYK 0 0.73 0.07 0.16
HSL 305.73º 0.66% 0.54% -
HSV(B) 305.73º 0.73% 0.84% -
XYZ 39.96 21.64 56.71 -
YUV 121.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 215 58 200 0 0.73 0.07 0.16 305.73 0.66 0.54
Hex D7 3A C8 0 49 7 10 132 42 36
Octal 327 72 310 0 111 7 20 462 102 66
Binary 11010111 111010 11001000 0 1001001 111 10000 100110010 1000010 110110

Color Harmonies of #D73AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73AC8

Black with #D73AC8

Text Example


Text Example

White with #D73AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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