Html Css Color HEX #D73CC5 Fuchsia

📋 copy color: '#D73CC5'

red 215 ◦ green 60 ◦ blue 197

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

Shades of Fuchsia #D73CC5

Tints of Fuchsia #D73CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

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

R = 45.55%
G = 12.71%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D73CC5 (or 0xD73CC5) is known color: Fuchsia. HEX triplet: D7, 3C and C5. RGB value is (215,60,197). Sum of RGB (Red+Green+Blue) = 215+60+197=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CC5 is #28C33A. Grayscale: #797979. Windows color (decimal): -2671419 or 12926167. OLE color: 12926167.

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

Color convert

RGB 215 60 197 -
CMYK 0 0.72 0.08 0.16
HSL 306.97º 0.66% 0.54% -
HSV(B) 306.97º 0.72% 0.84% -
XYZ 39.72 21.71 54.92 -
YUV 121.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 215 60 197 0 0.72 0.08 0.16 306.97 0.66 0.54
Hex D7 3C C5 0 48 8 10 133 42 36
Octal 327 74 305 0 110 10 20 463 102 66
Binary 11010111 111100 11000101 0 1001000 1000 10000 100110011 1000010 110110

Color Harmonies of #D73CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CC5

Black with #D73CC5

Text Example


Text Example

White with #D73CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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