Html Css Color HEX #D43EC7 Fuchsia

📋 copy color: '#D43EC7'

red 212 ◦ green 62 ◦ blue 199

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

Shades of Fuchsia #D43EC7

Tints of Fuchsia #D43EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 44.82%
G = 13.11%
B = 42.07%

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

#D43EC7 (or 0xD43EC7) is known color: Fuchsia. HEX triplet: D4, 3E and C7. RGB value is (212,62,199). Sum of RGB (Red+Green+Blue) = 212+62+199=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D43EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43EC7 is #2BC138. Grayscale: #7A7A7A. Windows color (decimal): -2867513 or 13057748. OLE color: 13057748.

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

Color convert

RGB 212 62 199 -
CMYK 0 0.71 0.06 0.17
HSL 305.2º 0.64% 0.54% -
HSV(B) 305.2º 0.71% 0.83% -
XYZ 39.18 21.57 56.13 -
YUV 122.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 212 62 199 0 0.71 0.06 0.17 305.2 0.64 0.54
Hex D4 3E C7 0 47 6 11 131 40 36
Octal 324 76 307 0 107 6 21 461 100 66
Binary 11010100 111110 11000111 0 1000111 110 10001 100110001 1000000 110110

Color Harmonies of #D43EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43EC7

Black with #D43EC7

Text Example


Text Example

White with #D43EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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