Html Css Color HEX #D43FCB Fuchsia

📋 copy color: '#D43FCB'

red 212 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #D43FCB

Tints of Fuchsia #D43FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.18%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 44.35%
G = 13.18%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D43FCB (or 0xD43FCB) is known color: Fuchsia. HEX triplet: D4, 3F and CB. RGB value is (212,63,203). Sum of RGB (Red+Green+Blue) = 212+63+203=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FCB is #2BC034. Grayscale: #7B7B7B. Windows color (decimal): -2867253 or 13320148. OLE color: 13320148.

HSL color Cylindrical-coordinate representation of color #D43FCB: hue angle of 303.62º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FCB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 63 203 -
CMYK 0 0.70 0.04 0.17
HSL 303.62º 0.63% 0.54% -
HSV(B) 303.62º 0.7% 0.83% -
XYZ 39.71 21.86 58.63 -
YUV 123.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 212 63 203 0 0.70 0.04 0.17 303.62 0.63 0.54
Hex D4 3F CB 0 46 4 11 130 3F 36
Octal 324 77 313 0 106 4 21 460 77 66
Binary 11010100 111111 11001011 0 1000110 100 10001 100110000 111111 110110

Color Harmonies of #D43FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43FCB

Black with #D43FCB

Text Example


Text Example

White with #D43FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43FCB; }

 p { color: rgb(212,63,203); }

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

background-color css

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

 a { background-color: rgb(212,63,203); }

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

border-color css

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

 span { border-color: rgb(212,63,203); }

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