Html Css Color HEX #D643C3 Fuchsia

📋 copy color: '#D643C3'

red 214 ◦ green 67 ◦ blue 195

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

Shades of Fuchsia #D643C3

Tints of Fuchsia #D643C3

RGB

 RED value IS 214 (83.98% from 255) = 44.96%

 GREEN value IS 67 (26.56% from 255) = 14.08%

 BLUE value IS 195 (76.56% from 255) = 40.97%

R = 44.96%
G = 14.08%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D643C3 (or 0xD643C3) is known color: Fuchsia. HEX triplet: D6, 43 and C3. RGB value is (214,67,195). Sum of RGB (Red+Green+Blue) = 214+67+195=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D643C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643C3 is #29BC3C. Grayscale: #7D7D7D. Windows color (decimal): -2735165 or 12796886. OLE color: 12796886.

HSL color Cylindrical-coordinate representation of color #D643C3: hue angle of 307.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643C3 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 195 -
CMYK 0 0.69 0.09 0.16
HSL 307.76º 0.64% 0.55% -
HSV(B) 307.76º 0.69% 0.84% -
XYZ 39.59 22.25 53.84 -
YUV 125.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 214 67 195 0 0.69 0.09 0.16 307.76 0.64 0.55
Hex D6 43 C3 0 45 9 10 134 40 37
Octal 326 103 303 0 105 11 20 464 100 67
Binary 11010110 1000011 11000011 0 1000101 1001 10000 100110100 1000000 110111

Color Harmonies of #D643C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643C3

Black with #D643C3

Text Example


Text Example

White with #D643C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643C3; }

 p { color: rgb(214,67,195); }

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

background-color css

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

 a { background-color: rgb(214,67,195); }

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

border-color css

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

 span { border-color: rgb(214,67,195); }

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