Html Css Color HEX #D73DC3 Fuchsia

📋 copy color: '#D73DC3'

red 215 ◦ green 61 ◦ blue 195

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

Shades of Fuchsia #D73DC3

Tints of Fuchsia #D73DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 45.65%
G = 12.95%
B = 41.4%

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

#D73DC3 (or 0xD73DC3) is known color: Fuchsia. HEX triplet: D7, 3D and C3. RGB value is (215,61,195). Sum of RGB (Red+Green+Blue) = 215+61+195=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DC3 is #28C23C. Grayscale: #797979. Windows color (decimal): -2671165 or 12795351. OLE color: 12795351.

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

Color convert

RGB 215 61 195 -
CMYK 0 0.72 0.09 0.16
HSL 307.79º 0.66% 0.54% -
HSV(B) 307.79º 0.72% 0.84% -
XYZ 39.54 21.72 53.74 -
YUV 122.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 215 61 195 0 0.72 0.09 0.16 307.79 0.66 0.54
Hex D7 3D C3 0 48 9 10 134 42 36
Octal 327 75 303 0 110 11 20 464 102 66
Binary 11010111 111101 11000011 0 1001000 1001 10000 100110100 1000010 110110

Color Harmonies of #D73DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DC3

Black with #D73DC3

Text Example


Text Example

White with #D73DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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