Html Css Color HEX #D73ECC Fuchsia

📋 copy color: '#D73ECC'

red 215 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #D73ECC

Tints of Fuchsia #D73ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 44.7%
G = 12.89%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D73ECC (or 0xD73ECC) is known color: Fuchsia. HEX triplet: D7, 3E and CC. RGB value is (215,62,204). Sum of RGB (Red+Green+Blue) = 215+62+204=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ECC is #28C133. Grayscale: #7B7B7B. Windows color (decimal): -2670900 or 13385431. OLE color: 13385431.

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

Color convert

RGB 215 62 204 -
CMYK 0 0.71 0.05 0.16
HSL 304.31º 0.66% 0.54% -
HSV(B) 304.31º 0.71% 0.84% -
XYZ 40.65 22.25 59.28 -
YUV 123.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 215 62 204 0 0.71 0.05 0.16 304.31 0.66 0.54
Hex D7 3E CC 0 47 5 10 130 42 36
Octal 327 76 314 0 107 5 20 460 102 66
Binary 11010111 111110 11001100 0 1000111 101 10000 100110000 1000010 110110

Color Harmonies of #D73ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ECC

Black with #D73ECC

Text Example


Text Example

White with #D73ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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