Html Css Color HEX #D73ECB Fuchsia

📋 copy color: '#D73ECB'

red 215 ◦ green 62 ◦ blue 203

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

Shades of Fuchsia #D73ECB

Tints of Fuchsia #D73ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 44.79%
G = 12.92%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D73ECB (or 0xD73ECB) is known color: Fuchsia. HEX triplet: D7, 3E and CB. RGB value is (215,62,203). Sum of RGB (Red+Green+Blue) = 215+62+203=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D73ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73ECB is #28C134. Grayscale: #7B7B7B. Windows color (decimal): -2670901 or 13319895. OLE color: 13319895.

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

Color convert

RGB 215 62 203 -
CMYK 0 0.71 0.06 0.16
HSL 304.71º 0.66% 0.54% -
HSV(B) 304.71º 0.71% 0.84% -
XYZ 40.53 22.2 58.65 -
YUV 123.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 215 62 203 0 0.71 0.06 0.16 304.71 0.66 0.54
Hex D7 3E CB 0 47 6 10 131 42 36
Octal 327 76 313 0 107 6 20 461 102 66
Binary 11010111 111110 11001011 0 1000111 110 10000 100110001 1000010 110110

Color Harmonies of #D73ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73ECB

Black with #D73ECB

Text Example


Text Example

White with #D73ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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