Html Css Color HEX #D73ACD Fuchsia

📋 copy color: '#D73ACD'

red 215 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D73ACD

Tints of Fuchsia #D73ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 44.98%
G = 12.13%
B = 42.89%

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

#D73ACD (or 0xD73ACD) is known color: Fuchsia. HEX triplet: D7, 3A and CD. RGB value is (215,58,205). Sum of RGB (Red+Green+Blue) = 215+58+205=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ACD is #28C532. Grayscale: #797979. Windows color (decimal): -2671923 or 13449943. OLE color: 13449943.

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

Color convert

RGB 215 58 205 -
CMYK 0 0.73 0.05 0.16
HSL 303.82º 0.66% 0.54% -
HSV(B) 303.82º 0.73% 0.84% -
XYZ 40.56 21.88 59.84 -
YUV 121.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 215 58 205 0 0.73 0.05 0.16 303.82 0.66 0.54
Hex D7 3A CD 0 49 5 10 130 42 36
Octal 327 72 315 0 111 5 20 460 102 66
Binary 11010111 111010 11001101 0 1001001 101 10000 100110000 1000010 110110

Color Harmonies of #D73ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ACD

Black with #D73ACD

Text Example


Text Example

White with #D73ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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