Html Css Color HEX #D73EB6 Fuchsia

📋 copy color: '#D73EB6'

red 215 ◦ green 62 ◦ blue 182

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

Shades of Fuchsia #D73EB6

Tints of Fuchsia #D73EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.51%

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 46.84%
G = 13.51%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D73EB6 (or 0xD73EB6) is known color: Fuchsia. HEX triplet: D7, 3E and B6. RGB value is (215,62,182). Sum of RGB (Red+Green+Blue) = 215+62+182=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EB6 is #28C149. Grayscale: #797979. Windows color (decimal): -2670922 or 11943639. OLE color: 11943639.

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

Color convert

RGB 215 62 182 -
CMYK 0 0.71 0.15 0.16
HSL 312.94º 0.66% 0.54% -
HSV(B) 312.94º 0.71% 0.84% -
XYZ 38.19 21.27 46.35 -
YUV 121.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 215 62 182 0 0.71 0.15 0.16 312.94 0.66 0.54
Hex D7 3E B6 0 47 F 10 139 42 36
Octal 327 76 266 0 107 17 20 471 102 66
Binary 11010111 111110 10110110 0 1000111 1111 10000 100111001 1000010 110110

Color Harmonies of #D73EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EB6

Black with #D73EB6

Text Example


Text Example

White with #D73EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EB6; }

 p { color: rgb(215,62,182); }

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

background-color css

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

 a { background-color: rgb(215,62,182); }

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

border-color css

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

 span { border-color: rgb(215,62,182); }

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