Html Css Color HEX #D43ECA Fuchsia

📋 copy color: '#D43ECA'

red 212 ◦ green 62 ◦ blue 202

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

Shades of Fuchsia #D43ECA

Tints of Fuchsia #D43ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 44.54%
G = 13.03%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D43ECA (or 0xD43ECA) is known color: Fuchsia. HEX triplet: D4, 3E and CA. RGB value is (212,62,202). Sum of RGB (Red+Green+Blue) = 212+62+202=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ECA is #2BC135. Grayscale: #7A7A7A. Windows color (decimal): -2867510 or 13254356. OLE color: 13254356.

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

Color convert

RGB 212 62 202 -
CMYK 0 0.71 0.05 0.17
HSL 304º 0.64% 0.54% -
HSV(B) 304º 0.71% 0.83% -
XYZ 39.53 21.71 57.98 -
YUV 122.81 172.7 191.62 -
System Red Green Blue C M Y K H S L
Decimal 212 62 202 0 0.71 0.05 0.17 304 0.64 0.54
Hex D4 3E CA 0 47 5 11 130 40 36
Octal 324 76 312 0 107 5 21 460 100 66
Binary 11010100 111110 11001010 0 1000111 101 10001 100110000 1000000 110110

Color Harmonies of #D43ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ECA

Black with #D43ECA

Text Example


Text Example

White with #D43ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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