Html Css Color HEX #D73FBA Fuchsia

📋 copy color: '#D73FBA'

red 215 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #D73FBA

Tints of Fuchsia #D73FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 46.34%
G = 13.58%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D73FBA (or 0xD73FBA) is known color: Fuchsia. HEX triplet: D7, 3F and BA. RGB value is (215,63,186). Sum of RGB (Red+Green+Blue) = 215+63+186=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FBA is #28C045. Grayscale: #7A7A7A. Windows color (decimal): -2670662 or 12206039. OLE color: 12206039.

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

Color convert

RGB 215 63 186 -
CMYK 0 0.71 0.13 0.16
HSL 311.45º 0.66% 0.55% -
HSV(B) 311.45º 0.71% 0.84% -
XYZ 38.66 21.55 48.58 -
YUV 122.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 215 63 186 0 0.71 0.13 0.16 311.45 0.66 0.55
Hex D7 3F BA 0 47 D 10 137 42 37
Octal 327 77 272 0 107 15 20 467 102 67
Binary 11010111 111111 10111010 0 1000111 1101 10000 100110111 1000010 110111

Color Harmonies of #D73FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73FBA

Black with #D73FBA

Text Example


Text Example

White with #D73FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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