Html Css Color HEX #D73FB5 Fuchsia

📋 copy color: '#D73FB5'

red 215 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #D73FB5

Tints of Fuchsia #D73FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 46.84%
G = 13.73%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D73FB5 (or 0xD73FB5) is known color: Fuchsia. HEX triplet: D7, 3F and B5. RGB value is (215,63,181). Sum of RGB (Red+Green+Blue) = 215+63+181=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FB5 is #28C04A. Grayscale: #797979. Windows color (decimal): -2670667 or 11878359. OLE color: 11878359.

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

Color convert

RGB 215 63 181 -
CMYK 0 0.71 0.16 0.16
HSL 313.42º 0.66% 0.55% -
HSV(B) 313.42º 0.71% 0.84% -
XYZ 38.14 21.34 45.82 -
YUV 121.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 215 63 181 0 0.71 0.16 0.16 313.42 0.66 0.55
Hex D7 3F B5 0 47 10 10 139 42 37
Octal 327 77 265 0 107 20 20 471 102 67
Binary 11010111 111111 10110101 0 1000111 10000 10000 100111001 1000010 110111

Color Harmonies of #D73FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73FB5

Black with #D73FB5

Text Example


Text Example

White with #D73FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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