Html Css Color HEX #D73FB0 Fuchsia

📋 copy color: '#D73FB0'

red 215 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #D73FB0

Tints of Fuchsia #D73FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.88%

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 47.36%
G = 13.88%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D73FB0 (or 0xD73FB0) is known color: Fuchsia. HEX triplet: D7, 3F and B0. RGB value is (215,63,176). Sum of RGB (Red+Green+Blue) = 215+63+176=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FB0 is #28C04F. Grayscale: #797979. Windows color (decimal): -2670672 or 11550679. OLE color: 11550679.

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

Color convert

RGB 215 63 176 -
CMYK 0 0.71 0.18 0.16
HSL 315.39º 0.66% 0.55% -
HSV(B) 315.39º 0.71% 0.84% -
XYZ 37.64 21.14 43.17 -
YUV 121.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 215 63 176 0 0.71 0.18 0.16 315.39 0.66 0.55
Hex D7 3F B0 0 47 12 10 13B 42 37
Octal 327 77 260 0 107 22 20 473 102 67
Binary 11010111 111111 10110000 0 1000111 10010 10000 100111011 1000010 110111

Color Harmonies of #D73FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73FB0

Black with #D73FB0

Text Example


Text Example

White with #D73FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73FB0; }

 p { color: rgb(215,63,176); }

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

background-color css

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

 a { background-color: rgb(215,63,176); }

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

border-color css

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

 span { border-color: rgb(215,63,176); }

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