Html Css Color HEX #D43EC8 Fuchsia

📋 copy color: '#D43EC8'

red 212 ◦ green 62 ◦ blue 200

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

Shades of Fuchsia #D43EC8

Tints of Fuchsia #D43EC8

RGB

 RED value IS 212 (83.2% from 255) = 44.73%

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 44.73%
G = 13.08%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D43EC8 (or 0xD43EC8) is known color: Fuchsia. HEX triplet: D4, 3E and C8. RGB value is (212,62,200). Sum of RGB (Red+Green+Blue) = 212+62+200=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D43EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43EC8 is #2BC137. Grayscale: #7A7A7A. Windows color (decimal): -2867512 or 13123284. OLE color: 13123284.

HSL color Cylindrical-coordinate representation of color #D43EC8: hue angle of 304.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43EC8 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 62 200 -
CMYK 0 0.71 0.06 0.17
HSL 304.8º 0.64% 0.54% -
HSV(B) 304.8º 0.71% 0.83% -
XYZ 39.3 21.61 56.74 -
YUV 122.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 212 62 200 0 0.71 0.06 0.17 304.8 0.64 0.54
Hex D4 3E C8 0 47 6 11 131 40 36
Octal 324 76 310 0 107 6 21 461 100 66
Binary 11010100 111110 11001000 0 1000111 110 10001 100110001 1000000 110110

Color Harmonies of #D43EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43EC8

Black with #D43EC8

Text Example


Text Example

White with #D43EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43EC8; }

 p { color: rgb(212,62,200); }

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

background-color css

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

 a { background-color: rgb(212,62,200); }

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

border-color css

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

 span { border-color: rgb(212,62,200); }

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