Html Css Color HEX #D73DC4 Fuchsia

📋 copy color: '#D73DC4'

red 215 ◦ green 61 ◦ blue 196

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

Shades of Fuchsia #D73DC4

Tints of Fuchsia #D73DC4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 45.55%
G = 12.92%
B = 41.53%

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

#D73DC4 (or 0xD73DC4) is known color: Fuchsia. HEX triplet: D7, 3D and C4. RGB value is (215,61,196). Sum of RGB (Red+Green+Blue) = 215+61+196=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC4 is #28C23B. Grayscale: #7A7A7A. Windows color (decimal): -2671164 or 12860887. OLE color: 12860887.

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

Color convert

RGB 215 61 196 -
CMYK 0 0.72 0.09 0.16
HSL 307.4º 0.66% 0.54% -
HSV(B) 307.4º 0.72% 0.84% -
XYZ 39.66 21.77 54.34 -
YUV 122.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 215 61 196 0 0.72 0.09 0.16 307.4 0.66 0.54
Hex D7 3D C4 0 48 9 10 133 42 36
Octal 327 75 304 0 110 11 20 463 102 66
Binary 11010111 111101 11000100 0 1001000 1001 10000 100110011 1000010 110110

Color Harmonies of #D73DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DC4

Black with #D73DC4

Text Example


Text Example

White with #D73DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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