Html Css Color HEX #D73EC6 Fuchsia

📋 copy color: '#D73EC6'

red 215 ◦ green 62 ◦ blue 198

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

Shades of Fuchsia #D73EC6

Tints of Fuchsia #D73EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 45.26%
G = 13.05%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D73EC6 (or 0xD73EC6) is known color: Fuchsia. HEX triplet: D7, 3E and C6. RGB value is (215,62,198). Sum of RGB (Red+Green+Blue) = 215+62+198=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D73EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73EC6 is #28C139. Grayscale: #7A7A7A. Windows color (decimal): -2670906 or 12992215. OLE color: 12992215.

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

Color convert

RGB 215 62 198 -
CMYK 0 0.71 0.08 0.16
HSL 306.67º 0.66% 0.54% -
HSV(B) 306.67º 0.71% 0.84% -
XYZ 39.94 21.97 55.56 -
YUV 123.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 215 62 198 0 0.71 0.08 0.16 306.67 0.66 0.54
Hex D7 3E C6 0 47 8 10 133 42 36
Octal 327 76 306 0 107 10 20 463 102 66
Binary 11010111 111110 11000110 0 1000111 1000 10000 100110011 1000010 110110

Color Harmonies of #D73EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73EC6

Black with #D73EC6

Text Example


Text Example

White with #D73EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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