Html Css Color HEX #D43ECC Fuchsia

📋 copy color: '#D43ECC'

red 212 ◦ green 62 ◦ blue 204

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

Shades of Fuchsia #D43ECC

Tints of Fuchsia #D43ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 44.35%
G = 12.97%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D43ECC (or 0xD43ECC) is known color: Fuchsia. HEX triplet: D4, 3E and CC. RGB value is (212,62,204). Sum of RGB (Red+Green+Blue) = 212+62+204=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D43ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ECC is #2BC133. Grayscale: #7A7A7A. Windows color (decimal): -2867508 or 13385428. OLE color: 13385428.

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

Color convert

RGB 212 62 204 -
CMYK 0 0.71 0.04 0.17
HSL 303.2º 0.64% 0.54% -
HSV(B) 303.2º 0.71% 0.83% -
XYZ 39.77 21.8 59.24 -
YUV 123.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 212 62 204 0 0.71 0.04 0.17 303.2 0.64 0.54
Hex D4 3E CC 0 47 4 11 12F 40 36
Octal 324 76 314 0 107 4 21 457 100 66
Binary 11010100 111110 11001100 0 1000111 100 10001 100101111 1000000 110110

Color Harmonies of #D43ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ECC

Black with #D43ECC

Text Example


Text Example

White with #D43ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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