Html Css Color HEX #D43EBE Fuchsia

📋 copy color: '#D43EBE'

red 212 ◦ green 62 ◦ blue 190

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

Shades of Fuchsia #D43EBE

Tints of Fuchsia #D43EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 45.69%
G = 13.36%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D43EBE (or 0xD43EBE) is known color: Fuchsia. HEX triplet: D4, 3E and BE. RGB value is (212,62,190). Sum of RGB (Red+Green+Blue) = 212+62+190=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D43EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43EBE is #2BC141. Grayscale: #797979. Windows color (decimal): -2867522 or 12467924. OLE color: 12467924.

HSL color Cylindrical-coordinate representation of color #D43EBE: hue angle of 308.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 #D43EBE is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 62 190 -
CMYK 0 0.71 0.10 0.17
HSL 308.8º 0.64% 0.54% -
HSV(B) 308.8º 0.71% 0.83% -
XYZ 38.17 21.16 50.79 -
YUV 121.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 212 62 190 0 0.71 0.10 0.17 308.8 0.64 0.54
Hex D4 3E BE 0 47 A 11 135 40 36
Octal 324 76 276 0 107 12 21 465 100 66
Binary 11010100 111110 10111110 0 1000111 1010 10001 100110101 1000000 110110

Color Harmonies of #D43EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43EBE

Black with #D43EBE

Text Example


Text Example

White with #D43EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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