Html Css Color HEX #D43DC6 Fuchsia

📋 copy color: '#D43DC6'

red 212 ◦ green 61 ◦ blue 198

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

Shades of Fuchsia #D43DC6

Tints of Fuchsia #D43DC6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.95%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 45.01%
G = 12.95%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D43DC6 (or 0xD43DC6) is known color: Fuchsia. HEX triplet: D4, 3D and C6. RGB value is (212,61,198). Sum of RGB (Red+Green+Blue) = 212+61+198=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43DC6 is #2BC239. Grayscale: #797979. Windows color (decimal): -2867770 or 12991956. OLE color: 12991956.

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

Color convert

RGB 212 61 198 -
CMYK 0 0.71 0.07 0.17
HSL 305.56º 0.64% 0.54% -
HSV(B) 305.56º 0.71% 0.83% -
XYZ 39.01 21.41 55.5 -
YUV 121.77 171.03 192.36 -
System Red Green Blue C M Y K H S L
Decimal 212 61 198 0 0.71 0.07 0.17 305.56 0.64 0.54
Hex D4 3D C6 0 47 7 11 132 40 36
Octal 324 75 306 0 107 7 21 462 100 66
Binary 11010100 111101 11000110 0 1000111 111 10001 100110010 1000000 110110

Color Harmonies of #D43DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DC6

Black with #D43DC6

Text Example


Text Example

White with #D43DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DC6; }

 p { color: rgb(212,61,198); }

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

background-color css

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

 a { background-color: rgb(212,61,198); }

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

border-color css

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

 span { border-color: rgb(212,61,198); }

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