Html Css Color HEX #D73CC4 Fuchsia

📋 copy color: '#D73CC4'

red 215 ◦ green 60 ◦ blue 196

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

Shades of Fuchsia #D73CC4

Tints of Fuchsia #D73CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 45.65%
G = 12.74%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D73CC4 (or 0xD73CC4) is known color: Fuchsia. HEX triplet: D7, 3C and C4. RGB value is (215,60,196). Sum of RGB (Red+Green+Blue) = 215+60+196=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CC4 is #28C33B. Grayscale: #797979. Windows color (decimal): -2671420 or 12860631. OLE color: 12860631.

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

Color convert

RGB 215 60 196 -
CMYK 0 0.72 0.09 0.16
HSL 307.35º 0.66% 0.54% -
HSV(B) 307.35º 0.72% 0.84% -
XYZ 39.6 21.66 54.32 -
YUV 121.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 215 60 196 0 0.72 0.09 0.16 307.35 0.66 0.54
Hex D7 3C C4 0 48 9 10 133 42 36
Octal 327 74 304 0 110 11 20 463 102 66
Binary 11010111 111100 11000100 0 1001000 1001 10000 100110011 1000010 110110

Color Harmonies of #D73CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73CC4

Black with #D73CC4

Text Example


Text Example

White with #D73CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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